From: Anthony Minessale Date: Sat, 19 Feb 2011 02:16:11 +0000 (-0600) Subject: FS-3078 This is more like it X-Git-Tag: v1.2-rc1~187^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ff78bfae112b2095dd0b8aea1ff46c1d1f5b01;p=thirdparty%2Ffreeswitch.git FS-3078 This is more like it --- diff --git a/src/mod/endpoints/mod_sofia/sofia_glue.c b/src/mod/endpoints/mod_sofia/sofia_glue.c index e4496a49ef..01a70f32b6 100644 --- a/src/mod/endpoints/mod_sofia/sofia_glue.c +++ b/src/mod/endpoints/mod_sofia/sofia_glue.c @@ -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);