FS-4769 try this patch and put {drop_dtmf=true} in your dial string

This commit is contained in:
Anthony Minessale
2012-10-26 14:46:36 -05:00
parent 6b9c2ca8af
commit b94ef869e3
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -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 */