From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 16:18:34 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C0E01065672 for ; Fri, 20 Jun 2008 16:18:34 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from netuno.levier.com.br (netuno.levier.com.br [201.47.3.162]) by mx1.freebsd.org (Postfix) with ESMTP id B0A1E8FC26 for ; Fri, 20 Jun 2008 16:18:33 +0000 (UTC) (envelope-from lenzi@k1.com.br) Received: from levier.com.br (localhost [127.0.0.1]) by netuno.levier.com.br (8.14.2/8.14.1) with ESMTP id m5KA11wp046972; Fri, 20 Jun 2008 13:18:31 -0300 (BRT) (envelope-from lenzi@k1.com.br) X-MessageWall-Score: 0 (levier.com.br) Received: from [192.168.32.172] (authenticated as lenzi) by levier.com.br (MessageWall 1.0.8) with SMTP; 20 Jun 2008 16:18:30 -0000 From: sergio lenzi To: Wojciech Puchar , "freebsd-questions@freebsd.org" In-Reply-To: <20080620145539.E48307@wojtek.tensor.gdynia.pl> References: <537CB068C0C3DB4C857BB2719A89DC9102793FC8@mail2.wise.k12> <20080620145539.E48307@wojtek.tensor.gdynia.pl> Date: Fri, 20 Jun 2008 13:17:56 -0300 Message-Id: <1213978676.1473.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FreeBSD as VOIP PBX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 16:18:34 -0000 Em Sex, 2008-06-20 às 14:55 +0200, Wojciech Puchar escreveu: > > Is anyone using FreeBSD for their VOIP PBX needs? If so, what software I work on a copany that does this PABX (large ones) only using FreeBSD -> http://www.levier.com.br FreeBSD 7.0 asterisk 1.4 openvox hardware.... it is incredible stable... and using postgres as a database + dial controller... (the dial logic is done in sql stored procedures) the possibilities are far beyond the needs of the clients.... We have several call centers using it... in a 24/7 basis... Using hardware from openvox (E1/ISDN) How much cpu???? we use always AMD 64 X2 with 2Gb of memory for up to 3 PCI boards of 4 E1 each, that is: 12 E1. Each board trigges 2000 interrups/second... so there are 6000 irqs/sec on the system.... for an universe of 200 ATA's (cisco PAP2...) and 400 users... on line, fulltime... On the bench mark, FreeBSD was superior performance over other OS... including the new Linux kernels.. The asterisk is 1.4.20 build from the ports with codec negotiation disable.... Hope you have an idea now....