[svn-commits] mmichelson: branch group/issue8824 r152260 - /team/group/issue8824/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Oct 27 17:41:54 CDT 2008


Author: mmichelson
Date: Mon Oct 27 17:41:53 2008
New Revision: 152260

URL: http://svn.digium.com/view/asterisk?view=rev&rev=152260
Log:
This isn't needed in this branch since the information
is copied from the connected line info


Modified:
    team/group/issue8824/channels/chan_local.c

Modified: team/group/issue8824/channels/chan_local.c
URL: http://svn.digium.com/view/asterisk/team/group/issue8824/channels/chan_local.c?view=diff&rev=152260&r1=152259&r2=152260
==============================================================================
--- team/group/issue8824/channels/chan_local.c (original)
+++ team/group/issue8824/channels/chan_local.c Mon Oct 27 17:41:53 2008
@@ -520,9 +520,6 @@
 	ast_copy_connected_to_caller(&p->chan->cid, &p->owner->connected);
 	ast_copy_caller_to_connected(&p->chan->connected, &p->owner->cid);
 
-	p->chan->cid.cid_ani2 = p->owner->cid.cid_ani2;
-	p->chan->cid.cid_ton = p->owner->cid.cid_ton;
-	p->chan->cid.cid_tns = p->owner->cid.cid_tns;
 	ast_string_field_set(p->chan, language, p->owner->language);
 	ast_string_field_set(p->chan, accountcode, p->owner->accountcode);
 	ast_cdr_update(p->chan);




More information about the svn-commits mailing list