<?xml version="1.0"?>
<vxml version="2.1">
<form>
<subdialog name="sub" src="subdialog.php"/>
<block>
<value expr="sub.text"/>.
</block>
</form>
</vxml>
<?php
header("Content-type: text/xml");
echo("<?xml version=\"1.0\"?>\n");
$my_prompt = "This is some text that you can read over the phone";
?>
<vxml version="2.0">
<form>
<block>
<var name="text" expr="'<?php echo($my_prompt)?>'"/>
<return namelist="text"/>
</block>
</form>
</vxml>
Return to IVR Platform Administrator Q&A
Users browsing this forum: No registered users and 1 guest