next up previous contents
Next: Indirect Up: IVR Applications Description Neda Previous: POTS Access to Neda's   Contents

Subsections

Dialout

Dialout

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.

Introduction

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:

Required list of VOX files

Following vox files are required for the application.

        None.

Sample run script

#!/bin/sh
#

./dialout.exe  -p 1 -d . -n ,9,,,,,6448026,,,,,,,,,,,,, -T PP_,ffff
   -T VM_,ffff -T G_,ffff

Origin

Demonstration program for VoRDE. Dialout capability was developed for use by Indirect as described in the next section.

Main Features

        Dial out
        Call status

Status

Program ends once the telephone number is dialed. The program needs to wait till proper status is returned.

External processes

None.


next up previous contents
Next: Indirect Up: IVR Applications Description Neda Previous: POTS Access to Neda's   Contents