forked from Mirrors/freeswitch
add options ping to gateway
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8224 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6eacfd9aca
commit
6e8cd63956
@ -159,6 +159,7 @@ void sofia_reg_check_gateway(sofia_profile_t *profile, time_t now)
|
||||
|
||||
case REG_STATE_FAILED:
|
||||
sofia_reg_kill_reg(gateway_ptr, 0);
|
||||
gateway_ptr->status = SOFIA_GATEWAY_DOWN;
|
||||
case REG_STATE_TRYING:
|
||||
if (gateway_ptr->retry && now >= gateway_ptr->retry) {
|
||||
gateway_ptr->state = REG_STATE_UNREGED;
|
||||
|
Loading…
Reference in New Issue
Block a user