ARI ChannelDestroyed event not firing when using early bridging

I’m using Asterisk 18 with ARI’s node library. This specific issue is quite simple: I aim to create a channel, add it to an existing bridge where some participants already are, then dial the channel. This way participants in the bridge can hear the call’s early media since ARI will have control of the channel upon creation, as opposed to originate where the channel can only join the bridge after being answered.

However, I noticed very weird behavior when I create a channel and dial it, then the callee rejects the call. Expected behavior: a ChannelDestroyed event fires. Actual behavior: nothing, asterisk CLI shows that it received busy response but the event doesn’t fire in ARI. Furthermore, when I try to delete the channel through ARI, it responds with channel not found.

I’m not sure what’s going wrong here.

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