uniqueid variable not passed on Manual dial
Posted: Sun Jul 15, 2018 10:16 pm
Hi,
I am pretty new to this so pardon me if I sound like a NOOB. So basically, I have a new Vicidial server installed on a desktop. Vicibox v.8.0.1
I set up a campaign for autodial and added the Dispo Call URL. After the call is dispositioned, it sends to my integration server to process. I mainly use the unique ID variable (--A--uniqueid--B--) and gather all the related information via connecting to the database. All works fine. But I tried the same process using manual calls, and the unique Id sent is blank. Am I doing something wrong and why is it only failing when on Manual Dial?
PS. This is the what I have on the Dispo Call URL.
Regards,
Jet
I am pretty new to this so pardon me if I sound like a NOOB. So basically, I have a new Vicidial server installed on a desktop. Vicibox v.8.0.1
I set up a campaign for autodial and added the Dispo Call URL. After the call is dispositioned, it sends to my integration server to process. I mainly use the unique ID variable (--A--uniqueid--B--) and gather all the related information via connecting to the database. All works fine. But I tried the same process using manual calls, and the unique Id sent is blank. Am I doing something wrong and why is it only failing when on Manual Dial?
PS. This is the what I have on the Dispo Call URL.
- Code: Select all
VARhttps://api.myserver.com/api/v1/data-test.pl?fname=--A--first_name--B--&lname=--A--last_name--B--&uid=--A--uniqueid--B--¬es=--A--comments--B--&status=--A--dispo--B--&phone=--A--phone_number--B--&countrycode=--A--country_code--B--&CF_uses_custom_fields=Y&crm_campaign=--A--cmp_name--B&agent=--A--user--B---
Regards,
Jet