VAD capabilities-Route calls based on caller pin entry

Dedicated forum for the visual 'drag and drop' voice application designer that allows easy creation of advanced voice applications without programming knowledge

Moderators: kevin, 3CX staff

VAD capabilities-Route calls based on caller pin entry

Postby summit3 » Mon Aug 23, 2010 6:54 pm

Does this system have the ability for callers to call in and enter a pin #. From there they will be randomly selected to hear a message.

Basically the setup is a drug trial program. People are given a telephone number and a pin. They will then call in everyday for 30 days. When they reach the automated attendant they will enter the pin #. The system will then randomly play them a message, either you have been selected or have not been selected for a trial.

I didn't see anything on the website besides the auto dialer IVR set up and wasn't sure if the system had the ability to do this.

Any assistance on this would be greatly appreciated as we are proposing on 8/25, first thing in the morning
summit3
New User
 
Posts: 4
Joined: Thu Aug 05, 2010 4:17 pm

Re: VAD capabilities-Route calls based on caller pin entry

Postby VAD_Support » Mon Aug 23, 2010 7:14 pm

Yes, this is something that can be done with the VAD.
Do you need to randomly choose between 2 messages? Or do you have much more messages?
What you need to do is:
1) Define a callflow or project variable, say "RandomNumber".
2) Using an External Code Execution, you can create a javascript function which returns a random number, for example:
function getRandomNumber(maxValue)
{
return Math.floor(Math.random()*maxValue);
}

3) Using a Variable Assignment component, assign the return value to the variable "RandomNumber".
4) Use a Conditional component to choose between different audio files to play, depending on the "RandomNumber" variable.

You should be able to do it following the steps.

Let me know if you need further assistance.

Regards,
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm

Re: VAD capabilities-Route calls based on caller pin entry

Postby summit3 » Tue Aug 24, 2010 1:29 pm

Outstanding. That is exactly what I needed.

Thank you very much
summit3
New User
 
Posts: 4
Joined: Thu Aug 05, 2010 4:17 pm

Re: VAD capabilities-Route calls based on caller pin entry

Postby fazil2000 » Thu Nov 11, 2010 6:13 pm

called ID matching against a database function available on free VAD version?
please let me know.

Thank you
fazil2000
New User
 
Posts: 1
Joined: Thu Nov 11, 2010 5:59 pm

Re: VAD capabilities-Route calls based on caller pin entry

Postby VAD_Support » Thu Nov 11, 2010 6:24 pm

No, the Database Access component is only available in the commercial edition.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 439
Joined: Thu Aug 06, 2009 5:29 pm


Return to 3CX Voice Application Designer (VAD)


Who is online

Users browsing this forum: No registered users and 0 guests

Announcements: