NevisComputers
10-02-2009, 04:39 AM
Hi all,
Very new to Epygi so bear with me. I've configured extension 82 as a custom AA. Just as a proof of concept I've used the demo script provided by Epygi as below. I've created 2 wav files in the correct format and uploaded them. When I dial 82 from an extension all I get is silence and pressing any of the numbers doesn't go anywhere, eventually it call times out.
The WAV files I've used are attached.
Anyone who could point me in the right direction it would be appreciated.
using a Quadro 2X Firmware Version: 5.1.27/Release.
<?xml version="1.0" encoding="UTF-8" ?>
<vxml version="2.0">
<noinput count="1">
<assign name="field1" expr="'90'" />
<goto nextitem="field2" />
</noinput>
<form id="mainform">
<block>
<prompt bargein="true">
<audio src="demowelcome.wav" />
</prompt>
<goto nextitem="field1" />
</block>
<field name="field1" type="digits?length=1" modal="false">
<prompt timeout="8s">
<audio src="johnjanejack.wav" />
</prompt>
<option dtmf="1" value="90" />
<option dtmf="2" value="92" />
<option dtmf="3" value="91" />
<option dtmf="4" value="13" />
<filled>
<goto nextitem="field2" />
</filled>
</field>
<object name="field2" classid="connect">
<param name="extension" expr="field1" />
<filled>
<prompt>
<audio src="timeover.wav" />
</prompt>
<exit />
</filled>
<nomatch>
<goto nextitem="field1" />
</nomatch>
</object>
</form>
</vxml>
Very new to Epygi so bear with me. I've configured extension 82 as a custom AA. Just as a proof of concept I've used the demo script provided by Epygi as below. I've created 2 wav files in the correct format and uploaded them. When I dial 82 from an extension all I get is silence and pressing any of the numbers doesn't go anywhere, eventually it call times out.
The WAV files I've used are attached.
Anyone who could point me in the right direction it would be appreciated.
using a Quadro 2X Firmware Version: 5.1.27/Release.
<?xml version="1.0" encoding="UTF-8" ?>
<vxml version="2.0">
<noinput count="1">
<assign name="field1" expr="'90'" />
<goto nextitem="field2" />
</noinput>
<form id="mainform">
<block>
<prompt bargein="true">
<audio src="demowelcome.wav" />
</prompt>
<goto nextitem="field1" />
</block>
<field name="field1" type="digits?length=1" modal="false">
<prompt timeout="8s">
<audio src="johnjanejack.wav" />
</prompt>
<option dtmf="1" value="90" />
<option dtmf="2" value="92" />
<option dtmf="3" value="91" />
<option dtmf="4" value="13" />
<filled>
<goto nextitem="field2" />
</filled>
</field>
<object name="field2" classid="connect">
<param name="extension" expr="field1" />
<filled>
<prompt>
<audio src="timeover.wav" />
</prompt>
<exit />
</filled>
<nomatch>
<goto nextitem="field1" />
</nomatch>
</object>
</form>
</vxml>