Hi,
Im trying to configure LCR in Kamailio 3.3.3 but I dont Know how can I do to fix this error:
ERROR: lcr [lcr_mod.c:1840]: error while parsing R-URI
This is my LCR configuration block:
route[LCR] {
if(!load_gws(1)){ sl_send_reply("500", "Internal server error, unable to load gateways"); xlog("L_NOTICE","Internal server error, unable to load gateways"); break; } if(!next_gw()){ sl_send_reply("503", "Service not available, no gateways found"); break; } }
I not sure if this configuration thats ok, please somebody help me.
Note:
Params and modules are already loaded, sorry for my english.
Best regards.
Hello, try printing the $ru with xlog statement when the request comes into the server and in the beginning of route[LCR].
On 11/01/2013 01:50, Douglas Ugalde wrote:
Hi,
Im trying to configure LCR in Kamailio 3.3.3 but I dont Know how can I do to fix this error:
ERROR: lcr [lcr_mod.c:1840]: error while parsing R-URI
This is my LCR configuration block:
route[LCR] {
if(!load_gws(1)){ sl_send_reply("500", "Internal server error, unable to load gateways"); xlog("L_NOTICE","Internal server error, unable to load gateways"); break; } if(!next_gw()){ sl_send_reply("503", "Service not available, no gateways found"); break; } }
I not sure if this configuration thats ok, please somebody help me.
Note:
Params and modules are already loaded, sorry for my english.
Best regards.