FS-10880: [mod_sofia] SIP INFO DTMF method not working on b-leg #resolve
This commit is contained in:
parent
71dff4aeea
commit
074c179f6b
|
@ -1256,6 +1256,8 @@ 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);
|
||||
|
||||
switch_core_media_check_dtmf_type(session);
|
||||
|
||||
dtmf_type = tech_pvt->mparams.dtmf_type;
|
||||
|
||||
/* We only can send INFO when we have no media */
|
||||
|
|
Loading…
Reference in New Issue