[Asterisk-cvs] asterisk/configs sip.conf.sample,1.62,1.63

kpfleming at lists.digium.com kpfleming at lists.digium.com
Sun Jun 5 10:44:35 CDT 2005


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

Modified Files:
	sip.conf.sample 
Log Message:
more cleanups for outbound registrations (bug #4457)


Index: sip.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/sip.conf.sample,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- sip.conf.sample	27 Apr 2005 17:04:17 -0000	1.62
+++ sip.conf.sample	5 Jun 2005 14:47:09 -0000	1.63
@@ -82,6 +82,8 @@
 				; inband : Inband audio (requires 64 kbit codec -alaw, ulaw)
 
 ;compactheaders = yes		; send compact sip headers.
+;sipdebug = yes			; Turn on SIP debugging by default, from
+				; the moment the channel loads this configuration
 
 ;
 ; If regcontext is specified, Asterisk will dynamically 
@@ -121,6 +123,10 @@
 ;               (instead of type=friend) if you have calls in both directions
   
 ;registertimeout=20		; retry registration calls every 20 seconds (default)
+;registerattempts=10		; Number of registration attempts before we give up
+				; 0 = continue forever, hammering the other server until it 
+				; accepts the registration
+				; Default is 10 tries
 ;callevents=no			; generate manager events when sip ua performs events (e.g. hold)
 
 ;---------------------------------------------- NAT SUPPORT ------------------------




More information about the svn-commits mailing list