<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 09.02.2016 03:09, Juha Heinanen wrote:<br>
    <blockquote cite="mid:22201.15442.778202.638574@lohi.tutpro.com"
      type="cite">
      <pre wrap="">With latest rtpengine module, rtpengine_offer generates to syslog:

Feb  9 03:05:03 lohi /usr/bin/sip-proxy[11835]: NOTICE: rtpengine [rtpengine.c:2792]: select_rtpp_node_old(): rtpengine hash table lookup failed to find node for calllen=16 callid=48e2ba8176be0f4a viabranch=z9hG4bK9c06a007a1197f4b0

Why such a message?  Looking at the code, it seems to be OK that the
node is not found on a first call of rtpengine_offer:
</pre>
    </blockquote>
    Hi Juha,<br>
    <br>
    The NOTICE message indicates that there is no entry in the hastable
    for the <b>(callid, viabranch)</b> pair, and the node selection
    algorithm will start running (select_rtpp_node_new()). This means
    that a new entry will be added in the hastable, containing the
    selected node for the pair.<br>
    <br>
    The above is applicable for the delete() also, meaning that maybe
    other node could be selected than the one for the offer() and the
    call not being deleted properly from the original, offer() node.<br>
    <br>
    IMO, the logs can go LM_DBG, because the info is useful when trying
    to debug a rtpengine call.<br>
    <br>
    Regards,<br>
    Stefan<br>
  </body>
</html>