Cisco SPA-841 - Sipura VoIP Phone Administration Manual page 148

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
Instruction
Description
match
Upon a match between the user
input and the dial plan, the Auto
Attendant transfers to the
corresponding <case> and execute
the corresponding audio and/or
action instructions. If the Auto
Attendant cannot find a match in
any of the <case> statements, it
performs the <default> case.
goto
The Auto Attendant transfers the
caller from one <form> to the other
<form>. All <form>s are identified
by the attribute "id". The value in the
id attribute must be unique;
otherwise, the Auto Attendant
selects the last valid <form> as the
transfer-to target.
xfer
The Auto Attendant performs a
blind transfer of the caller to the
target, and then it ends processing
"target = $input" is equivalent to the
input value already passed by the
dialplan. There is no significance to
the name attribute.
exit
When this action is reached, the
Auto Attendant stops, and the call
ends
Syntax and Example(s)
<match >
<case input= "x"/>
<!--audio instruction
(optional) -->
<!--action instruction
(optional) -->
</case>
<case input= "#"/>
<!—audio instruction
(optional) -->
<!--action instruction
(optional) -->
</case>
<default>
<!—audio instruction
(optional) -->
<!--action instruction
(optional) -->
</default>
</match>
<goto link= "daytime">
"daytime" is the id of a
<form> entry.
Example: <form id="daytime"
type="menu">
<xfer name= "Technical
Support" target= "5000"/>
<exit>
7
146

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents