
Chapter 5 Configuring the LVS
AA XML Script Examples
•All other valid extensions (defined here to be 0, 3, 5xx, 8001) are forwarded to the associated client. 0 is replaced with 501 (receptionist), 3 is replaced with 300 (Sales group line); 5xx and 8001 are valid extensions.
Non-Office Hour AA Treatment
In the
Example 5-3 Auto-Attendant Script with Two Treatments
<AA Script1> = “<aa>
<form id=”dt” type=”menu”>
<audio src=”prompt5” bargein=”T”/> <audio src=”prompt8” bargein=”T”/> <audio src=”prompt9” bargein=”T”/> <noinput timeout=”15”>
<audio src=”prompt2” bargein=”F”/> <xfer name=”rep” target=”501”/>
</noinput>
<nomatch><audio src=”prompt3” bargein=”T”/></nomatch> <dialplan src=”dp1”/>
<match>
<case input=”1”>
<audio src=”prompt7” bargein=”F”/> <audio src=”prompt8” bargein=”T”/> <audio src=”prompt9” bargein=”T”/>
</case>
<case input=”2”>
<audio src=”prompt2” bargein=”F”/> <goto link=”SUPPORT”/>
</case>
<default>
<audio src=”prompt2” />
<xfer name=”ext” target=”$input”/> </default>
</match>
</form>
<form id=”SUPPORT” type=”menu”> <audio src=”prompt10” bargein=”T”/> <noinput timeout=”10”>
<audio src=”prompt2”/>
<xfer name=”ext” target=”200”/> </noinput>
<nomatch><audio src=”prompt3” bargein=”T”/></nomatch> <dialplan src=”dp2”/>
<match>
<case input=”*”> <goto link=”dt”/>
</case>
<default>
|
|
| <audio src=”prompt2”/> | |
|
|
| <xfer name=”ext” target=”$input”/> | |
|
|
| </default> | |
|
|
| </match> | |
|
|
| Linksys SPA9000 Administrator Guide | |
|
|
| ||
|
| Document Version 3.01 |
| |
|
|
|