Skip to content
Snippets Groups Projects
Commit a4be521c authored by Matthew Fredrickson's avatar Matthew Fredrickson
Browse files

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
parent f2f66caa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment