Hello, I've been looking into OpenSIPS to see if it's a worthwhile addition to our setup. We're currently running a cluster, using Heartbeat, between two servers. It works well but I'm interested in seeing if we can improve it. My manager heavily uses RPM's for installations rather than source, particularly using yum to update. I'm trying to actually install OpenSips via that method. Does anyone have/know of where I can find an rpm aimed at EL4? And how I can nab libxml2, with the dependencies. I can get an RPM from for libxml2 from ftp://xmlsoft.org/libxml2/, but the dependencies for it are causing me headaches. Any suggestions would be helpful. Thanks. Cheers, Darrin Henshaw ________________________________ This email and its attachments may be confidential and are intended solely for the use of the individual or parties' to whom it is addressed. All comments are solely those of the author and do not necessarily represent those of Ignition. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error. Thanks for considering the environmental impact before printing this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090320/a859b6e2/attachment.htm
Hello Darrin, Maybe you should ask this question on OpenSIPs mailing list. I have build a rpm for CentOS 5.2 using and updated opensips.spec from svn 1) retrieve opensips.init and opensips.spec-4.4 from https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.4/packaging/rpm 2) retrieve http://www.opensips.org/pub/opensips/1.4.4/src/opensips-1.4.4-tls_src.tar.gz 3) put opensips.init and opensips-1.4.4-tls_src.tar.gz in /usr/src/redhat/SOURCES 4) put opensips.spec-4.4 in /usr/src/redhat/SPECS 5) run rpmbuild -bb opensips.spec-4.4 (and install missing build dependencies if necessary) ++ Le Friday 20 March 2009 15.19:07 Darrin Henshaw, vous avez ?crit?:> I?ve been looking into OpenSIPS to see if it?s a worthwhile addition to our setup. We?re currently running a cluster, using Heartbeat, between two servers. It works well but I?m interested in seeing if we can improve it. My manager heavily uses RPM?s for installations rather than source, particularly using yum to update. I?m trying to actually install OpenSips via that method. Does anyone have/know of where I can find an rpm aimed at EL4? And how I can nab libxml2, with the dependencies. I can get an RPM from for libxml2 from ftp://xmlsoft.org/libxml2/, but the dependencies for it are causing me headaches. Any suggestions would be helpful. Thanks. > ?-- -- -- Marc LEURENT Ing?nieur VoIP DECKPOINT SA Une soci?t? du groupe VTX Telecom ===============================================================Rue Eug?ne-Marziano 15 - 1227 Les Acacias http://www.vtx.ch - marc.leurent at vtx-telecom.ch ---------------------------------------------------------------- VTX, votre partenaire telecom proche de vous ! ================================================================
Bogdan-Andrei Iancu
2009-Mar-20 17:12 UTC
[asterisk-users] [OpenSIPS-Users] OpenSIPS on CentOS
Hi Darrin, Hi Marc, Darrin, with an OpenSIPS frontend you can do more things actually: 1) move the HA in OpenSIPS - it will be able to re-route if one of the Asterisk boxs is down 2) do LB - you can use in parallel multiple Asterisk boxes and to balance the traffic between 3) you can terminate TLS (from client) and convert to UDP to deliver to Asterisk. Marc, Darrin has a point here - if you want to give a quick try to something, it is nice to be able to install it easily. We already have an APT (for debian) repo up and running (still beta). We could do the same for RPMs or, in the worst case, to generate the packages for download. Also, there are some RPMs (for suse) - see http://www.opensips.org/index.php?n=Resources.Downloads Regards, Bogdan Marc Leurent wrote:> Hello Darrin, > Maybe you should ask this question on OpenSIPs mailing list. > I have build a rpm for CentOS 5.2 using and updated opensips.spec from svn > > 1) retrieve opensips.init and opensips.spec-4.4 from > https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.4/packaging/rpm > > 2) retrieve http://www.opensips.org/pub/opensips/1.4.4/src/opensips-1.4.4-tls_src.tar.gz > > 3) put opensips.init and opensips-1.4.4-tls_src.tar.gz in /usr/src/redhat/SOURCES > 4) put opensips.spec-4.4 in /usr/src/redhat/SPECS > 5) run rpmbuild -bb opensips.spec-4.4 (and install missing build dependencies if necessary) > > ++ > > > Le Friday 20 March 2009 15.19:07 Darrin Henshaw, vous avez ?crit : > >> I?ve been looking into OpenSIPS to see if it?s a worthwhile addition to our setup. We?re currently running a cluster, using Heartbeat, between two servers. It works well but I?m interested in seeing if we can improve it. My manager heavily uses RPM?s for installations rather than source, particularly using yum to update. I?m trying to actually install OpenSips via that method. Does anyone have/know of where I can find an rpm aimed at EL4? And how I can nab libxml2, with the dependencies. I can get an RPM from for libxml2 from ftp://xmlsoft.org/libxml2/, but the dependencies for it are causing me headaches. Any suggestions would be helpful. Thanks. >> >> > > > >
Hello Bogdan, I have set a small rpm repository for opensips 4.4 for CentOS (with el5) x86_64 (and later i386 32bits) Simply visit http://centos.leurent.eu/ and read the README.txt Maybe we could just do the same on the official OpenSIPs website? ++ Le Friday 20 March 2009 18.12:25 Bogdan-Andrei Iancu, vous avez ?crit?:> Hi Darrin, Hi Marc, > > Darrin, with an OpenSIPS frontend you can do more things actually: > 1) move the HA in OpenSIPS - it will be able to re-route if one of the > Asterisk boxs is down > 2) do LB - you can use in parallel multiple Asterisk boxes and to > balance the traffic between > 3) you can terminate TLS (from client) and convert to UDP to deliver to > Asterisk. > > > Marc, Darrin has a point here - if you want to give a quick try to > something, it is nice to be able to install it easily. > > We already have an APT (for debian) repo up and running (still beta). We > could do the same for RPMs or, in the worst case, to generate the > packages for download. > Also, there are some RPMs (for suse) - see > http://www.opensips.org/index.php?n=Resources.Downloads > > > Regards, > Bogdan > > Marc Leurent wrote: > > Hello Darrin, > > Maybe you should ask this question on OpenSIPs mailing list. > > I have build a rpm for CentOS 5.2 using and updated opensips.spec from svn > > > > 1) retrieve opensips.init and opensips.spec-4.4 from > > https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.4/packaging/rpm > > > > 2) retrieve http://www.opensips.org/pub/opensips/1.4.4/src/opensips-1.4.4-tls_src.tar.gz > > > > 3) put opensips.init and opensips-1.4.4-tls_src.tar.gz in /usr/src/redhat/SOURCES > > 4) put opensips.spec-4.4 in /usr/src/redhat/SPECS > > 5) run rpmbuild -bb opensips.spec-4.4 (and install missing build dependencies if necessary) > > > > ++ > > > > > > Le Friday 20 March 2009 15.19:07 Darrin Henshaw, vous avez ?crit : > > > >> I?ve been looking into OpenSIPS to see if it?s a worthwhile addition to our setup. We?re currently running a cluster, using Heartbeat, between two servers. It works well but I?m interested in seeing if we can improve it. My manager heavily uses RPM?s for installations rather than source, particularly using yum to update. I?m trying to actually install OpenSips via that method. Does anyone have/know of where I can find an rpm aimed at EL4? And how I can nab libxml2, with the dependencies. I can get an RPM from for libxml2 from ftp://xmlsoft.org/libxml2/, but the dependencies for it are causing me headaches. Any suggestions would be helpful. Thanks. > >> > >> > > > > > > > > > >-- -- -- Marc LEURENT Ing?nieur VoIP DECKPOINT SA Une soci?t? du groupe VTX Telecom ===============================================================Rue Eug?ne-Marziano 15 - 1227 Les Acacias http://www.vtx.ch - marc.leurent at vtx-telecom.ch ---------------------------------------------------------------- VTX, votre partenaire telecom proche de vous ! ================================================================