An Introduction To Xml Scripting Grammar In Aa Script Examples - Linksys SPA9000 Administration Manual

Voice system ip telephony system pstn voip gateway with integrated voice mail server ip phones
Hide thumbs Also See for SPA9000:
Table of Contents

Advertisement

An Introduction to XML Scripting Grammar in AA Script Examples

The SPA9000 lets you use XML scripting grammar to define the Auto Attendant instructions.
You can study the example scripts to learn about the scripting grammar. You also may find it
helpful to use these scripts as the basis for your own custom scripts.
SEE ALSO:
"Elements of XML Scripting Grammar , " on page 111
Example 1: Routing Calls to Any Extension Number (Default AA Script 1)
In this example, the business is using the default AA Script 1, which prompts the caller to enter
any extension number. Each part of the script is described in the following table.
Script Elements
<aa>
<form id="dir" type="menu">
<audio src="prompt1" bargein="T"/>
<noinput timeout="10" repeat="T"/>
<dialplan src="dp1"/>
<nomatch repeat="F">
<audio src="prompt3" bargein="T"/>
</nomatch>
<match>
<default>
<audio src="prompt2"/>
<xfer name="ext" target="$input"/>
</default>
</match>
</form>
</aa>
Linksys Voice System Administration Guide
Configuring the LVS Auto-Attendant
Writing an Auto Attendant Script
Purpose
This script is for the AA.
This form is given the name "dir" for directory,
and it is a menu type of form
DTMF inputs.
The Auto Attendant plays Prompt 1, using the
If you know your party's
default recording:
extension, you may enter it now.
Callers are allowed to begin dialing (bargein) at
any time.
If there is no input after 10 seconds, the Auto
Attendant repeats the menu prompt.
AA Dial Plan 1 is used to evaluate the inputs.
If the dialed digits do not match the dial plan, the
Auto Attendant plays Prompt3:
extension, please try again.
If the dialed digits match the dial plan, the Auto
Attendant plays Prompt 2 (
forwarded.
) The call is transferred to the
extension number that the user entered.
The form is ended.
The script is ended.
, which accepts
Not a valid
Your call has been
109

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Spa400Spa9x2

Table of Contents