]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use origination_caller_id_number instead
authorRupa Schomaker <rupa@rupa.com>
Tue, 2 Jun 2009 16:39:54 +0000 (16:39 +0000)
committerRupa Schomaker <rupa@rupa.com>
Tue, 2 Jun 2009 16:39:54 +0000 (16:39 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13547 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_lcr/mod_lcr.c

index 4833355ca33cef15cc1bb5fcedd3196d7ef6b39f..92ac2e5a7f27e72c787bab81e1f50b45b91aa05f 100644 (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));
        }