next up previous contents
Next: Bibliography Up: IVR Applications Description Neda Previous: Recordex   Contents

Subsections

Alarm

Alarm program

Introduction

Alarm is a program that provides automatic notification of network status using (IVR) Interactive Voice Response system. It's like being in contact with your personal NOC (Network Operation Center) using a regular phone or cellular phone.

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

Required list of VOX files

Following vox files are required for the application.

        whenrdy.vox     error.vox       sysidis.vox     alarmis.vox
        confirm.vox     thanks.vox      error.vox

Sample run script

#!/bin/sh
#

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

Origin

Demonstration program for VoRDE.

Main Features

Status

        Not ported to PC due to heavy use of IPC calls.
        Need IPC library for PC environment.

External processes

IPC services are needed.