提交 616566b9 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix cid issue

上级 200cc44f
...@@ -100,8 +100,7 @@ static void send_display(switch_core_session_t *session, switch_core_session_t * ...@@ -100,8 +100,7 @@ static void send_display(switch_core_session_t *session, switch_core_session_t *
caller_channel = switch_core_session_get_channel(session); caller_channel = switch_core_session_get_channel(session);
caller_profile = switch_channel_get_caller_profile(caller_channel); caller_profile = switch_channel_get_caller_profile(caller_channel);
// if (switch_channel_direction(caller_channel) == SWITCH_CALL_DIRECTION_OUTBOUND) { if (switch_channel_direction(caller_channel) == SWITCH_CALL_DIRECTION_OUTBOUND) {
if (!switch_channel_test_flag(caller_channel, CF_BRIDGE_ORIGINATOR)) {
name = caller_profile->callee_id_name; name = caller_profile->callee_id_name;
number = caller_profile->callee_id_number; number = caller_profile->callee_id_number;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论