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
- Userscript not running on ajax loaded content. (waitForKeyElements not working)
- RingCentral API User Contact Endpont Authorization
- Integrating RingCentral FaxOut API using C#
- How to convert RingCentral SMS console app to a Forms app in Visual Studio?
- RingCentral Swift compile fail
- Manipulating RingCentral settings via API - Agent Skill Proficiencies
- Play an audio file from a incoming file without saving
- Connecting a SIP app to RingCentral server
- How to set RingCentral limits
- Multipart Form - 400 Bad Request
- JSON - RingCentral API - Trying to Fax Multiple Documents
- Converting Multipart/Form-Data to JSON
- Push a RingCentral app to production (fax)
- How can I get the access token of the user logged in using widget in RingCentral?
- How to handle RingCentral OAuth 2.0 "Invalid application" TokenInvalid error
Related Questions in RINGOUT
- How to find the callerStatus and calleeStatus for RingCentral calls?
- Connect to RingCentral Meeting Using RingOut API
- How to place a test RingOut call?
- RingOut failing to initiate first leg of call
- RingCentral RingOut trouble
- Is it possible to set the caller id (CID/CLID) to Blocked in RingOut?
- How do I use CNAM (Caller ID Name) with RingOut?
- How to use the extensionId on RingCentral API with RingOut
- Why am I getting a "Cannot access a disposed object" error when trying to make a RingOut call via RingCentral SDK?
- How to set Caller ID with area code matching using RingCentral?
- How long is a RingOut ID supposed to live for?
- RingCentral: After successfully making a new subscription, there is no webhook posted while the RingOut call is in progress
- RingOut and call log results are not useful (when the call is not answered by a human)
- How to Query for RingOut Call Duration
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 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