Question

RingOut is not working after switching to Prod URL and creds

  • 7 April 2023
  • 4 replies
  • 238 views

I was able to make RingOut using the SDK on sandbox. My app just got approved on prod. I was able to authenticate the request, received both access token and refresh token. However, when I actually make the call, my VOIP phone never rang. The result from the RingOut request was:

{

"uri" : "https://platform.ringcentral.com/restapi/v1.0/account/2135929020/extension/355474035/ring-out/s-a7180ed0b0ee7z1875cd4e581zc192470000",

"id" : "s-a7180ed0b0ee7z1875cd4e581zc192470000",

"status" : {

"callStatus" : "InProgress",

"callerStatus" : "InProgress",

"calleeStatus" : "InProgress"

}

}


4 replies

Userlevel 1

Can you clarify this "my VOIP phone"?

1. What is that phone?

2. Can you make a ring-out call manually from that phone?

3. Can you login the RC app or the RingCentral soft phone app and make a ring-out call manually, and also from your app to ring that phone?

1680892732453.png


This is a screenshot of my call history from the Ring Central app. The call in the red box was made using the Sandbox URL and creds. The calls in the blue box was made using production URL and creds. The ringout requests were identical using the same outgoing and origination numbers. However, the one using Sandbox was an incoming call to my RingCentral number. Those calls using Production were outgoing calls but neither the "from" or the "to" numbers ever rang.

1680893321777.png

BTW, those outgoing calls that never rang had the opposite detail call info compares to calls that worked.

1680893483686.png

Userlevel 1

Sorry for the delayed response. But in this case, I think you should submit a support case so someone will look into your account and troubleshoot the issue.

Reply