Forward command

The Forward command forwards a call by ID to another number while it's still in ringing state.

Command example usage:

If the boss is on a meeting and he gets a call but can't answer it. Then the call will be forwarded to the secretary.

Parameters:

Parameter name Value Description Mandatory
CallId string value,
e.g. 23Xdz7
The call ID of the call you want to forward. Defaultly it is known from the CallChanged notification. No
Destination int value,
e.g. 500
The destination number to forward the call to. Yes

OzML example:

This forwards the call to extension number 500.

<?xml version="1.0"?>
<Response>
  <Forward Destination="500"></Forward>
</Response>

Forward command is used in OzML responses to this notification:

CallChanged, RecordCompleted

More information