]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3078 This is more like it
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 02:16:11 +0000 (20:16 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 02:16:11 +0000 (20:16 -0600)
src/mod/endpoints/mod_sofia/sofia_glue.c

index e4496a49efaee0975f1db59331a35b483f70abf5..01a70f32b68537869868b54c8a37d26d42311830 100644 (file)
@@ -838,6 +838,7 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t *
 
        tech_pvt->session = session;
        tech_pvt->channel = switch_core_session_get_channel(session);
+       sofia_glue_check_dtmf_type(tech_pvt);
        switch_channel_set_cap(tech_pvt->channel, CC_MEDIA_ACK);
        switch_channel_set_cap(tech_pvt->channel, CC_BYPASS_MEDIA);
        switch_channel_set_cap(tech_pvt->channel, CC_PROXY_MEDIA);