I have a requirement to record the details of calls initiated by RingOut upon completion of the call. I'm successfully polling the Ring Out Status until the call is finished, but I can't find a way to then query for the User Call Record for the completed RingOut. Is there a way to get the Session Id for a RingOut call which can be used to retrieve the User Call Record and/or query for a User Call Record using a RingOut Id? Better yet, can I create a subscription which will notify my service when a RingOut call is completed?
How to Query for RingOut Call Duration
67 Views Asked by user11539343 At
1
There are 1 best solutions below
Related Questions in RINGCENTRAL
- Extracting data from RingCentral call log API using azure data factory?
- Play an audio file from a incoming file without saving
- Manipulating RingCentral settings via API - Agent Skill Proficiencies
- RingCentral 'Make RingOut Call' issue in .NET C#
- RingCentral Voice Call in ASP.NET MVC 4.6.2
- RingCentral API: I need the call logs from certain extensions that exceed a call time from the past week
- What technology should we use to build a realtime voice call analysis?
- RingCentral-Call-JS - 603 - Too many contacts
- How to get value for Client_id and Client_Secret to call API from Postman
- A strange problem with the last step of the OAuth2 authentication
- Converting Multipart/Form-Data to JSON
- JSON - RingCentral API - Trying to Fax Multiple Documents
- can you suggest an alternative for platform.login
- Multipart Form - 400 Bad Request
- how to convert this C# using RingCentral API to VB Net
Related Questions in RINGOUT
- Connect to RingCentral Meeting Using RingOut API
- Why am I getting a "Cannot access a disposed object" error when trying to make a RingOut call via RingCentral SDK?
- How to Query for RingOut Call Duration
- How to find the callerStatus and calleeStatus for RingCentral calls?
- How do I use CNAM (Caller ID Name) with RingOut?
- Is it possible to set the caller id (CID/CLID) to Blocked in RingOut?
- RingCentral RingOut trouble
- How to use the extensionId on RingCentral API with RingOut
- RingOut failing to initiate first leg of call
- How to place a test RingOut call?
- How long is a RingOut ID supposed to live for?
- RingOut and call log results are not useful (when the call is not answered by a human)
- RingCentral: After successfully making a new subscription, there is no webhook posted while the RingOut call is in progress
- How to set Caller ID with area code matching using RingCentral?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Instead of using the Polling, try using the push notifications to subscribe for the detailed extension presence event. Within the notification payload, you will be able to detect detect the status of the call. More information can be found here https://developers.ringcentral.com/api-reference/Detailed-Extension-Presence-Event
Hope this help!
ringcentral