hi
i've heard it should be possible, but i can't find out how...
I want to configure a bunch of asterisk boxes to do SIP/PSTN connectivity, and I need SER or something to do some balancing in front of them. The requirements are listed below.
* SER MUST accept and load balance incoming calls over n asterisk boxes (anything between 2 and 20 servers depending on installation) * If SER forwards a call to a server being busy or down, SER SHOULD retry on another server * SER SHOULD balance the number of calls to each server based on the codec used so single servers will not be overloaded by transcoding costs. * If possible, SER SHOULD be able to fail over to another SER box if SER fails.
Does anyone know if this is possible? I'd gladly pay someone to help me out here...
roy
Hi Roy, This is definitely possible to do with SER but not trivial because of the HA requirements. If you would like to discuss the solution in detail you can call me at +1-760-282-2222. This telephone number is currently forwarding to my cell phone in Rio de Janeiro. I'll be here until the end of this week helping a startup VoIP company with their architectural design but I can begin working with you early next week if you'd like. I am an expert in the SIP Protocol, and as you've probably noticed from the security audit's I've done on Asterisk or my name on bugs.digium.com, I'm also a Bug Marshall on the Asterisk Project. I have a flat-rate of $340 USD/hour for all my clients, which many people have seen to be more cost effective than hiring some other '$100/hr' consultants given the time of implementation for projects and my expertise in this field. I hope to hear from you soon.
William Towfiq
Roy Sigurd Karlsbakk wrote:
hi
i've heard it should be possible, but i can't find out how...
I want to configure a bunch of asterisk boxes to do SIP/PSTN connectivity, and I need SER or something to do some balancing in front of them. The requirements are listed below.
- SER MUST accept and load balance incoming calls over n asterisk
boxes (anything between 2 and 20 servers depending on installation)
- If SER forwards a call to a server being busy or down, SER SHOULD
retry on another server
- SER SHOULD balance the number of calls to each server based on the
codec used so single servers will not be overloaded by transcoding costs.
- If possible, SER SHOULD be able to fail over to another SER box if
SER fails.
Does anyone know if this is possible? I'd gladly pay someone to help me out here...
roy
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hi all.
I am trying to use Jabber 1.4.2 with SER-0.9.3, I follow this manual http://www.iptel.org/ser/doc/jabgw/xjab-manual.html. and I had some errors.
stateless - initializing 0(0) bind_dbmod: Module sql does not export db_use_table function 0(0) XJAB:mod_init: error - database module not found 0(0) init_mod(): Error while initializing module jabber ERROR: error while initializing modules
Anyone can help me plse.
Thanks in advance.
Ing. Francisco Talavera
the value for db_url parameter has to start with 'mysql' instead of 'sql' for all ser modules connecting to a MySQL database -- starting with ser version 0.9.0.
Daniel
On 09/06/05 00:44, Ing. Francisco Talavera wrote:
Hi all.
I am trying to use Jabber 1.4.2 with SER-0.9.3, I follow this manual http://www.iptel.org/ser/doc/jabgw/xjab-manual.html. and I had some errors.
stateless - initializing 0(0) bind_dbmod: Module sql does not export db_use_table function 0(0) XJAB:mod_init: error - database module not found 0(0) init_mod(): Error while initializing module jabber ERROR: error while initializing modules
Anyone can help me plse.
Thanks in advance.
Ing. Francisco Talavera
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Tks Daniel.
I resolve me problem. But it still doesn't work. The environment is this:
I had a Hitachi Cable WirelessIP-5000 WIFI and SIP. When I trying to send a message it say, "This doesn't work on current server". I don't know why, if I have pa and jabber modules up.
I have one more question. When a phone sends a REGISTER method the SER must send all the method it supports?
PD: sorry, I have but English.
-----Mensaje original----- De: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] En nombre de Daniel-Constantin Mierla Enviado el: martes, 06 de septiembre de 2005 7:43 Para: Ing. Francisco Talavera CC: 'SER Users' Asunto: Re: [Serusers] Jabber 1.4.2 with SER-0.9.3 problems
the value for db_url parameter has to start with 'mysql' instead of 'sql' for all ser modules connecting to a MySQL database -- starting with ser version 0.9.0.
Daniel
On 09/06/05 00:44, Ing. Francisco Talavera wrote:
Hi all.
I am trying to use Jabber 1.4.2 with SER-0.9.3, I follow this manual http://www.iptel.org/ser/doc/jabgw/xjab-manual.html. and I had some errors.
stateless - initializing 0(0) bind_dbmod: Module sql does not export db_use_table function 0(0) XJAB:mod_init: error - database module not found 0(0) init_mod(): Error while initializing module jabber ERROR: error while initializing modules
Anyone can help me plse.
Thanks in advance.
Ing. Francisco Talavera
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Dear William, I'm pleased to hear that you are able to charge high rates for your competence and that you are three times as efficient as other consultants. However, I do hope that your CC to the serusers list was a mistake as such lists are not considered the appropriate place for shameless self-promotion. However, I do encourage you to register as a consultant at: http://www.onsip.org/modules/mylinks/viewcat.php?cid=4
Those of the 1,100+ registered users there who are looking for consultants can then reach you without the rest of us having to bother. ;-)
g-)
William Towfiq wrote:
Hi Roy, This is definitely possible to do with SER but not trivial because of the HA requirements. If you would like to discuss the solution in detail you can call me at +1-760-282-2222. This telephone number is currently forwarding to my cell phone in Rio de Janeiro. I'll be here until the end of this week helping a startup VoIP company with their architectural design but I can begin working with you early next week if you'd like. I am an expert in the SIP Protocol, and as you've probably noticed from the security audit's I've done on Asterisk or my name on bugs.digium.com, I'm also a Bug Marshall on the Asterisk Project. I have a flat-rate of $340 USD/hour for all my clients, which many people have seen to be more cost effective than hiring some other '$100/hr' consultants given the time of implementation for projects and my expertise in this field. I hope to hear from you soon.
William Towfiq
Roy Sigurd Karlsbakk wrote:
hi
i've heard it should be possible, but i can't find out how...
I want to configure a bunch of asterisk boxes to do SIP/PSTN connectivity, and I need SER or something to do some balancing in front of them. The requirements are listed below.
- SER MUST accept and load balance incoming calls over n asterisk
boxes (anything between 2 and 20 servers depending on installation)
- If SER forwards a call to a server being busy or down, SER SHOULD
retry on another server
- SER SHOULD balance the number of calls to each server based on the
codec used so single servers will not be overloaded by transcoding costs.
- If possible, SER SHOULD be able to fail over to another SER box if SER
fails.
Does anyone know if this is possible? I'd gladly pay someone to help me out here...
roy
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
You could use: LCR or dispatcher + failure routes (probably not as powerful, but available in stable) or CARP/VRRPd on the gateway servers so they all share an IP.
-----Original Message----- From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Roy Sigurd Karlsbakk Sent: Monday, September 05, 2005 5:41 AM To: SER Users Subject: [Serusers] Asterisk "clustering" with a SER proxy?
hi
i've heard it should be possible, but i can't find out how...
I want to configure a bunch of asterisk boxes to do SIP/PSTN connectivity, and I need SER or something to do some balancing in front of them. The requirements are listed below.
* SER MUST accept and load balance incoming calls over n asterisk boxes (anything between 2 and 20 servers depending on installation) * If SER forwards a call to a server being busy or down, SER SHOULD retry on another server * SER SHOULD balance the number of calls to each server based on the codec used so single servers will not be overloaded by transcoding costs. * If possible, SER SHOULD be able to fail over to another SER box if SER fails.
Does anyone know if this is possible? I'd gladly pay someone to help me out here...
roy
_______________________________________________ Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers