Hi there,
Kamailio 1.5:
I cannot find an answer to this in the documentation: Is there a limit to how many fail-overs Kamailio does? I have lcr setup for a destination where it is rejected with 403 on the first and second priority, but then it goes no further, even though I have a third priority defined. Is there a limit to fail-over on two levels?
Thanks!!
//Anders
Hello Anders,
There is no limitation on the number of failovers in lcr. You need to properly populate your lcr tables.
Below you will find an example for openser 1.3. You can adjust it to work with kamailio 1.5. http://voipembedded.com/resources/openser_dbtext_lcr.cfg
The lcr module was improved a lot in recent kamailio releases and therefore I would suggest using the latest stable release.
Regards, Ovidiu Sas
On Wed, Dec 1, 2010 at 10:22 AM, Anders vaerge@gmail.com wrote:
Hi there,
Kamailio 1.5:
I cannot find an answer to this in the documentation: Is there a limit to how many fail-overs Kamailio does? I have lcr setup for a destination where it is rejected with 403 on the first and second priority, but then it goes no further, even though I have a third priority defined. Is there a limit to fail-over on two levels?
Thanks!!
//Anders
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Maybe you have to call t_on_failure() in failure route again?
klaus
Am 01.12.2010 16:22, schrieb Anders:
Hi there,
Kamailio 1.5:
I cannot find an answer to this in the documentation: Is there a limit to how many fail-overs Kamailio does? I have lcr setup for a destination where it is rejected with 403 on the first and second priority, but then it goes no further, even though I have a third priority defined. Is there a limit to fail-over on two levels?
Thanks!!
//Anders
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Anders writes:
I cannot find an answer to this in the documentation: Is there a limit to how many fail-overs Kamailio does? I have lcr setup for a destination where it is rejected with 403 on the first and second priority, but then it goes no further, even though I have a third priority defined. Is there a limit to fail-over on two levels?
there should not be any limit like that.
-- juha
There was a limit...in how well I had done my job in kamailio.cfg. I had sent it to a failure_route that does not exist within the failure route. Klaus let me to the solution - thanks!
--Anders
On Wed, Dec 1, 2010 at 5:24 PM, Juha Heinanen jh@tutpro.com wrote:
Anders writes:
I cannot find an answer to this in the documentation: Is there a limit to how many fail-overs Kamailio does? I have lcr setup for a destination where it is rejected with 403 on the first and second priority, but then it goes no further, even though I have a third priority defined. Is there a limit to fail-over on two levels?
there should not be any limit like that.
-- juha