Auto-attendant xml instructions set – Cisco Linksys SPA9000 User Manual

Page 146

Advertising
background image

5-22

Linksys SPA9000 Administrator Guide

Document Version 3.01

Chapter 5 Configuring the LVS Auto-Attendant

Auto-Attendant XML Instructions Set

Auto-Attendant XML Instructions Set

The complete set of XML instructions are described in the following table:

DayTime AA

Yes

DayTime AA Script

1

DayTime Answer Delay 8

NightTime AA

Yes

NightTime AA Script

2

NightTime Answer
Delay

4

Weekend/Holiday AA

Yes

Weekend/Holiday AA
Script

2

Weekend/Holiday
Answer Delay

4

Day Time:

Start=9:0:0;end=18:0:0

Weekends/Holidays

wk=6,7

;

Table 5-6

Parameters for Example 3

Parameter Name

Parameter Value

Instruction

Description

Syntax and Example(s)

dialplan

This determines the dialplan id of the current menu
<form>. AA processes the user input according to the
dial plan and then is dispatched to the match, nomatch,
or noinput instruction.

<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

When specified, AA 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 AA plays the menu prompt after playing the
prompt specified in the <noinput> audio instruction
and ignore the action instruction; otherwise, AA
executes the action instruction. By default, “repeat” is
“F”.

<noinput timeout=”5” repeat=”T”>

<!--audio instruction (optional) -->

<!--action instruction (optional) -->

</noinput>

Advertising