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(a)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