Kill a conference bridge via Asterisk CLI

Is there a way to just kill a conference bridge from an AMI, ARI, AGI, API :)? We have calls that get stuck on the bridge sometimes (call didn’t hang-up cleanly). Is there a way to just end the bridges with out having to look up specific channels? Thanks!

If you are referring to ConfBridge, then there is the “confbridge kick” CLI command which accepts “all”. There is also an AMI action[1].

[1] Asterisk 20 ManagerAction_ConfbridgeKick - Asterisk Project - Asterisk Project Wiki

1 Like
1 Like

You can also set an amount of time that channels can be in the conference.

1 Like

This should be a module in FreePBX @lgaetz :slight_smile: It would go great with Dynamic Routes (which we are replacing a lot of our custom dial plan with thanks to your advocacy of the module).

See also… End conference when only one participant remains

1 Like

This is actually super helpful. I will implement this as well. @PitzKey, I put this on the inbound route, prior to going to the conference, right?

Yes, it if Internal users want to be able to dial into the conference, then use a Misc Application.

1 Like

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