Yesterday, I found a problem that after successfully making a new subscription, there is no webhook posted to the specified URL while the RingOut call is in progress.
So far, when my app subscribes for the events (mentioned below), I see that the whole process go through just fine and my webhook endpoint always gets something back from RingCentral. However, after that, there is ZERO postback to that webhook endpoint so far.
The webhook endpoint is always accessible and operational without issue.
At the moment, I believe that there is no postback from RingCentral but I am not so sure about that.
I would like some guidance how to investigate this issue.
Steps to reproduce the problem:
Make a new subscription or ignore if there is an active webhook subscription for the following events:
/restapi/v1.0/account/~/extension/~/presence?detailedTelephonyState=true&sipData=true
/restapi/v1.0/account/~/extension/~/presence/line/presence?detailedTelephonyState=true
Make a RingOut call.
I discovered the same issue as I built out this sample app showing how Webhooks with RingCentral can operate: https://github.com/bdeanindy/ringcentral-webhook-basics
I found that no telephony related events were being POSTed to my webhook endpoint as expected, but the extension presence events (updates and modifications to availability) were generating events.
I have contacted our engineering team to investigate this issue and to help get it resolved.
Thank you for reporting this Janielle. I will update this post when it has been fixed.