]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5682 --resolve there was one other change to allow them to copy over by setting...
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 12 Aug 2013 14:04:38 +0000 (19:04 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 12 Aug 2013 14:05:04 +0000 (19:05 +0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index bdee17669ddaec6ec9e6dfac1016fccec096e060..2f193c051a6f8ea166f5b98b589354b8be1f56a9 100644 (file)
@@ -4502,7 +4502,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
                }
 
                if (!(vval = switch_channel_get_variable(o_channel, "sip_copy_multipart")) || switch_true(vval)) {
-                       switch_ivr_transfer_variable(session, nsession, SOFIA_MULTIPART_PREFIX_T);
+                       switch_ivr_transfer_variable(session, nsession, "sip_multipart");
                }
                switch_ivr_transfer_variable(session, nsession, "rtp_video_fmtp");
                switch_ivr_transfer_variable(session, nsession, "sip-force-contact");