Antonio,
For a sample lcr config take a look here:
http://www.voipembedded.com/resources/openser_dbtext_lcr.cfg
The sample config is for openser 1.3, but you can easily adapt it for
kamailio 1.4 or 1.5.
Regards,
Ovidiu Sas
On Wed, Apr 22, 2009 at 10:44 AM, Juha Heinanen <jh(a)tutpro.com> wrote:
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