dect
/
asterisk
Archived
13
0
Fork 0

Make sure regtimeout is initialized (bug #3845)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5239 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2005-03-24 00:53:18 +00:00
parent 2658029648
commit 5789c11124
1 changed files with 1 additions and 0 deletions

View File

@ -9973,6 +9973,7 @@ static int reload_config(void)
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);