Skip to main content

3 replies

PhongVu
Community Manager
Community Manager
January 18, 2023

This is the call transfer API. It requires a telephony session id and a party id and only the owner of the call can transfer its call. I don't know how you make the call, but check the SIP message headers to see if you have the right telephony session id and the party id, then try to transfer using that API.

The First Step
March 20, 2024

@Shankar Jha did you find the session id and party id in the SIP message headers?

Employee
March 22, 2024

Latest version of https://github.com/ringcentral/ringcentral-softphone-ts supports call transfer out of box!