mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
mod_sofia: fix profile SIP INFO dtmf not working
This commit is contained in:
parent
60395cea46
commit
4c4ca08dfc
@ -826,6 +826,8 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t *
|
|||||||
tech_pvt->recv_te = tech_pvt->te = profile->te;
|
tech_pvt->recv_te = tech_pvt->te = profile->te;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tech_pvt->dtmf_type = profile->dtmf_type;
|
||||||
|
|
||||||
if (!sofia_test_pflag(tech_pvt->profile, PFLAG_SUPPRESS_CNG)) {
|
if (!sofia_test_pflag(tech_pvt->profile, PFLAG_SUPPRESS_CNG)) {
|
||||||
if (tech_pvt->bcng_pt) {
|
if (tech_pvt->bcng_pt) {
|
||||||
tech_pvt->cng_pt = tech_pvt->bcng_pt;
|
tech_pvt->cng_pt = tech_pvt->bcng_pt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user