]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3078 see wrapper function that should do the same thing this is called at the...
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 01:03:07 +0000 (19:03 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 01:03:07 +0000 (19:03 -0600)
src/mod/endpoints/mod_sofia/sofia_glue.c

index b2185a2f1511ad77e26759b867f1e8e8c6c4e2d6..34ff243ff0d79abbce74395533dcdcd2dabd5ba5 100644 (file)
@@ -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;
        }
 
+       sofia_glue_check_dtmf_type(tech_pvt);
+
        if (!sofia_test_pflag(tech_pvt->profile, PFLAG_SUPPRESS_CNG)) {
                if (tech_pvt->bcng_pt) {
                        tech_pvt->cng_pt = tech_pvt->bcng_pt;