summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2007-10-11 22:42:44 +0000
committerMatthew Fredrickson <creslin@digium.com>2007-10-11 22:42:44 +0000
commita4be521c894e8d365393a80191ce8d5ad4b53166 (patch)
treee1d26158587256cc0c6d3a667e15f009c2524d1d /apps
parentf2f66caae1464b120f6d57e141eb22399c9a5c26 (diff)
Make sure we propogate ANI2 to the outbound channel
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85499 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_dial.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index a6b276828..3a1f12312 100644
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -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;