How can I bridge 2 or more channels to do parallel things?

Hi there,

I am managing calls with FastAGI on Asterisk 20. Due to the logic, I need to perform three different parallel Play operations simultaneously. To achieve this, I first created a Local Channel using AMI and bridged it with the main call.

I also created the second and third Local Channels, but I couldn’t bridge them with the main call. What approach should I take to perform parallel operations?

Can I accomplish this using the ConfBridge method? The number of parallel operations can dynamically vary. For this reason, I was thinking of creating a Local Channel for each parallel operation and bridging it. However, I seem to have overlooked that it can only bridge 2 channels :slight_smile: