Forum
Conditional function
11 posts
• Page 1 of 1
Conditional function
Trying to build a VAD App to do the below
Caller calls in and then is asked to enter a password, if the correct password is entered then the caller is transferred, if the password is incorrect, it will ask the caller to enter the password again.
am at at the conditional component
If i use a conditional VAD Expression such as equal and enter the desired password it builds ok and gets applied to 3cx, however when testing it out it does not take note of the password and just transfers the call anyway.
What am i doing wrong?
Caller calls in and then is asked to enter a password, if the correct password is entered then the caller is transferred, if the password is incorrect, it will ask the caller to enter the password again.
am at at the conditional component
If i use a conditional VAD Expression such as equal and enter the desired password it builds ok and gets applied to 3cx, however when testing it out it does not take note of the password and just transfers the call anyway.
What am i doing wrong?
- uk26
- New User
- Posts: 12
- Joined: Wed Mar 25, 2009 8:19 pm
Re: Conditional function
Can you post a ZIP with your project?
- VAD_Support
- 3CX Valued Professional

- Posts: 536
- Joined: Thu Aug 06, 2009 5:29 pm
Re: Conditional function
Well, the application that you have created does exactly what you described. If the PIN is invalid, you play the Invaliedpin.wav file, but then you transfer the call. You're not requesting to enter the PIN again. You should use a Loop component to do that.
Also, the user input component is configured to get exactly 4 digits. You will have to validate it against a 4 digits PIN, otherwise it will never match.
Also, the user input component is configured to get exactly 4 digits. You will have to validate it against a 4 digits PIN, otherwise it will never match.
- VAD_Support
- 3CX Valued Professional

- Posts: 536
- Joined: Thu Aug 06, 2009 5:29 pm
Re: Conditional function
so i got the basics right.
ok so how would i get it to check to make sure the pin matches?
only want the call to be transffered if the pin is correct.
ok so how would i get it to check to make sure the pin matches?
only want the call to be transffered if the pin is correct.
- uk26
- New User
- Posts: 12
- Joined: Wed Mar 25, 2009 8:19 pm
Re: Conditional function
Then you need to move the Transfer component into the Conditional component branch that is executed when the PIN matches.
- VAD_Support
- 3CX Valued Professional

- Posts: 536
- Joined: Thu Aug 06, 2009 5:29 pm
Re: Conditional function
ok done that, but still does the call transfer.


- uk26
- New User
- Posts: 12
- Joined: Wed Mar 25, 2009 8:19 pm
Re: Conditional function
Of course, that expression will always evaluate to true. 500 is always equal to 500...
You need to compare the input buffer against the right PIN value. Use the expression editor to change the first 500 with the right variable (Support_Line.Buffer).
You need to compare the input buffer against the right PIN value. Use the expression editor to change the first 500 with the right variable (Support_Line.Buffer).
- VAD_Support
- 3CX Valued Professional

- Posts: 536
- Joined: Thu Aug 06, 2009 5:29 pm
Re: Conditional function
ok that works 
now i have it, if caller enters 5000 the call now gets transferred but if they enter 5561 for example they get the message invalid pin, which is good, but now disconnects the call.
so i need to put a loop on the Invalid_Pin.
now i have it, if caller enters 5000 the call now gets transferred but if they enter 5561 for example they get the message invalid pin, which is good, but now disconnects the call.
so i need to put a loop on the Invalid_Pin.
- uk26
- New User
- Posts: 12
- Joined: Wed Mar 25, 2009 8:19 pm
Re: Conditional function
sorry to be a pain, but how do i get the loop to play the first prompt again
- uk26
- New User
- Posts: 12
- Joined: Wed Mar 25, 2009 8:19 pm
Re: Conditional function
Just put the User Input component into the Loop component. And configure the Condition to continue looping for example counting how many times the user has tried to enter the PIN. You would have to define a variable for that counter, and increment it on each loop.
- VAD_Support
- 3CX Valued Professional

- Posts: 536
- Joined: Thu Aug 06, 2009 5:29 pm
11 posts
• Page 1 of 1
Return to 3CX Voice Application Designer (VAD)
Who is online
Users browsing this forum: No registered users and 1 guest
