To pass a second call on the validity of a number

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

To pass a second call on the validity of a number

Postby agron.alili » Mon Feb 08, 2010 11:12 pm

See my diagram in appendix please:

I have a GSM with number 011111112,011111113 or 012545662 and I wish called the 07788992. The 3cx recognizes my number and lets me compose a second number. If I compose the 07788992 with any other number not announced, it blocks the call quite simply.

Can you say to me if that is feasible?

Thank you for advance
agron.alili
New User
 
Posts: 38
Joined: Fri May 08, 2009 5:11 pm

Re: To pass a second call on the validity of a number

Postby VAD_Support » Mon Feb 08, 2010 11:31 pm

Hi,

Sorry, but I'm not understanding your problem. Can you explain it with more detail? Also, the diagram is not attached, if you can post it here maybe it helps us to understand too.

Thanks.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: To pass a second call on the validity of a number

Postby agron.alili » Tue Feb 09, 2010 11:31 am

Excuse me.

The diagramm is here. Thank you in advance for your help.
Attachments
3cx_question.GIF
3cx_question.GIF (16.96 KiB) Viewed 933 times
agron.alili
New User
 
Posts: 38
Joined: Fri May 08, 2009 5:11 pm

Re: To pass a second call on the validity of a number

Postby VAD_Support » Tue Feb 09, 2010 2:44 pm

Yes, this can be accomplished with the VAD in the following way:
1) Using a Conditional component, you can check the value of system variables session.ani and session.dnis, to see if the call comes from, or goes to a specific number.
2) If the required condition is met, you can request to enter the destination number using DTMF digits with a User Input component. Otherwise just play a message and disconnect the call.
3) When the user enters a valid destination number, just transfer the call to that number using a Transfer component.

It’s pretty simple. Also, the VAD installs a sample project named “SimpleDialer” which asks for a number with a User Input component and transfers the call to that number. You can use that sample project as a guide.

Let me know if you need more help on this.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: To pass a second call on the validity of a number

Postby agron.alili » Tue Feb 09, 2010 9:47 pm

Can one make this kind of programming on free version?
agron.alili
New User
 
Posts: 38
Joined: Fri May 08, 2009 5:11 pm

Re: To pass a second call on the validity of a number

Postby VAD_Support » Tue Feb 09, 2010 9:56 pm

No, the Conditional component is only available in commercial editions.

You can do something like this without call screening using the free edition, as shown in the sample project "SimpleDialer". But every user would be available to make calls this way...
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: To pass a second call on the validity of a number

Postby agron.alili » Tue Feb 09, 2010 10:09 pm

I have a 3cx Phone System 7.1.7139.0 .

The version 3cx Voice Application Designer 2.0.3559.0 is compatible with my 3cx Phone System?
Or do I have to install the last version of 3cx Phone system?
agron.alili
New User
 
Posts: 38
Joined: Fri May 08, 2009 5:11 pm

Re: To pass a second call on the validity of a number

Postby VAD_Support » Wed Feb 10, 2010 2:28 pm

The VAD is designed to work with 3CX v8 and on. Generated scripts will work with 3CX v7.1, but you may have problems with the deployment of the application, so you will need to upgrade.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: To pass a second call on the validity of a number

Postby bilalamjad3 » Mon Feb 15, 2010 7:28 am

what kind of version you use?
tell me.
bilalamjad3
New User
 
Posts: 6
Joined: Sat Feb 06, 2010 1:28 pm

Re: To pass a second call on the validity of a number

Postby agron.alili » Wed Feb 17, 2010 6:09 pm

Hello,

With the " SimpleDialer" , can we directly deploy it or something should be configured?

Thank you for advance
agron.alili
New User
 
Posts: 38
Joined: Fri May 08, 2009 5:11 pm

Re: To pass a second call on the validity of a number

Postby VAD_Support » Wed Feb 17, 2010 6:14 pm

You will need to configure the 3CX server location, and the extension to transfer the call when required. You can open it with the free edition and check it out. It's pretty easy to change.
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: To pass a second call on the validity of a number

Postby agron.alili » Wed Feb 17, 2010 6:21 pm

Ok I understand. But how can we recompose a second call?
agron.alili
New User
 
Posts: 38
Joined: Fri May 08, 2009 5:11 pm

Re: To pass a second call on the validity of a number

Postby VAD_Support » Wed Feb 17, 2010 6:53 pm

The "Simple Dialer" sample application asks for a number, which must be entered by DTMF, and then makes an outbound call to that number. If there is no input, or the input does not match the required pattern (min digits, etc.), the call is transferred to the operator (that's where you need to configure the operator extension).
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
Joined: Thu Aug 06, 2009 5:29 pm

Re: To pass a second call on the validity of a number

Postby agron.alili » Wed Feb 17, 2010 10:46 pm

When I call the " SimpleDialer" , there is an error message and the call finishes. Why that?
agron.alili
New User
 
Posts: 38
Joined: Fri May 08, 2009 5:11 pm

Re: To pass a second call on the validity of a number

Postby VAD_Support » Thu Feb 18, 2010 12:19 am

What does the error say? Can you post the error from "All Users Data\3CX\Data\Logs\IvrServer.log"?
Also, the version of 3CX and the VAD, and the operating system you're using is valuable information...
VAD_Support
3CX Valued Professional
3CX Valued Professional
 
Posts: 421
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