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, RecordCompletedMore information
- OzML AttendedTransfer HTTP command to Ozeki Phone System
- OzML BlindTransfer HTTP command to Ozeki Phone System
- OzML Forward HTTP command to Ozeki Phone System
- OzML Hangup HTTP command to Ozeki Phone System
- OzML Hold HTTP command to Ozeki Phone System
- OzML Play HTTP command to Ozeki Phone System
- OzML Record HTTP command to Ozeki Phone System
- Route HTTP command response in OzML
- OzML SendDTMF HTTP command to Ozeki Phone System
- OzML Speak HTTP command to Ozeki Phone System
- OzML Unhold HTTP command to Ozeki Phone System