dect
/
asterisk
Archived
13
0
Fork 0

Make sure we propogate ANI2 to the outbound channel

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85499 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mattf 2007-10-11 22:42:44 +00:00
parent 938c1759c7
commit 35941f1fac
1 changed files with 1 additions and 0 deletions

View File

@ -1405,6 +1405,7 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags
tc->cid.cid_pres = chan->cid.cid_pres;
tc->cid.cid_ton = chan->cid.cid_ton;
tc->cid.cid_tns = chan->cid.cid_tns;
tc->cid.cid_ani2 = chan->cid.cid_ani2;
tc->adsicpe = chan->adsicpe;
tc->transfercapability = chan->transfercapability;