From: Anthony Minessale Date: Fri, 4 Nov 2016 23:12:09 +0000 (-0500) Subject: FS-9699 #resolve [Improper response to reinvite after using uuid_media_3p] X-Git-Tag: v1.8.0~1126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd520f83409f0a66e9e9eee4964465a87d413fdc;p=thirdparty%2Ffreeswitch.git FS-9699 #resolve [Improper response to reinvite after using uuid_media_3p] --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 76208038a9..a7833b16c6 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -7578,7 +7578,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, 0); + switch_core_media_gen_local_sdp(session, SDP_TYPE_RESPONSE, NULL, 0, NULL, 1); nua_respond(tech_pvt->nh, SIP_200_OK, NUTAG_MEDIA_ENABLE(0),