提交 70c8c1d7 authored 作者: Michael Jerris's avatar Michael Jerris

pass new caller profile vars across the bridge.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5657 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 406e0d6b
...@@ -218,6 +218,11 @@ SWITCH_DECLARE(switch_call_cause_t) switch_core_session_outgoing_channel(switch_ ...@@ -218,6 +218,11 @@ SWITCH_DECLARE(switch_call_cause_t) switch_core_session_outgoing_channel(switch_
caller_profile->rdnis, caller_profile->rdnis,
caller_profile->source, caller_profile->context, caller_profile->destination_number); caller_profile->source, caller_profile->context, caller_profile->destination_number);
outgoing_profile->flags = caller_profile->flags; outgoing_profile->flags = caller_profile->flags;
outgoing_profile->caller_ton = caller_profile->caller_ton;
outgoing_profile->caller_numplan = caller_profile->caller_numplan;
outgoing_profile->destination_number_ton = caller_profile->destination_number_ton;
outgoing_profile->destination_number_numplan = caller_profile->destination_number_numplan;
} }
} }
if (!outgoing_profile) { if (!outgoing_profile) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论