Hello World
The following CXML code will answer an inbound voice call, playback a simple greeting message using Text-To-Speech and then hangup the call.
<Response>
<Say>Welcome to Cloudonix, it's very nice to meet you.</Say>
<Hangup/>
</Response>