From: Mike Jerris Date: Wed, 16 Nov 2016 01:25:37 +0000 (-0600) Subject: FS-9699 regression X-Git-Tag: v1.8.0~1061 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08adab191831496bdfec6a89d9a506785773e128;p=thirdparty%2Ffreeswitch.git FS-9699 regression --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index f5cb429ae6..d4a0657785 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -7639,7 +7639,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, switch_core_media_gen_local_sdp(session, SDP_TYPE_RESPONSE, NULL, 0, NULL, - zstr(tech_pvt->mparams.local_sdp_str) && !switch_channel_test_flag(channel, CF_PROXY_MODE)); + zstr(tech_pvt->mparams.local_sdp_str) || !switch_channel_test_flag(channel, CF_PROXY_MODE)); if (zstr(tech_pvt->mparams.local_sdp_str)) {