[Serusers] accounting problems: no stop record

Geert Nijpels nijpels at euronet.nl
Mon Nov 24 13:12:57 CET 2003


Jan Janak wrote:

>Hello,
>
>you don't seem to call record_route() in your config file so BYE
>requests will be sent directly (bypassing the server).
>
>BTW, lookup("aliases") and such should be probably called within if(uri
>== myself) condition, see the default configuration file.
>
> Jan.
>  
>
I probably deleted the record_route() while debugging. Things still 
didn't work after adding record_route(). However, I then noticed I had the:

if (!t_relay()) {
    sl_reply_error();
};

block within my:

if (uri==myself) {
}

block. I placed it outside the block, and now things work. 

Thanx,

Geert





More information about the sr-users mailing list