Hello Everyone,

Might be  somebody can point me to right place.

Under load Rtpengine on server with 12 core can't pass 400 channels/sessions.

Mar 13 18:14:53 CentOS-77-64-minimal rtpengine[14588]: WARNING: [1b17077c-654e-11ea-bd31-87b1c8fc-849]: Protocol error in packet from 136.243.43.23:47763: Ran out of ports [d3:sdp289:

WARNING: [1be05a46-654e-11ea-b136-573b6201-849]: Protocol error in packet from 136.243.43.23:55847: Unknown call-id [d3:sdp250:

It like it not closing calls properly, but I am running  rtpengine_delete()  in loose _route on BYE or CANCEL.


Here are more details


https://github.com/sipwise/rtpengine/issues/946


# Handle requests within SIP dialogs
route[handle_sequential] {
    if (has_totag()) {
        if (loose_route()) {
                # BYE rtpengine_delete()
                if (is_method("BYE|CANCEL")) {
                        xlog("LOOSE_ROUTE:DBG: [$rm] trying delete rtpengine\n");
                        rtpengine_delete();
                        xlog("Average MOS of the entire call is $rtpstat(MOS-average)\r\n");
                        xlog("Average MOS of caller is $(rtpstat(MOS-average)[$ft])\r\n");
                        xlog("Average MOS of callee is $(rtpstat(MOS-average)[$tt])\r\n");
                        xlog("Min MOS of caller is $(rtpstat(MOS-min)[$ft]) reported at $(rtpstat(MOS-min-at)[$ft])\r\n");
                }
        t_relay();
        exit;

volga629

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to