]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6833 FS-6834 found a few missing content-types in requests/resonses with sdp that...
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 12 Oct 2015 17:38:19 +0000 (12:38 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 12 Oct 2015 17:38:25 +0000 (12:38 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c
src/mod/endpoints/mod_sofia/sofia.c

index d74688c70cb8605a0bbc5cee3a3d02e386f37c6c..48bf963a0f622d690e001e19523102221b21f270 100644 (file)
@@ -1452,7 +1452,7 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
                {
                        char *extra_headers = sofia_glue_get_extra_headers(channel, SOFIA_SIP_HEADER_PREFIX);
 
-                       nua_invite(tech_pvt->nh, NUTAG_MEDIA_ENABLE(0), SIPTAG_PAYLOAD_STR(msg->string_arg), 
+                       nua_invite(tech_pvt->nh, NUTAG_MEDIA_ENABLE(0), SIPTAG_CONTENT_TYPE_STR("application/sdp"), SIPTAG_PAYLOAD_STR(msg->string_arg), 
                                           TAG_IF(!zstr(extra_headers), SIPTAG_HEADER_STR(extra_headers)), TAG_END());
                        
                        switch_safe_free(extra_headers);
index d69a5bd29152110aa6fd411a00405d17b65f418a..963ccaf48827c4e3f0f0404667aa2466f4b86209 100644 (file)
@@ -7023,6 +7023,7 @@ static void sofia_handle_sip_i_state(switch_core_session_t *session, int status,
                                                        TAG_IF(!zstr(tech_pvt->user_via), SIPTAG_VIA_STR(tech_pvt->user_via)),
                                                        SIPTAG_CONTACT_STR(tech_pvt->reply_contact),
                                                        //SOATAG_USER_SDP_STR(tech_pvt->mparams.local_sdp_str),
+                                                       SIPTAG_CONTENT_TYPE_STR("application/sdp"),
                                                        SIPTAG_PAYLOAD_STR(tech_pvt->mparams.local_sdp_str),
                                                        //SOATAG_REUSE_REJECTED(1),
                                                        //SOATAG_RTP_SELECT(1),