From 4c068c637d9f802e8ab5b68026d2be46bbd2f4e1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 6 Feb 2014 21:47:17 +0500 Subject: [PATCH] FS-6197 --resolve the line numbers in the trace do not match the version you reported make sure you know what version you are using --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index d26b1042bb..70eaa613cd 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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; }