[Users] Re: LCR failover problem
raviprakash sunkara
sunkara.raviprakash.feb14 at gmail.com
Tue Jun 19 10:22:24 CEST 2007
Hello guys,
This problem is resolved myself .
The openser -1.2.0 is having bugs in lcr module , mainly the function "
next_gw() " in failure route it won't append the headers ...
Then i update the 1.2.1 , now its working.
On 6/18/07, raviprakash sunkara <sunkara.raviprakash.feb14 at gmail.com> wrote:
>
> Hello users
>
> The below is my lcr logic . When the first gateway is failed and second
> gateway of lcr, has to ruoute the pstn gateway.
> but, it say the 400 Bad request,
>
> route[4]
> {
> load_gws();
> next_gws();
> t_on_failure("2");
> route(2) ;
> }
> route[2]
> {
> t_relay();
> exit;
> }
>
> fialure_route[2] {
> next_gws();
> t_on_failure("2");
> route(2);
> }
> --
> Thanks &Regards
> Ravi Prakash Sunkara
--
Thanks &Regards
Ravi Prakash Sunkara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kamailio.org/pipermail/users/attachments/20070619/babfa9ab/attachment.htm
More information about the Users
mailing list