|
|
Call a URL.
<get>http://destination.com/test.php?name=${call.path}</get>
Call a URL with an ID and playback the response in a play tag
<setvar varname="MyID">${call.lastinput}</setvar>
<get varname="myresult">http://destination.com/test.php?type=MyText&ID=${MyID}</get>
<play type="tts" voice="male1">${myresult}</play>