[Freeswitch-dev] How to route a single channel to multiple conference rooms...

Paul Cupis paul at cupis.co.uk
Thu Mar 17 12:49:38 MSK 2011


On 17/03/11 02:31, Jean-Pierre Poulin wrote:
> I need to be able to route a call to several conference rooms simultaneously.  
> Can this be done in Freeswitch?

Have you considered this model:

Caller S calls into conference #1

Conference #2,#3,#4 are connected to conference #1.

So you'd have

conf#1
participant S
participant conf#2
participant conf#3
participant conf#4

conf#2
participant L1
participant L2
participant L3
participant conf#1

conf#3
participant L4
participant L5
participant L6
participant conf#1

etc

You'd need to ensure that the participants in conf#1 are all muted
except for S to ensure feedback does not happen.


Regards,




More information about the FreeSWITCH-dev mailing list