From: Anthony Minessale Date: Fri, 9 Oct 2015 15:27:54 +0000 (-0500) Subject: FS-6833 add content-type header to ack with sdp X-Git-Tag: v1.6.3~1^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6837062563273ed39d16d3ec65aff8a7e1ec5738;p=thirdparty%2Ffreeswitch.git FS-6833 add content-type header to ack with sdp --- diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index e979618a8a..d69a5bd291 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -6969,6 +6969,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status, NUTAG_MEDIA_ENABLE(0), TAG_IF(!zstr(other_tech_pvt->user_via), SIPTAG_VIA_STR(other_tech_pvt->user_via)), SIPTAG_CONTACT_STR(other_tech_pvt->reply_contact), + SIPTAG_CONTENT_TYPE_STR("application/sdp"), SIPTAG_PAYLOAD_STR(r_sdp), TAG_END());