From: Anthony Minessale Date: Sat, 19 Feb 2011 02:13:37 +0000 (-0600) Subject: FS-3078 NM that was a bad idea X-Git-Tag: v1.2-rc1~187^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25834f95372f718b20efdd3d30e87b9e8a6eea64;p=thirdparty%2Ffreeswitch.git FS-3078 NM that was a bad idea --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index 34ff243ff0..e4496a49ef 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -826,7 +826,7 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t * tech_pvt->recv_te = tech_pvt->te = profile->te; } - sofia_glue_check_dtmf_type(tech_pvt); + tech_pvt->dtmf_type = tech_pvt->profile->dtmf_type; if (!sofia_test_pflag(tech_pvt->profile, PFLAG_SUPPRESS_CNG)) { if (tech_pvt->bcng_pt) {