[Freeswitch-svn] [commit] r8738 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Mon Jun 2 11:48:57 EDT 2008
Author: anthm
Date: Mon Jun 2 11:48:56 2008
New Revision: 8738
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
update
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Mon Jun 2 11:48:56 2008
@@ -1520,6 +1520,7 @@
//switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "ping success %s\n", gateway->name);
if (gateway->state == REG_STATE_FAILED) {
gateway->state = REG_STATE_UNREGED;
+ gateway->retry = 0;
}
gateway->status = SOFIA_GATEWAY_UP;
} else {
More information about the Freeswitch-svn
mailing list