OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 17-Mar-2008 08:24:24
Branch: HEAD Handle: 2008031707242400
Modified files:
openpkg-src/asterisk asterisk.spec asterisk.txt
Log:
prepare 'nat' option which is often required to get the SIP
authentication working
Summary:
Revision Changes Path
1.44 +1 -1 openpkg-src/asterisk/asterisk.spec
1.26 +4 -0 openpkg-src/asterisk/asterisk.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/asterisk/asterisk.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 asterisk.spec
--- openpkg-src/asterisk/asterisk.spec 10 Mar 2008 18:16:36 -0000
1.43
+++ openpkg-src/asterisk/asterisk.spec 17 Mar 2008 07:24:24 -0000
1.44
@@ -43,7 +43,7 @@
Group: VoIP
License: GPL
Version: %{V_opkg}
-Release: 20080310
+Release: 20080317
# package options
%option with_zaptel no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/asterisk/asterisk.txt
============================================================================
$ cvs diff -u -r1.25 -r1.26 asterisk.txt
--- openpkg-src/asterisk/asterisk.txt 9 Mar 2008 20:47:30 -0000 1.25
+++ openpkg-src/asterisk/asterisk.txt 17 Mar 2008 07:24:24 -0000 1.26
@@ -111,6 +111,7 @@
useclientcode = yes
allowguest = yes
canreinvite = no
+nat = no
disallow = all
allow = speex
allow = g726
@@ -156,6 +157,7 @@
;qualify = yes
;insecure = yes
;context = external
+;nat = no
[foo]
type = friend
@@ -172,6 +174,7 @@
dtmfmode = rfc2833
qualify = yes
context = internal
+nat = no
[bar]
type = friend
@@ -188,6 +191,7 @@
dtmfmode = rfc2833
qualify = yes
context = internal
+nat = no
</file>
<file name="rtp.conf">
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]