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:
Joshua Colp
2007-06-12 19:29:12 +00:00
parent cf06bdb312
commit 74cda06deb

View File

@@ -155,7 +155,7 @@ static char regcontext[AST_MAX_CONTEXT] = "";
static int maxauthreq = 3; static int maxauthreq = 3;
static int max_retries = 4; static int max_retries = 4;
static int ping_time = 20; static int ping_time = 21;
static int lagrq_time = 10; static int lagrq_time = 10;
static int maxtrunkcall = TRUNK_CALL_START; static int maxtrunkcall = TRUNK_CALL_START;
static int maxnontrunkcall = 1; static int maxnontrunkcall = 1;