提交 2a2cccca authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-5682 --resolve there was one other change to allow them to copy over by…

FS-5682 --resolve there was one other change to allow them to copy over by setting them on the A leg.  Exporting the sip_multipart variable or setting it in {} on the dial string should already work.  This patch should make it work with setting it too.
上级 c5cc6151
...@@ -5252,7 +5252,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session ...@@ -5252,7 +5252,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)) { 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, "sip_video_fmtp"); switch_ivr_transfer_variable(session, nsession, "sip_video_fmtp");
switch_ivr_transfer_variable(session, nsession, "sip-force-contact"); switch_ivr_transfer_variable(session, nsession, "sip-force-contact");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论