When coding a VOX environment application, use the following ADDRESS VOX commands:
Initiates the phone call and automatically play a voice file or words from a word library as soon as the caller picks up the phone. The advantage of using CALLPLAY instead of CALL then PLAY is that the VOX environment automatically loads the voice message segment to play prior to making the phone call, thereby improving performance during initiation of the call.
Obtains an available channel using a hard-coded channel number or retrieving a channel from a group.
Obtains user's DTMF tones, assuming the voice message segment played with CALLPLAY has prompted the user appropriately.
Obtains subsequent DTMF tones by first prompting the user with a voice message segment. PLAYGETDIGITS is recommended over using PLAY then GETDIGITS, because it facilitates an improved reading and maintenance of your application.
Releases the channel used by the phone call, making it available again.
Verifies the caller as a valid user of the application.
Copyright © 2012 CA. All rights reserved. |
|