![]() |
||
|
NOTICE: The RingOut.asp API is deprecated as of March 15, 2018. Existing RingOut.asp API client applications will continue to work normally until Release 10.2, targeted for August 9, 2018. Please plan to migrate to our new, more fully-featured REST API as described in our Developer Guide: https://ringcentral-api-docs.readthedocs.io/en/latest/legacy_api_upgrade/ |
||
RingOut API |
||
|
The RingOut API allows RingCentral customers to invoke the RingOut functionality from a third party application, such as a custom-built database. The API includes 4 commands accessible via a standard HTTP GET or POST call.
Commands are invoked using secure ASP script located at: Important! Clients are required to store HTTP cookies returned by the API server and send them in all subsequent requests during the session. For simplicity purposes, the examples below show how to call API commands using HTTP GET method with parameters passed in the URL query string. Also, all the commands can be called using HTTP POST method with exactly same parameters passed in the request body. 1. ListReturns a semicolon-separated list of phone numbers from which you can make outbound calls. One of these numbers should be used for the "From" parameter in the "Call" command (see the table below).
Responses: 2. CallPlaces a call and returns a Session ID call and WS if successful.
Responses: 3. StatusReturns current status of a call.
Responses:
https://service.ringcentral.com/ringout.asp?cmd=status&sessionid=Y3MxNzE4NDE3NzQxMTY4NzczMEAxMC42Mi4yNC4yMzg Response: OK Y3MxNzE4NDE3NzQxMTY4NzczMEAxMC42Mi4yNC4yMzg 1;+16505551231;1 OK Y3MxNzE4NDE3NzQxMTY4NzczMEAxMC42Mi4yNC4yMzg 1;+6505551230;1;+16505551231;0 4. CancelCancel a call.
Example |
||||||||||||||||||||||||||||||||||||||||||||
|
Terms of Use
| Privacy Policy
|