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
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.).
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.