<play>
Attributes
Simple play example.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<play>http://www.example.com/welcomemessage.mp3.</play>
</Response>Here is an example of how <play> can be nested with <gather> within code.
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Gather timeout="10" finishOnKey="*" action=”handle-key.xml>
<play>http://www.example.com/welcomemessage.mp3.</play>
</Gather>
</Response>Last updated