[OpenSIPS-Devel] [ opensips-Feature Requests-3603588 ] RTPPROXY timeout event

SourceForge.net noreply at sourceforge.net
Wed Feb 6 18:24:16 CET 2013


Feature Requests item #3603588, was opened at 2013-02-06 09:24
Message generated for change (Tracker Item Submitted) made by dexteruk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086413&aid=3603588&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: dexteruk (dexteruk)
Assigned to: Nobody/Anonymous (nobody)
Summary: RTPPROXY timeout event

Initial Comment:
For the purposes of being able to make informed decisions about the voip providers you work with.  It would be nice to be able to have an event for RTPPROXY media timeout, so you can see that a BYE was never received and instead your opensips/rtpproxy timed the call out and passed the BYE to both legs of the call, so this could be logged in the acc.

For example, with the dialog timeout-avp when this happens you can create and local route 

        if (is_method("BYE") && $DLG_dir=="UPSTREAM") {

                acc_db_request("200 Dialog Timeout", "acc");

        }

So when this event happens, in the acc you see a 200 Dialog Timeout

Thanks

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086413&aid=3603588&group_id=232389



More information about the Devel mailing list