[sr-dev] warning on missing stateless_reply route

Juha Heinanen jh at tutpro.com
Wed Sep 2 20:04:39 CEST 2009


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.

-- juha





More information about the sr-dev mailing list