by Vince-0 » Thu Sep 11, 2014 5:06 am
Matt,
My client wishes to contract for development to include variables CAMPAIGN,FULLDATE,CUSTPHONE,AGENT,VENDORLEADCODE in the recording file name this script creates. There is also a requirement to report on how many calls were transferred like this. At the moment the current usage for this is in System Settings>Custom Dialplan and looks like:
exten => 2223,1,Answer()
exten => 2223,2,AGI(agi-NVA_recording.agi,BOTH------Y---N---Y---N)
exten => 2223,3,NoOp(**Recording done, going to IVR)
exten => 2223,4,Background(Welcom_MSG)
exten => 2223,5,WaitExten(10)
exten => 2223,h,Hangup()
exten => 2223,t,Hangup()
exten => 2223,i,Hangup()
exten => 1,1,GoTo(default,<DIDGOESHERE>,1)
exten => <DIDGOESHERE>,1,AGI(agi-DID_route.agi)
Is this something that I can pick up with Vici sales?
Thanks,
Vin.