This commit is contained in:
Anthony Minessale
2012-08-16 12:09:19 -05:00
parent 42bf44de51
commit cc351ca004
15 changed files with 2007 additions and 1836 deletions
+4
View File
@@ -429,6 +429,10 @@ switch_status_t sofia_on_hangup(switch_core_session_t *session)
gateway_ptr = sofia_reg_find_gateway(gateway_name);
}
if (!tech_pvt) {
return SWITCH_STATUS_SUCCESS;
}
switch_mutex_lock(tech_pvt->sofia_mutex);
rec = sofia_test_flag(tech_pvt, TFLAG_RECOVERING);