]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment out incomplete code
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 8 Jan 2009 19:45:44 +0000 (19:45 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 8 Jan 2009 19:45:44 +0000 (19:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11100 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_glue.c

index 5e9d2c4d5608c3574f77042923cf6be70dde0419..f4fa80c08869d2579f29afe84124b69fdfe3e4ee 100644 (file)
@@ -2351,8 +2351,8 @@ uint8_t sofia_glue_negotiate_sdp(switch_core_session_t *session, sdp_session_t *
                        switch_channel_set_variable(tech_pvt->channel, "has_t38", "true");
                        switch_channel_set_private(tech_pvt->channel, "t38_options", t38_options);
 
-                       switch_channel_set_flag(tech_pvt->channel, CF_PROXY_MEDIA);
-                       switch_rtp_set_flag(tech_pvt->rtp_session, SWITCH_RTP_FLAG_PROXY_MEDIA);
+                       //switch_channel_set_flag(tech_pvt->channel, CF_PROXY_MEDIA);
+                       //switch_rtp_set_flag(tech_pvt->rtp_session, SWITCH_RTP_FLAG_PROXY_MEDIA);
 
                } else if (m->m_type == sdp_media_audio && m->m_port && !got_audio) {
                        sdp_rtpmap_t *map;