Dialout is a sample program that demonstrate the ability to dial out using VoRDE. Dialout is also used by Indirect as described in the next section.
Using an Interactive Voice Response (IVR) capability, callers will be able to dial any number and receive the status of call. Possible return status may be No Dialtone, Busy, No answer or Answered.
Using the IVR functionality, the callers will be able to:
Following vox files are required for the application.
None.
#!/bin/sh # ./dialout.exe -p 1 -d . -n ,9,,,,,6448026,,,,,,,,,,,,, -T PP_,ffff -T VM_,ffff -T G_,ffff
Demonstration program for VoRDE. Dialout capability was developed for use by Indirect as described in the next section.
Dial out
Call status
Program ends once the telephone number is dialed. The program needs to wait till proper status is returned.
None.