Re: Re: [Serusers] ser 0.10.99 - runtime and compilation errors

tzieleniewski tzieleniewski at o2.pl
Thu Feb 8 14:05:21 CET 2007



> On Thu, 2007-02-08 at 12:42 +0100, tzieleniewski wrote:
> > Hi!
> > 
> > I observed the following errors reported by ser during normal runtime are they critical?:
> > Feb  8 12:47:24 rd ser[12172]: ERROR: parse_uri: bad uri,  state 0 parsed: <tzl@> (4) / <tzl at voip.touk.pl> (16)
> > Feb  8 12:47:24 rd ser[12172]: ERROR: avp_db.c:187: Error while parsing URI 'tzl at voip.touk.pl'
> 
> The uri must start with sip: sips: or tel:
> Michal
> 

why this error occurs after I invoke the load_attrs("$tr", "$t.uid");

my ser.cfg:
      ....
      # load the preferences of the callee to have his timeout values loaded
      xlog("L_INFO", " route[INBOUND]: load_attrs($tu,$t.uid) \n");
      load_attrs("$tu", "$t.uid");
      xlog("L_INFO", " route[INBOUND]: load_attrs($tr,$t.uid) \n");
      load_attrs("$tr", "$t.uid");

      # native SIP destinations are handled using our USRLOC DB
      xlog("L_INFO", " route[INBOUND]: (lookup_contacts(location)) || else \n");
      if (lookup_contacts("location")) {
      ....


log file:
Feb  8 14:12:27 rd ser[27397]:  route[INBOUND]: load_attrs($tr,$t.uid)
Feb  8 14:12:27 rd ser[27397]: ERROR: parse_uri: bad uri,  state 0 parsed: <hell> (4) / <hellboy at voip.touk.pl> (20)
Feb  8 14:12:27 rd ser[27397]: ERROR: avp_db.c:187: Error while parsing URI 'hellboy at voip.touk.pl'
Feb  8 14:12:27 rd ser[27397]:  route[INBOUND]: (lookup_contacts(location)) || else
Feb  8 14:12:27 rd ser[27397]:  route[INBOUND]: append_hf(P-hint: usrloc applied)





More information about the sr-users mailing list