Hi Seth,

The function can fail in several cases: parsing error for reply, cannot contact rtpproxy, invalid reply from rtpproxy, etc.

Aside you script xlog, do you get any other err messages in the script before the xlog (from the same process) - it might give a hint on the internal failure of the function.

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


On 10/26/2012 11:54 PM, Seth Schultz wrote:
Hello,

I am having an issue where rtpproxy_answer is failing in my onreply_route block when processing 183 or 200 packets (snippet below). This only happens on about 1% of the total call volume.

    if (!rtpproxy_answer("eior"))
            {
                xlog("L_ERR", "UNABLE TO NEGOTIATE MEDIA");
            }

   1. How can I determine what is causing rtpproxy_answer to fail?
   2. In what circumstances should I expect rtpproxy_answer to fail?
   3. What action should I take if this happens?

Thank you very much for your time,
Seth


_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to