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