Call Forwarding
The following CXML code will answer an inbound voice call, playback a simple greeting message and will forward the call to a new destination.
<Response>
<Say>Please hold, we'll connect your shortly.</Say>
<Dial>12127773456</Dial>
<Hangup />
</Response>