Solved

How to know if an incoming call is a transfer?

  • 15 April 2024
  • 1 reply
  • 58 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!

icon

Best answer by Phong1426275020 16 April 2024, 17:05

View original

1 reply

Userlevel 1

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