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
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;