mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-23 14:44:28 +00:00
Merged revisions 69012 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r69012 | file | 2007-06-12 15:26:38 -0400 (Tue, 12 Jun 2007) | 2 lines Schedule the sending of a PING packet a second later than previously so that it does not collide with the LAGRQ. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@69013 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -155,7 +155,7 @@ static char regcontext[AST_MAX_CONTEXT] = "";
|
||||
|
||||
static int maxauthreq = 3;
|
||||
static int max_retries = 4;
|
||||
static int ping_time = 20;
|
||||
static int ping_time = 21;
|
||||
static int lagrq_time = 10;
|
||||
static int maxtrunkcall = TRUNK_CALL_START;
|
||||
static int maxnontrunkcall = 1;
|
||||
|
Reference in New Issue
Block a user