pkgsrc/comms/asterisk15/patches/patch-res_res__pjsip__nat.c
joerg 73dae11255 Add Asterisk 15.4.1:
Asterisk is a complete PBX in software.  It provides all of the
features you would expect from a PBX and more. Asterisk does voice
over IP in three protocols, and can interoperate with almost all
standards-based telephony equipment using relatively inexpensive
hardware.

Asterisk provides Voicemail services with Directory, Call Conferencing,
Interactive Voice Response, Call Queuing. It has support for
three-way calling, caller ID services, ADSI, SIP and H.323 (as both
client and gateway).

This is a standard version.  It is scheduled to go to security
fixes only on October 3th, 2018, and EOL on October 3th, 2019.
See here for more information about Asterisk versions:
https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
2018-07-16 21:53:04 +00:00

21 lines
519 B
C

$NetBSD: patch-res_res__pjsip__nat.c,v 1.1 2018/07/16 21:53:05 joerg Exp $
--- res/res_pjsip_nat.c.orig 2018-06-20 15:19:15.829960259 +0000
+++ res/res_pjsip_nat.c
@@ -24,13 +24,14 @@
#include "asterisk.h"
+#include "asterisk/module.h"
+#include "asterisk/acl.h"
+
#include <pjsip.h>
#include <pjsip_ua.h>
#include "asterisk/res_pjsip.h"
#include "asterisk/res_pjsip_session.h"
-#include "asterisk/module.h"
-#include "asterisk/acl.h"
static void rewrite_uri(pjsip_rx_data *rdata, pjsip_sip_uri *uri)
{