FS-10880: [mod_sofia] SIP INFO DTMF method not working on b-leg #resolve

This commit is contained in:
Brian West 2018-01-22 15:50:39 -06:00 committed by Muteesa Fred
parent 228af00acb
commit adb813e089
1 changed files with 2 additions and 0 deletions

View File

@ -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 */