[Asterisk-cvs] asterisk/configs sip.conf.sample,1.34,1.35

markster at lists.digium.com markster at lists.digium.com
Mon Jun 28 19:38:43 CDT 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv12611/configs

Modified Files:
	sip.conf.sample 
Log Message:
Allow nat=never mode to work around buggy UNIDEN UIP200 firmware (bug #1935)


Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- sip.conf.sample	26 Jun 2004 21:17:12 -0000	1.34
+++ sip.conf.sample	28 Jun 2004 23:24:36 -0000	1.35
@@ -60,6 +60,10 @@
 ;trustrpid = no			; If Remote-Party-ID should be trusted
 ;progressinband=no		; If we should generate in-band ringing always
 ;useragent=Asterisk PBX		; Allows you to change the user agent string
+;nat=no				; NAT settings 
+                                ; yes = Always ignore info and assume NAT
+                                ; no = Use NAT mode only according to RFC3581 
+                                ; never = Never attempt NAT mode or RFC3581 support
 ;promiscredir = no      ; If yes, allows 302 or REDIR to non-local SIP address
 ; Asterisk can register as a SIP user agent to a SIP proxy (provider)
 ; Format for the register statement is:




More information about the svn-commits mailing list