Auto Attendant Xml Instructions Set - 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

Auto Attendant XML Instructions Set

The complete set of XML instructions for Auto Attendant Scripts are described in
the following table:
Table 5 AA XML Elements
Instruction
Description
dialplan
This determines the dialplan id of
the current menu <form>. The Auto
Attendant processes the user input
according to the dial plan and then
is dispatched to the match,
nomatch, or noinput instruction.
noinput
When specified, the Auto Attendant
executes the specified audio and
action instructions if the user does
not input any digits in <timeout>
seconds. If the repeat attribute is
set to "T", then the Auto Attendant
plays the menu prompt after
playing the prompt specified in the
<noinput> audio instruction and
ignore the action instruction;
otherwise, the Auto Attendant
executes the action instruction. By
default, "repeat" is "F".
nomatch
When specified, the nomatch
instruction runs when the user input
digits do not match anything in the
dial plan. The Auto Attendant
executes the specified audio and
action instructions. If the repeat
attribute is set to "T", the Auto
Attendant plays the menu prompt
after playing the no input prompt
and ignore the action instruction;
otherwise, the Auto Attendant
executes the action instruction. By
default, "repeat" is "F".
Syntax and Example(s)
<dialplan src = "dp1"/>
"dp1" matches the AA Dial
Plan 1 parameter found on
the Voice - SIP screen of the
administration web server.
"dp2" matches the AA Dial
Plan 2 parameter found on
the Voice - SIP screen of the
administration web server.
<noinput timeout="5"
repeat="T">
<!--audio instruction
(optional) -->
<!--action instruction
(optional) -->
</noinput>
<nomatch repeat="F">
<!--audio instruction
(optional) -->
<!--action instruction
(optional) -->
</nomatch>
7
145

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents