Index: channels/chan_sip.c =================================================================== RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v retrieving revision 1.688 diff -u -r1.688 chan_sip.c --- channels/chan_sip.c 22 Mar 2005 19:09:47 -0000 1.688 +++ channels/chan_sip.c 23 Mar 2005 19:44:18 -0000 @@ -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);