mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-5322 --resolve
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user