From 0b3cb9325c83d8d60d2ddaf9e04b64715ef44c85 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 25 Jul 2013 14:33:56 -0500 Subject: [PATCH] typo --- src/mod/endpoints/mod_sofia/mod_sofia.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 12c7d7d169..9bf43d9fff 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -1936,8 +1936,8 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi } sofia_glue_tech_set_local_sdp(tech_pvt, NULL, SWITCH_FALSE); - if (switch_true(switch_channel_get_variable(session->channel, "bypass_keep_codec"))) { - switch_channel_set_variable(session->channel, "absolute_codec_string", switch_channel_get_variable(session->channel, "ep_codec_string")); + if (switch_true(switch_channel_get_variable(tech_pvt->channel, "bypass_keep_codec"))) { + switch_channel_set_variable(tech_pvt->channel, "absolute_codec_string", switch_channel_get_variable(tech_pvt->channel, "ep_codec_string")); }