next up previous contents
Next: Alarm Up: IVR Applications Description Neda Previous: Attendant   Contents

Subsections

Recordex

Recordex Program

Introduction

Attendant is a sample program demonstrating the ability to answer a line and Play appropriate instructions. The user has the option to leave additional voice messages. Or retreive the current messages on the system.

Using the IVR functionality, the callers will be able to:

Required list of VOX files

Following vox files are required for the application.

   abort.vox
   amessage.vox
   badId.vox
   hello.vox
   nomsg.vox
   thankyou.vox

Sample run script

#!/bin/sh
#

./recordex.exe  -p 1 -d . -T PP_,ffff -T VM_,ffff -T G_,ffff

Origin

Demonstration program for VoRDE.

Main Features

        Answer a call and play greeting message.
        Ability to record a new message.
        Ability to retreive old messages.

Status

Functional.

External processes

None