What we want the AA to do is play a message then automatically direct the call to an extension (4100 in this case). This plays the message but they doesn't do much else. Could someone point me in the right direction please ? :
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<vxml version="2.0">
<form id="mainform">
<block>
<prompt bargein="true">
<audio src="sorry_no_one_here.wav"/>
</prompt>
<goto nextitem="field2"/>
</block>
<object name="field2" classid="connect">
<param name="extension" value="4100"/>
</object>
</form>
</vxml>