VoiceTrends
Enabling VoiceTrends
### main.php
<?php
header('Content-type: text/xml');
echo('<?xml version"1.0"?>');
?>
<vxml version="2.0">
<form id="main_menu">
<field name="selection" type="digits">
<prompt>If you're a customer, press 1. For Sales, press 2. </prompt>
<filled>
<if cond="selection==1">
<goto next="customer.php"/>
<else/>
<goto next="sales.php"/>
</if>
</filled>
</field>
</form>
</vxml>Modifier Naming Conventions
Using VoiceTrends

Last updated