[Asterisk-cvs] asterisk/channels chan_sip.c,1.689,1.690

markster at lists.digium.com markster at lists.digium.com
Wed Mar 23 18:58:53 CST 2005


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

Modified Files:
	chan_sip.c 
Log Message:
Make sure regtimeout is initialized (bug #3845)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.689
retrieving revision 1.690
diff -u -d -r1.689 -r1.690
--- chan_sip.c	23 Mar 2005 20:42:49 -0000	1.689
+++ chan_sip.c	24 Mar 2005 00:53:18 -0000	1.690
@@ -9973,6 +9973,7 @@
 	global_rtptimeout = 0;
 	global_rtpholdtimeout = 0;
 	global_rtpkeepalive = 0;
+	global_reg_timeout = DEFAULT_REGISTRATION_TIMEOUT;
 	pedanticsipchecking = 0;
 	ast_clear_flag(&global_flags, AST_FLAGS_ALL);
 	ast_set_flag(&global_flags, SIP_DTMF_RFC2833);




More information about the svn-commits mailing list