Elements Of Xml Scripting Grammar - 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

Script Elements
<dialplan src="dp2"/>
<noinput timeout="10" repeat="T"/>
<nomatch>
<audio src="prompt3" bargein="T"/>
</nomatch>
<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 page 111
"Action Instruction, " on page 112
"Noinput Instruction , " on page 112
"Nomatch Instruction, " on page 113
"Menu Matched Instruction for Touch Tone (DMTP) Input, " on page 113
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 src attribute. When 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.
Linksys Voice System Administration Guide
Configuring the LVS Auto-Attendant
Writing an Auto Attendant Script
Purpose
AA Dial Plan 2 is used to evaluate the inputs.
within this form.
If there is no input after 10 seconds, the Auto
Attendant repeats the menu prompt.
If the user input does not match the specified
dial plan, the Auto Attendant plays Prompt3:
Not a valid extension, please try again.
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: Good-bye.
If the user presses any digits other than
*, t
he Auto Attendant plays Prompt 2 (
call has been transferred.
transferred to the extension number that
the user entered.
The form is ended.
The script is ended.
Your
) The call is
111

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Spa400Spa9x2

Table of Contents