[Serusers] ser 0.10.99 - runtime and compilation errors

Alfred E. Heggestad aeh at db.org
Fri Feb 9 02:20:58 CET 2007


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'
> 

today I got the exact same error and was quite puzzled for a while..

I found that my config was wrong, in this line:

                                 if (lookup_user("$tu","@ruri.user")) {

after I changed the line to:

                                if (lookup_user("$tu","@ruri")) {

I did not get any more parse errors..

I think you can also do:

				if (lookup_user("To")) {

but I am not sure what the difference is..

hope this helps.


/alfred




More information about the sr-users mailing list