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:
parent
9fc160020e
commit
2d42aff9f7
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue