Rocket Report post Posted 02/27/2008 10:40 PM Can I call an external program and wait for the answer? I need to create an IVR system that will ask the caller for an account number, then call and external program at a specific IP:Socket and wait for the answer and then tell the caller the answer. Is this possible with VoiceGuide ? Thanks, Kent Share this post Link to post
SupportTeam Report post Posted 02/27/2008 11:23 PM Can I call an external program and wait for the answer? Yes. Use a Run Program module. See: http://www.voiceguide.com/vghelp/source/ht...drunprogram.htm Alternatively you can use a vb script: http://www.voiceguide.com/vghelp/source/html/modvbs.htm. It is fairly easy to do IP communications from within VBScript. In VoiceGuide v7 the Run Script module can also run C# code - which can be even more useful for quickly performing IP comms. Share this post Link to post