提交 31a6e903 authored 作者: Rupa Schomaker's avatar Rupa Schomaker

remove debug lines that should not have been there


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15170 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 ffba393b
......@@ -1239,10 +1239,8 @@ SWITCH_STANDARD_APP(lcr_app_function)
routes.lookup_number = dest;
if (caller_profile) {
routes.cid = (char *) switch_channel_get_variable(channel, "effective_caller_id_number");
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Caller ID: %s\n", routes.cid);
if (!routes.cid) {
routes.cid = (char *) caller_profile->caller_id_number;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_CRIT, "Caller ID2: %s\n", routes.cid);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论