I am using Kamailio 3.1.2.<div>I added lcr module in my kamailio.cfg file.&nbsp;</div><div>After run this: ./kamctl -E I got this error:</div><div><div>&nbsp;0(23744) ERROR: lcr [lcr_mod.c:1235]: lcr_gw params at row &lt;0&gt; does not start with ';' 0</div><div>&nbsp;</div></div><div>I have set up some gateway information in lcr_gw , lcr_rule and lcr_rule_target. &nbsp;From log it seems retrieve all the information but then got above error.</div><div><br></div><div>Here is my lcr part of config:</div><div><br></div><div><div>loadmodule "lcr.so"</div><div>modparam("lcr", "db_url", DBURL)</div><div>modparam("lcr", "gw_uri_avp", "$avp(i:709)")</div><div>modparam("lcr", "ruri_user_avp", "$avp(i:500)")</div><div>modparam("lcr", "flags_avp", "$avp(i:712)")</div></div><div><br></div><div>Gary</div>