mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
FS-10880: [mod_sofia] SIP INFO DTMF method not working on b-leg #resolve
This commit is contained in:
parent
228af00acb
commit
adb813e089
@ -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);
|
tech_pvt = (private_object_t *) switch_core_session_get_private(session);
|
||||||
switch_assert(tech_pvt != NULL);
|
switch_assert(tech_pvt != NULL);
|
||||||
|
|
||||||
|
switch_core_media_check_dtmf_type(session);
|
||||||
|
|
||||||
dtmf_type = tech_pvt->mparams.dtmf_type;
|
dtmf_type = tech_pvt->mparams.dtmf_type;
|
||||||
|
|
||||||
/* We only can send INFO when we have no media */
|
/* We only can send INFO when we have no media */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user