Better use User Mode Linux proyect (UML). Then you can have 2 diferent "machines"... You don?t have to change ports, Using non standar ports, sometimes is dificult to configure the clients... You expect the IAX port to be at X port, no to be at Y port, sometimes... and more if using sip devices... Using UML, you really dont have that much overhead at you sistem, and since * really uses low resources, then a dual hardware with about 1 gig of ram can do the trick. The only thing, I?m not use, is the usage and report of the hardware... But, give it a try and told us :) Scott wrote:> Is it possible to run more than one Asterisk PBX on a single server? > I don't think there would be a hardware restriction using modern gear > but is there limitations on installs etc? I know it would be trivial > to make multiple databases for AMP and likely use different ports for > the SIP proxy. > > Anyone accomplish this? > > Thanks again! > > Scott. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Is it possible to run more than one Asterisk PBX on a single server? I don't think there would be a hardware restriction using modern gear but is there limitations on installs etc? I know it would be trivial to make multiple databases for AMP and likely use different ports for the SIP proxy. Anyone accomplish this? Thanks again! Scott.
On Tuesday 05 April 2005 1:24 pm, Scott wrote:> Is it possible to run more than one Asterisk PBX on a single server? > I don't think there would be a hardware restriction using modern gear > but is there limitations on installs etc? I know it would be trivial > to make multiple databases for AMP and likely use different ports for > the SIP proxy. >It sounds like it would be easier to just configure seperate contexts for everything - e.g. a seperate context for the 'other' PBX in extensions.conf - perhaps use include => to keep the dialplans seperate just for the sake of editing.. Anyway, that sounds easiest to me.... -josiah -- Josiah Bryan IT Coordinator Productive Concepts, Inc. jbryan@productiveconcepts.com (765) 964-6009, ext. 224
Why would one want to do this? If segmenting the application for several businesses is your goal (I am guessing) then it just comes down to dial plan and context management. There would be a huge amount of resource contention that would occur with the system you describe. W -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Scott Sent: Tuesday, April 05, 2005 10:25 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] multiple PBXs on one server. Is it possible to run more than one Asterisk PBX on a single server? I don't think there would be a hardware restriction using modern gear but is there limitations on installs etc? I know it would be trivial to make multiple databases for AMP and likely use different ports for the SIP proxy. Anyone accomplish this? Thanks again! Scott. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
We sometimes run multiple OS and PBX instances for redundancy. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Scott Sent: Tuesday, April 05, 2005 10:25 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] multiple PBXs on one server. Is it possible to run more than one Asterisk PBX on a single server? I don't think there would be a hardware restriction using modern gear but is there limitations on installs etc? I know it would be trivial to make multiple databases for AMP and likely use different ports for the SIP proxy. Anyone accomplish this? Thanks again! Scott. _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.3 - Release Date: 4/5/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.9.3 - Release Date: 4/5/2005
Eric Wieling aka ManxPower
2005-Apr-05 11:05 UTC
[Asterisk-Users] multiple PBXs on one server.
Scott wrote:> Is it possible to run more than one Asterisk PBX on a single server? > I don't think there would be a hardware restriction using modern gear > but is there limitations on installs etc? I know it would be trivial > to make multiple databases for AMP and likely use different ports for > the SIP proxy. > > Anyone accomplish this?They are called contexts and are talked about is practically every single piece of Asterisk documentation that exists.