Hi,
I have a requirement for the press1 campaign, if any customer press 1 the call should forward to a external number along with the customer's number as CID.
Installation : Vicidial Scratch Installation on Centos 7, Asterisk 11.22.0-vici
SVN :
VERSION: 2.14-787a
BUILD: 210211-1145
© 2020 ViciDial Group
1. I have tried it by enabling 3 way transfer CID to customer but the CID is showing up "asterisk" on forwarded DID.
2. I have tried forwarding the press-1 call to DID through extension 4366 with below dialplan but I get a random fixed number as CID.
exten => _4366,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _4366,2,AGI(agi-set_variables.agi,)
exten => _4366,3,Set(CALLERID(all)=${phone_number})
exten => _4366,n,Dial(SIP/<XX- DID number -XX>@<carriername>,,Tto)
exten => _4366,n,Hangup()
Kindly guide me how to fetch the press1 customer number and send call to DID number along with customer number as CID.
Thank you