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.
Creates a new channel call and forward to it
post
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/bridge
Authorizations
Path parameters
workspaceIdstring · uuidrequired
The ID of the workspace
callIdstring · uuidrequired
The ID for a call
channelIdstring · uuidrequired
The ID for a channel
Body
fromstring
tostringrequired
ringTimeoutinteger · min: 3 · max: 120 · default: 30
maxDurationinteger · min: 1 · default: 28800
ringTonestring · enum | nullable
Options:
be
, ca
, cn
, cy
, cz
, de
, dk
, dz
, eg
, fi
, fr
, hk
, hu
, il
, in
, jp
, ko
, pk
, pl
, ro
, rs
, ru
, sa
, tr
, uk
, us
hangupAfterBridgeboolean
recordboolean
recordStereoboolean
notificationCallNotification
amdSettingsAmdSettings
recordStartstring · enum
Options:
record-from-answer
, record-from-ringing
callFlowCallFlowCommand[]
Responses
application/json
application/json
application/json
application/json
cURL
JavaScript
Python
HTTP
202
400
404
422
Example 1: Forward an inbound call to an external number
Last updated
Was this helpful?