FS-5322 --resolve

This commit is contained in:
Anthony Minessale
2013-04-18 16:27:45 -05:00
parent 54d47599e9
commit c8a6c99f84
2 changed files with 10 additions and 5 deletions
-4
View File
@@ -1107,10 +1107,6 @@ static switch_status_t sofia_send_dtmf(switch_core_session_t *session, const swi
tech_pvt = (private_object_t *) switch_core_session_get_private(session);
switch_assert(tech_pvt != NULL);
if (switch_channel_test_flag(tech_pvt->channel, CF_DROP_DTMF)) {
return SWITCH_STATUS_SUCCESS;
}
dtmf_type = tech_pvt->mparams.dtmf_type;
/* We only can send INFO when we have no media */