Skip to main content

Hello,


We have integrated RingCentral ringout API in our application. To make a call we are using "Call" Command with cmd, from, to, prompt, username, password and ext parameters.


As per documentation, the first call should be made to the number in the "from" and after pressing 1 it should connect to the number in "to".


https://support.ringcentral.com/article/2080.html



But in our case, it is working in opposite way. The first call was connected to the number in the "to" and then after pressing 1 it connects to the number in "from" Do I need to do any configuration to fix this issue?




Request URL I used for calling


https://service.ringcentral.com/ringout.asp?cmd=call&to=9037050000&from=9032530000&prompt=1&username=********&ext=****&password=********* 


Using this URL, it first connects to "9037050000" which is "to" number. But it should have connected to the "9032530000" which is "from/callback" number.



That API is a legacy API at this point.

We recommend moving to our new REST API as described below if you can.

https://developer.ringcentral.com/api-docs/latest/index.html#!#RefRingOut.html
Thanks for the reply John.  We can certainly do that, however is this a known issue in the legacy API that is solved by moving to the REST API?  This started happening randomly this week.  No problems before.

Reply