[asterisk-users] Asterisk cluster and call pickup

2011-05-25 Thread Vinícius Fontes
I'm planning to migrate 500+ extensions from a legacy PBX to Asterisk. Some will be SIP, some will be DAHDI FXS. I want to deploy a load-balancing cluster using DUNDi with regcontext so all servers will know where to find all extensions. DAHDI extensions will have their dedicated server, SIP

[asterisk-users] Asterisk Cluster Scenario

2010-09-25 Thread Stefano Sasso
Hello folks, my company has experience in setting up single asterisk setup, but recently one of our customers asked us to set up an asterisk cluster, that must be High Availability and Load Balanced. So I wrote here to have some hint or advice about the configuration we thought. First of

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread David Backeberg
On Wed, May 19, 2010 at 12:38 AM, Adolphe Cher-Aime achera...@gmail.com wrote: Hello  Everyone,                         I  must deploy an asterisk system that can support at least 500 pstn outbound calls. It's a challenge as  it's the first time i'm gonna build such a large system. I want to

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Adolphe Cher-aime
Thank you David. I was thing about the cisco solution but cost is the issue as I will so many DSP to for this amount of calls. Regards Adolphe Cher-aime From my Iphone On May 19, 2010, at 4:23 PM, David Backeberg dbackeb...@gmail.com wrote: On Wed, May 19, 2010 at 12:38 AM, Adolphe

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Jeff Brower
Adolphe- Thank you David. I was thing about the cisco solution but cost is the issue as I will so many DSP to for this amount of calls. If you're not doing G729 or other LBR codec (or encryption, or echo can with long tail length, or other high level requirement for RTP processing) then you

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Jonathan Thurman
On Tue, May 18, 2010 at 9:38 PM, Adolphe Cher-Aime achera...@gmail.com wrote: Hello  Everyone,                         I  must deploy an asterisk system that can support at least 500 pstn outbound calls. It's a challenge as  it's the first time i'm gonna build such a large system. I want to

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Jeff Brower
Jonathan- On Tue, May 18, 2010 at 9:38 PM, Adolphe Cher-Aime achera...@gmail.com wrote: Hello  Everyone,                         I  must deploy an asterisk system that can support at least 500 pstn outbound calls. It's a challenge as  it's the first time i'm gonna build such a large

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Michelle Dupuis
-boun...@lists.digium.com [asterisk-users-boun...@lists.digium.com] On Behalf Of Jeff Brower [jbro...@signalogic.com] Sent: Wednesday, May 19, 2010 8:02 PM To: Jonathan Thurman Cc: Asterisk Users List Subject: Re: [asterisk-users] Asterisk Cluster Jonathan- On Tue, May 18, 2010 at 9:38 PM

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Adolphe Cher-aime
Thank you Jonathan. I really appreciate Adolphe Cher-aime From my Iphone On May 19, 2010, at 6:26 PM, Jonathan Thurman jonat...@thurmantech.com wrote: On Tue, May 18, 2010 at 9:38 PM, Adolphe Cher-Aime achera...@gmail.com wrote: Hello Everyone, I must deploy

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Adolphe Cher-aime
Jonathan for redundancy which software do you recomand? Adolphe Cher-aime From my Iphone On May 19, 2010, at 6:26 PM, Jonathan Thurman jonat...@thurmantech.com wrote: On Tue, May 18, 2010 at 9:38 PM, Adolphe Cher-Aime achera...@gmail.com wrote: Hello Everyone,

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Adolphe Cher-aime
To: Jonathan Thurman Cc: Asterisk Users List Subject: Re: [asterisk-users] Asterisk Cluster Jonathan- On Tue, May 18, 2010 at 9:38 PM, Adolphe Cher-Aime achera...@gmail.com wrote: Hello Everyone, I must deploy an asterisk system that can support at least 500 pstn

Re: [asterisk-users] Asterisk Cluster

2010-05-19 Thread Jonathan Thurman
On Wed, May 19, 2010 at 6:13 PM, Adolphe Cher-aime achera...@gmail.com wrote: Jonathan for redundancy which software do you recomand? Without knowing exactly what you are trying to do beside having at least 500 outbound calls, that would be impossible to say. I mostly use a home grown HA Linux

