I am handling Two Different Account holders and Two Different Gateways with the different lcr_ids:
id :1 lcr_id:1 gw_name:car1 ip_addr : 1.2.3.4
id :2 lcr_id:2 gw_name:car2 ip_addr : 1.2.5.3
In kamailio config file I am using load_gws(1), Here Comes my doubt, I need to Pass the lcr_id value inside the load_gws(lcr_id) Dynamically, Is it Possible , Please Guide me.