Elements Of Xml Scripting Grammar - Cisco Small Business Pro SPA9000 Administration Manual

Small business pro voice system version 6.1
Table of Contents

Advertisement

Configuring the Auto Attendant
Writing an Auto Attendant Script
SPA9000 Voice System Administration Guide
Downloaded from
www.Manualslib.com
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.
manuals search engine
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
attribute. When
7
Good-
142

Advertisement

Table of Contents
loading

This manual is also suitable for:

Spa9000

Table of Contents