]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7015 #comment please test
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Nov 2014 23:02:10 +0000 (17:02 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 25 Nov 2014 23:02:10 +0000 (17:02 -0600)
src/mod/endpoints/mod_sofia/sofia.c

index c602d4273db95be4e3032e59d0d0bd8249fd4b2f..bd450b7ddd601316e4ebe24c3b24124b108993aa 100644 (file)
@@ -6551,7 +6551,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
                        }
                }
                tech_pvt->mparams.last_sdp_str = NULL;
-       
+               tech_pvt->mparams.last_sdp_response = NULL;
                
                if (r_sdp && (switch_channel_test_flag(channel, CF_PROXY_MODE) || switch_channel_test_flag(channel, CF_PROXY_MEDIA))) {
                        const char *var;