Hi, If there are 5 asterisk servers on the local net and each server runs meetme, eg. 3311,3321,3331,3341,3351 respectively. Can I connect these 5 meetme conferences to one meetme using IAX2? Regards, Zen
Why do you want to do that? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Zen Kato Sent: Wednesday, August 03, 2005 5:41 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] inter-asterisk meetme Hi, If there are 5 asterisk servers on the local net and each server runs meetme, eg. 3311,3321,3331,3341,3351 respectively. Can I connect these 5 meetme conferences to one meetme using IAX2? Regards, Zen _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: lists.digium.com/mailman/listinfo/asterisk-users -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date: 8/2/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date: 8/2/2005
"William Boehlke" wrote :> > Why do you want to do that? >100 sip users are connected to each CPU(P4 3.0MHz)s, then I would like to broadcast from one sip phone to 500 sip users. If I have 5 microphones in front of me, I can talk to 5 microphones, then 500 users can listen(one-way mode) simultaneously. But that is not elegant. -- Zen> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Zen Kato > Sent: Wednesday, August 03, 2005 5:41 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] inter-asterisk meetme > > Hi, > > If there are 5 asterisk servers on the local net and each server runs > meetme, eg. 3311,3321,3331,3341,3351 respectively. > > Can I connect these 5 meetme conferences to one meetme using IAX2? > > Regards, > > Zen > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users > > -- > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date: 8/2/2005 > > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.338 / Virus Database: 267.9.9/62 - Release Date: 8/2/2005 > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >
In article <20050804.094033.74754757.zenkato@pis.bekkoame.ne.jp>, Zen Kato <zenkato@pis.bekkoame.ne.jp> wrote:> Hi, > > If there are 5 asterisk servers on the local net and each server > runs meetme, eg. 3311,3321,3331,3341,3351 respectively. > > Can I connect these 5 meetme conferences to one meetme using IAX2?Yes. Use a .call file or the Manager API on machine A to connect to machine B's conf and then link it to machine A's conf. Something like: Channel: IAX2/machineB/3321@conferences Context: conferences Exten: 3311 Priority: 1 This assumes that the context with your meetme extensions is called "conferences", but it can be anything you like, of course. The tricky bit is to hangup the call when you are finished with it. You will either need to use the CLI to do a meetme kick, or else monitor activity with the Manager API and issue a Hangup for the channel. HTH Tony -- Tony Mountifield Work: tony@softins.co.uk - softins.co.uk Play: tony@mountifield.org - tony.mountifield.org