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).
Creates a new channel call and forward to it
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
The ID of the workspace
callIdstring · uuidRequired
The ID for a call
channelIdstring · uuidRequired
The ID for a channel
Body
fromstringOptional
tostringRequired
ringTimeoutinteger · min: 3 · max: 120OptionalDefault:
30maxDurationinteger · min: 1OptionalDefault:
28800ringTonestring · enum | nullableOptionalPossible values:
hangupAfterBridgebooleanOptional
recordbooleanOptional
recordStartstring · enumOptionalPossible values:
recordStereobooleanOptional
Responses
202
Call Command Bridge was accepted for processing
application/json
400
The request did not pass validation
application/json
404
The request did not pass validation
application/json
422
The request did not pass validation
application/json
post
/workspaces/{workspaceId}/channels/{channelId}/calls/{callId}/bridgeExample 1: Forward an inbound call to an external number
Last updated
Was this helpful?

