Specifications
Table Of Contents
- Linksys SPA9000 Administrator Guide
- Contents
- Preface
- 1
- 2
- 3
- Configuring Voice Service and Voicemail
- Using the Wizard to Configure ITSP Voice Services and Voicemail
- Completing the Voicemail Configuration
- Configuring the SPA400 for PSTN Connectivity or Voicemail
- Configuring a SPA IP Phone for Voice Mail Service
- SPA400 Voicemail Options
- Managing Voicemail
- Configuring Voice Service and Voicemail
- 4
- 5
- 6
- A
- B
- Index

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>