FS-4079 FS-4540 please update to this version

This commit is contained in:
Anthony Minessale
2012-08-15 22:51:31 -05:00
parent c6d7417aec
commit bb69310259
10 changed files with 134 additions and 50 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);