HangUp during ringing with ARI

Hi, I have such a scenario. Through ARI, my .NET application makes a call and listens on WebSocket for information about the calling status, etc.
Under specific conditions during RINGING/Progress
image

I would like to end the call, so I send a Request (I tried DELETE ring and I provided both the ID and the name of the channel.).
image

I receive a response that ‘Channel not in Stasis application’. What is the reason that this channel is not visible in the Stasis application?

To hang up the channel you would call DELETE on the /ari/channels/

You would not call DELETE on the /ring. You can only do that if the channel is answered, in your ARI application, and you have called POST on the /ring route.

Oh my God, such a mistake on my part. Thank you for the help!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.