]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6197 --resolve the line numbers in the trace do not match the version you reported...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 6 Feb 2014 16:47:17 +0000 (21:47 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 6 Feb 2014 16:47:24 +0000 (21:47 +0500)
src/mod/endpoints/mod_sofia/sofia.c

index d26b1042bb346f3b257ed5f972dd543a85e1cdf9..70eaa613cd16f2368362fd5b79dcc7cc27248f78 100644 (file)
@@ -5488,7 +5488,7 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
                }
 
                if (switch_channel_test_flag(channel, CF_PROXY_MODE)) {
-                       switch_channel_clear_flag(tech_pvt->channel, CF_T38_PASSTHRU);
+                       switch_channel_clear_flag(channel, CF_T38_PASSTHRU);
                        has_t38 = 0;
                }