Hi,<br><br>Im trying to configure LCR in Kamailio 3.3.3 but I dont Know how can I do to fix this error:<br><br> ERROR: lcr [lcr_mod.c:1840]: error while parsing R-URI<br><br>This is my LCR configuration block:<br><br>route[LCR] {<br>
<br>if(!load_gws(1)){<br> sl_send_reply(&quot;500&quot;, &quot;Internal server error, unable to load gateways&quot;);<br> xlog(&quot;L_NOTICE&quot;,&quot;Internal server error, unable to load gateways&quot;);<br> break;<br>
 }<br> if(!next_gw()){<br> sl_send_reply(&quot;503&quot;, &quot;Service not available, no gateways found&quot;);<br> break;<br> }<br>}<br><br><br>I not sure if this configuration thats ok, please somebody help me.<br><br>
Note:<br><br>Params and modules are already loaded,  sorry for my english.<br><br><br>Best regards.<br>