<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,<br>
    <br>
    I am having an issue where rtpproxy_answer is failing in my
    onreply_route block when processing 183 or 200 packets (snippet
    below).&nbsp; This only happens on about 1% of the total call volume.<br>
    <blockquote>if (!rtpproxy_answer("eior"))<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xlog("L_ERR", "UNABLE TO NEGOTIATE MEDIA");<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>
    </blockquote>
    <ol>
      <li>How can I determine what is causing rtpproxy_answer to fail?</li>
      <li>In what circumstances should I expect rtpproxy_answer to fail?</li>
      <li>What action should I take if this happens?<br>
      </li>
    </ol>
    <p>Thank you very much for your time,<br>
      Seth<br>
    </p>
  </body>
</html>