[Asterisk-cvs] asterisk/configs sip.conf.sample,1.40.2.3,1.40.2.4

russell at lists.digium.com russell at lists.digium.com
Mon Jul 11 18:17:41 CDT 2005


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

Modified Files:
      Tag: v1-0
	sip.conf.sample 
Log Message:
change insecure options to support 'port' and/or 'invite' instead of forcing
the 'port' option when using 'invite' (bug #4024)


Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.40.2.3
retrieving revision 1.40.2.4
diff -u -d -r1.40.2.3 -r1.40.2.4
--- sip.conf.sample	28 Mar 2005 05:54:19 -0000	1.40.2.3
+++ sip.conf.sample	11 Jul 2005 22:25:53 -0000	1.40.2.4
@@ -248,8 +248,9 @@
 ;username=pingtel
 ;secret=blah
 ;host=dynamic
-;insecure=yes			; To match a peer based by IP address only and not peer
-;insecure=very			; To allow registered hosts to call without re-authenticating
+;insecure=port 			; Allow matching of peer by IP address without matching port number
+;insecure=invite 		; Do not require authentication of incoming INVITEs
+;insecure=port,invite 		; (both)
 ;qualify=1000			; Consider it down if it's 1 second to reply
 				; Helps with NAT session
 				; qualify=yes uses default value




More information about the svn-commits mailing list