Elements Of Xml Scripting Grammar - Cisco SPA-841 - Sipura VoIP Phone Administration Manual

Cisco small business pro voice system internet telephony gateway with 4 fxo ports and ip phones
Hide thumbs Also See for SPA-841 - Sipura VoIP Phone:
Table of Contents

Advertisement

Configuring the Auto Attendant
Writing an Auto Attendant Script
SPA9000 Voice System Administration Guide
Script Elements
<match>
<case input="*">
<audio src="prompt4"/>
<exit/>
</case>
<default>
<audio src="prompt2"/>
<xfer name="ext"
target="$input"/>
</default>
</match>
</form>
</aa>"

Elements of XML Scripting Grammar

This section includes the following topics:
"Audio Instruction," on page142
"Action Instruction," on page143
"Noinput Instruction ," on page143
"Nomatch Instruction," on page144
"Menu Matched Instruction for Touch Tone (DMTP) Input," on page144
Audio Instruction
The following is an example of the audio instruction:
<audio src= "prompt1" bargein= "T"/>
The Auto Attendant plays the audio file that is specified in the
playing the audio, the Auto Attendant allows the caller to interrupt the current
prompt by pressing digits when the bargein attribute is set to T. The Auto
Attendant ignores any digits from the caller if bargein is set to F. The default value
of the bargein attribute is T.
Purpose
If the user input matches the dial plan, the
response depends upon the user entry:
If the user presses *, the Auto
Attendant plays Prompt 4:
bye
.
If the user presses any digits other
than *, the Auto Attendant plays
Your call has been
Prompt 2 (
transferred.
) The call is transferred
to the extension number that the user
entered.
The form is ended.
The script is ended.
src
7
Good-
attribute. When
142

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents