On 02.09.2009 21:04 Uhr, Juha Heinanen wrote:
when i start sr, i get to syslog:
Sep 2 21:00:18 localhost sip-router: WARNING: tm [tm.c:502]: WARNING: on_sl_reply("stateless_reply"): empty/non existing route
warning text is not true, because i do have such route and it is not empty:
onreply_route [stateless_reply] { # process transactionless replies xlog("L_NOTICE", "Reply from $si does not belong to transaction\n"); return 0; # 0 == drop }
if i remember correctly, this used to work at some point, but not anymore.
In K drop() forked discard of replies. exit() which is equivalent of "return 0" just terminates the execution of route and relays the reply. This behavior will be there very soon.
Cheers, Daniel