Antonio Reale writes:
Apr 22 16:17:47 [10540] DBG:lcr:do_load_gws: Added matched_gws[0]=[0,0] Apr 22 16:17:47 [10540] DBG:lcr:do_load_gws: Added gw_uri_avp <0sip:|0@10.10.45.228:5060;transport=udp> Apr 22 16:17:47 [10540] DBG:lcr:next_gw: Added flags_avp <0> Apr 22 16:17:47 [10540] ERROR:lcr:next_gw: No ruri_user AVP
are you sure that you have not assigned a value to ruri_user_avp yourself? debug should show this upon first call of next_gw:
LM_DBG("added ruri_user_avp <%.*s>\n", val.s.len, val.s.s);
xlog value of ruri_user_avp and gw_uri avp before load_gws() call and befor eeach next_gw() call.
-- juha