提交 2d42aff9 authored 作者: Rupa Schomaker's avatar Rupa Schomaker

use origination_caller_id_number instead


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13547 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 9fc16002
...@@ -259,7 +259,7 @@ static char *get_bridge_data(switch_memory_pool_t *pool, char *dialed_number, ch ...@@ -259,7 +259,7 @@ static char *get_bridge_data(switch_memory_pool_t *pool, char *dialed_number, ch
cid = ""; cid = "";
if (!switch_strlen_zero(cur_route->cid)) { if (!switch_strlen_zero(cur_route->cid)) {
cid = switch_core_sprintf(pool, ",effective_caller_id_number=%s", cid = switch_core_sprintf(pool, ",origination_caller_id_number=%s",
do_cid(pool, cur_route->cid, caller_id)); do_cid(pool, cur_route->cid, caller_id));
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论