Skip to main content
Solved

How to know if an incoming call is a transfer?

  • 15 April 2024
  • 1 reply
  • 71 views

Is it possible to know if an incoming call is a transferred call from another of our users using the webRTC phone? We saw that with https://developers.ringcentral.com/api-reference/Extension-Telephony-Sessions-Event we can check the Session Status Info reason but before we start implementing something with the subscription api, we want to see if the webRTC phone already provides us this information. Thanks in advance!

1 reply

Userlevel 2
Badge

There is no reliable way to detect if the call is transferred to the WebRTC phone directly. So you must implement the tel session event notification to detect it using the events.

Reply