How do you debug submit logic.
Posted: Wed Apr 19, 2006 10:03 am
I am attempting to use the submit tag with the following code:
<form id="balance">
<var name="action"/>
<block>
<assign name="action" expr="'balance'"/>
<submit next="http://my.test.domain/ivr/getUserData.phtml" namelist="a
ction" method="post"/>
</block>
</form>
The getUserData.phtml returns the following:
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<prompt>
Your current balance is $23.51.
</prompt>
</block>
</form>
</vxml>
When I dial the ivr phone number, I get "This service is unavailable, problem with fetch" message.
Is there a way to debug this?
<form id="balance">
<var name="action"/>
<block>
<assign name="action" expr="'balance'"/>
<submit next="http://my.test.domain/ivr/getUserData.phtml" namelist="a
ction" method="post"/>
</block>
</form>
The getUserData.phtml returns the following:
<?xml version="1.0"?>
<vxml version="2.0">
<form>
<block>
<prompt>
Your current balance is $23.51.
</prompt>
</block>
</form>
</vxml>
When I dial the ivr phone number, I get "This service is unavailable, problem with fetch" message.
Is there a way to debug this?