[asterisk-commits] file: branch 1.4 r69012 - /branches/1.4/channels/chan_iax2.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jun 12 12:26:39 MST 2007


Author: file
Date: Tue Jun 12 14:26:38 2007
New Revision: 69012

URL: http://svn.digium.com/view/asterisk?view=rev&rev=69012
Log:
Schedule the sending of a PING packet a second later than previously so that it does not collide with the LAGRQ.

Modified:
    branches/1.4/channels/chan_iax2.c

Modified: branches/1.4/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_iax2.c?view=diff&rev=69012&r1=69011&r2=69012
==============================================================================
--- branches/1.4/channels/chan_iax2.c (original)
+++ branches/1.4/channels/chan_iax2.c Tue Jun 12 14:26:38 2007
@@ -147,7 +147,7 @@
 
 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;



More information about the asterisk-commits mailing list