[asterisk-users] Distributed System

2007-08-28 Thread Seysan
Hi all, I'm kind a New to Asterisk.But I'm a Network Administrator with 5 years of experiance. I want to know for an installation with 90 clients, If I don't want to have just 1 server for it, then how is it possible to distribute it among about 3 servers. Should I do it in a cluster (kernel lev

Re: [asterisk-users] Distributed System

2007-08-28 Thread Brian West
On Aug 28, 2007, at 10:14 AM, Seysan wrote: > Hi all, > > I'm kind a New to Asterisk.But I'm a Network Administrator with 5 > years of experiance. > > I want to know for an installation with 90 clients, If I don't want > to have just 1 server for it, then how is it possible to distribute >

Re: [asterisk-users] Distributed System

2007-08-28 Thread Peder @ NetworkOblivion
The question I always have when someone mentions distributing the load across multiple machines is "how do you handle contexts for phones on different machines?" I want all of my phones to dial into [companyA-phones]. I have to define it in two different places (or more depending on the numbe

Re: [asterisk-users] Distributed System

2007-08-28 Thread Philipp Kempgen
Peder @ NetworkOblivion wrote: > The question I always have when someone mentions distributing the load > across multiple machines is "how do you handle contexts for phones on > different machines?" I want all of my phones to dial into > [companyA-phones]. I have to define it in two different

Re: [asterisk-users] Distributed System

2007-08-28 Thread Seysan
Is there anywhere that we can look into for Realtime + MySQL that you mentioned? or about SER? Thanks On 8/28/07, Philipp Kempgen <[EMAIL PROTECTED]> wrote: > > Peder @ NetworkOblivion wrote: > > > The question I always have when someone mentions distributing the load > > across multiple machin

Re: [asterisk-users] Distributed System

2007-08-28 Thread James FitzGibbon
On 8/28/07, Philipp Kempgen <[EMAIL PROTECTED]> wrote: > > > Realtime + MySQL does it. That needs some extra work but > it's possible. Or DUNDi. JR just posted a quick tutorial on getting that up and running: ftp://ftp.ntcp.net/DUNDi_So_Easy.pdf -- j. _

Re: [asterisk-users] Distributed System

2007-08-28 Thread Bruce Reeves
Realtime and DUNDi covers all the bases. On 8/28/07, Peder @ NetworkOblivion <[EMAIL PROTECTED]> wrote: > The question I always have when someone mentions distributing the load > across multiple machines is "how do you handle contexts for phones on > different machines?" I want all of my phones t

Re: [asterisk-users] Distributed System

2007-08-28 Thread Brian West
This fails to take into account total failure of a machine. NAT mappings and various other variables that are not covered by Dundi or realtime... Best thing is to use OpenSER in the front then failure isn't a huge issue. /b On Aug 28, 2007, at 4:40 PM, Bruce Reeves wrote: > Realtime and

Re: [asterisk-users] Distributed System

2007-08-28 Thread Philipp Kempgen
Seysan wrote: > Is there anywhere that we can look into for Realtime + MySQL that you > mentioned? Maybe http://www.voip-info.org/wiki/view/Asterisk+RealTime http://www.asteriskguru.com/tutorials/realtime_pgsql.html Regards, Philipp Kempgen -- amooma GmbH - Bachstr. 126 - 56566 Neuwied - ht

Re: [asterisk-users] Distributed System

2007-08-29 Thread ram
On 8/29/07, Philipp Kempgen <[EMAIL PROTECTED]> wrote: > > Seysan wrote: > > > Is there anywhere that we can look into for Realtime + MySQL that you > > mentioned? > > Maybe > http://www.voip-info.org/wiki/view/Asterisk+RealTime > http://www.asteriskguru.com/tutorials/realtime_pgsql.html Hi any

Re: [asterisk-users] Distributed System

2007-08-29 Thread Philipp Kempgen
ram wrote: > any success stories of the setup > > kindly post your config and information That would be really difficult to understand because this is all integrated in a bigger project. Basically we use MySQL to replicate from a central database to many Asterisk "nodes". (Or you could use MySQ

Re: [asterisk-users] Distributed System

2007-08-29 Thread Steve Totaro
Philipp Kempgen wrote: > ram wrote: > > >> any success stories of the setup >> >> kindly post your config and information >> > > That would be really difficult to understand because this is all > integrated in a bigger project. > > Basically we use MySQL to replicate from a central database