mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
FS-4769 try this patch and put {drop_dtmf=true} in your dial string
This commit is contained in:
@@ -1511,6 +1511,10 @@ 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 (sofia_test_flag(tech_pvt, TFLAG_DROP_DTMF)) {
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
dtmf_type = tech_pvt->dtmf_type;
|
||||
|
||||
/* We only can send INFO when we have no media */
|
||||
|
||||
Reference in New Issue
Block a user