[asterisk-commits] file: trunk r69013 - in /trunk: ./
channels/chan_iax2.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue Jun 12 12:29:12 MST 2007
Author: file
Date: Tue Jun 12 14:29:12 2007
New Revision: 69013
URL: http://svn.digium.com/view/asterisk?view=rev&rev=69013
Log:
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.
........
Modified:
trunk/ (props changed)
trunk/channels/chan_iax2.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_iax2.c?view=diff&rev=69013&r1=69012&r2=69013
==============================================================================
--- trunk/channels/chan_iax2.c (original)
+++ trunk/channels/chan_iax2.c Tue Jun 12 14:29:12 2007
@@ -155,7 +155,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