Question

Reliable way to know if a call is blind transferred from API

  • 15 November 2021
  • 2 replies
  • 481 views

From the call log API, it is not clear if a call has been blind transferred. Please check the call log here: https://pastebin.com/e9r9kMNC

We want to know between which extensions blind transfer has occurred and get the call recording for the entire call.

We are currently subscribed to the below webhook event:

  1. /restapi/v1.0/account/~/extension/~/presence?detailedTelephonyState=true

and using the below API endpoint to fetch call log

  1. /restapi/v1.0/account/~/call-log?sessionId={1}&view=Detailed

Please let us know if there is a way to acheive this.


2 replies

Userlevel 1

Using the telephony session event notification as I explained in your other thread.

Please use https://developers.ringcentral.com/api-reference/Account-Telephony-Sessions-Event event filter which can provide you enough information to track Call Transfers (Blind / Warm)

Reply