[sr-dev] warning on missing stateless_reply route
Daniel-Constantin Mierla
miconda at gmail.com
Thu Sep 3 10:11:14 CEST 2009
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
--
Daniel-Constantin Mierla
* http://www.asipto.com/
More information about the sr-dev
mailing list