use origination_caller_id_number instead

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13547 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Rupa Schomaker 2009-06-02 16:39:54 +00:00
parent 9fc160020e
commit 2d42aff9f7
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ static char *get_bridge_data(switch_memory_pool_t *pool, char *dialed_number, ch
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));
}