v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
rooms

rooms/:name/sipCallTransfer

transfer sip/pstn call

post/rooms/{room_name}/sipCallTransfer

Path parameters

room_namestring required

Request body

sessionIdstring
toEndPointstring

the SIP/phoneNumber endpoint to transfer the call to.

callerIdstring

determine the phone number used for outbound call (i.e. phone number displayed on the called phone). purchased phone

waitBeforeExtensionDialSecinteger

number of seconds to wait before dialing the extension, once dialed number is connected.

extensionstring

the extension to dial after dialed number is connected. e.g. 1234

Example request

{
  "extension": "1234"
}

Response

200