by 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.