RTP stats were not being logged. There is no JIRA on this sigh

This commit is contained in:
Anthony Minessale
2013-04-26 09:31:28 -05:00
parent 442a53ae3c
commit 7a42ec06df
7 changed files with 64 additions and 57 deletions
-3
View File
@@ -632,9 +632,6 @@ switch_status_t sofia_on_hangup(switch_core_session_t *session)
*tech_pvt->sofia_private->uuid = '\0';
}
sofia_glue_set_rtp_stats(tech_pvt);
switch_mutex_unlock(tech_pvt->sofia_mutex);
return SWITCH_STATUS_SUCCESS;