How to disconnect call in ARI when we receive 480

Hi,

My sip provides sends 480 Temporary unavailable if PSTN is busy or rejected the call. But after receiving sip response at Asterisk, call is not getting disconnected.
How can I disconnect the call after is receive 480 as SIP code in ARI?

I am using Asterisk 15.5 and Python ARI 0.3

Is it that the call is not getting disconnected in Asterisk or in your separate Python application ?

On the Asterisk CLI, you can try:

core show channels

…to see what state your calls are in.

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