[asterisk-users] Asterisk Cluster

2010-05-18 Thread Adolphe Cher-Aime
Hello Everyone, I must deploy an asterisk system that can support at least 500 pstn outbound calls. It's a challenge as it's the first time i'm gonna build such a large system. I want to have your advice on hardware, software and so on . What i have in my plan is a

[asterisk-users] Asterisk cluster in Active/Active mode

2010-02-17 Thread Ricardo Coelho
Hi, Right now I have two machines and each one runs Asterisk and Openser. Both machines have a MySql database where everything is stored and is replicated using MySql Cluster. I would like to know how to setup an Active/Active Asterisk system. Right now, Asterisk save changes to the spool

[asterisk-users] asterisk-cluster with one database

2006-11-22 Thread René Enskat
hello all, somebody know how it is possible to have 2 asterisk and one database which is shared for both * ? i saw a problem with hinting that only 1 asterisk where the call ist made knowing that th eline is in use, the other said line is free. Is there a possibilty to let both * see that the

RE: [Asterisk-Users] Asterisk cluster and astdb

2005-12-12 Thread Tomislav Parcina
. prosinac 2005 2:38 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Asterisk cluster and astdb Dear All I am trying to build a high availability cluster of asterisk. I am using RedHat cluster management suit on Enterprise edition AS3 Origianally, astdb was located on native hard

Re: [Asterisk-Users] Asterisk cluster and astdb

2005-12-03 Thread Script Head
This is correct, astdb isn't stored in a database and essentially your scenario with astdb file being shared won't work or will be highly unreliable. I am almost sure there was a patch in circulation, alas I didn't find it in the bug tracker. On 12/1/05, Bruce Ferrell [EMAIL PROTECTED] wrote: Matt

Re: [Asterisk-Users] Asterisk cluster and astdb

2005-12-01 Thread Bruce Ferrell
Matt Riddell wrote: dashy dude wrote: Dear All I am trying to build a high availability cluster of asterisk. I am using RedHat cluster management suit on Enterprise edition AS3 Origianally, astdb was located on native hard disk of each server. All my end points are configured for Reinvite=Yes

[Asterisk-Users] Asterisk cluster and astdb

2005-11-30 Thread dashy dude
Dear All I am trying to build a high availability cluster of asterisk. I am using RedHat cluster management suit on Enterprise edition AS3 Origianally, astdb was located on native hard disk of each server. All my end points are configured for Reinvite=Yes Everrything was working fine and if

Re: [Asterisk-Users] Asterisk cluster and astdb

2005-11-30 Thread Matt Riddell
dashy dude wrote: Dear All I am trying to build a high availability cluster of asterisk. I am using RedHat cluster management suit on Enterprise edition AS3 Origianally, astdb was located on native hard disk of each server. All my end points are configured for Reinvite=Yes Everrything

[Asterisk-Users] Asterisk Cluster

2005-09-06 Thread Matt King
Hello, I'm going to need to take up to 10,000 simultaneous calls on a single number. I'm going to need lots of * boxes to do it. How many * boxes will I need, and how do I load balance the calls between them? Matt. ___ --Bandwidth

Re: [Asterisk-Users] Asterisk Cluster

2005-09-06 Thread BJ Weschke
Inbound calls? Outbound calls? Zap channels (TDM) ? SIP channels? IAX channels? There's a good number of questions that need to be answered before one can get to an answer on your original question. On 9/6/05, Matt King [EMAIL PROTECTED] wrote: Hello, I'm going to need to take up to 10,000

Re: [Asterisk-Users] Asterisk Cluster

2005-09-06 Thread Patrick
On Tue, 2005-09-06 at 12:34 +0100, Matt King wrote: Hello, I'm going to need to take up to 10,000 simultaneous calls on a single number. Doing what? IVR, ACD, passthrough, transcoding or not? I'm going to need lots of * boxes to do it. Depends on what they need to do. Iirc Signate

[Asterisk-Users] asterisk cluster

2005-07-11 Thread Leon Solleveld
Hello, Is it possible to run Asterisk in a cluster? OpenMosix or other cluster software. Thanks ___ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE