Forward a call
Forward a call to another phone number or to a SIP URI. This command will create a new call resource and both calls will be connected (bridged).
Command bridge new call with existing call
Check below the forward call object's properties.
Forward call
Creates a new channel call and forward to it
POST/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/bridge
Authorization
Path parameters
workspaceId*string (uuid)
The ID of the workspace
callId*string (uuid)
The ID for a call
channelId*string (uuid)
The ID for a channel
Body
fromstring
to*string
ringTimeoutinteger
maxDurationinteger
ringTonenullable RingTone (enum)
becacncyczdedkdzegfifrhkhuilinjpkopkplrorsrusatrukus
hangupAfterBridgeboolean
recordboolean
recordStartenum
record-from-answerrecord-from-ringing
recordStereoboolean
notificationCallNotification
amdSettingsAmdSettings
Response
Call Command Bridge was accepted for processing
Body
commandCallCommandResponse
bridgedCallChannelCall
Request
Response
Example 1: Forward an inbound call to an external number
Last updated