]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4779 give this a shot
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 7 Nov 2012 14:14:32 +0000 (08:14 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 7 Nov 2012 14:14:32 +0000 (08:14 -0600)
src/mod/endpoints/mod_sofia/mod_sofia.c

index c11d37c42fb91c8f69df0babb34b9b542b468e84..6bd9cdd3e088dfecb181f96fcb6f35083e22b4bf 100644 (file)
@@ -2024,10 +2024,8 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
                                nua_ack(tech_pvt->nh,
                                                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(msg->string_arg),
-                                               SOATAG_REUSE_REJECTED(1),
-                                               SOATAG_RTP_SELECT(1), SOATAG_ORDERED_USER(1), SOATAG_AUDIO_AUX("cn telephone-event"),
-                                               TAG_IF(sofia_test_pflag(tech_pvt->profile, PFLAG_DISABLE_100REL), NUTAG_INCLUDE_EXTRA_SDP(1)),
+                                               SIPTAG_PAYLOAD_STR(msg->string_arg),
+                                               SIPTAG_CONTENT_TYPE_STR("application/sdp"),
                                                TAG_END());
                                sofia_clear_flag(tech_pvt, TFLAG_3PCC_INVITE);