Module: kamailio Branch: master Commit: 92114a6c30e0ba22a176c6cd762b99716c301cec URL: https://github.com/kamailio/kamailio/commit/92114a6c30e0ba22a176c6cd762b99716c301cec
Author: Richard Fuchs <[email protected]> Committer: Richard Fuchs <[email protected]> Date: 2026-07-08T08:21:20-04:00 rtpengine: update MOS/stats hunting Update the code to look for MOS and other stats in more places in the delete/query response dictionary. The legacy format has the stats in "SSRC" as a global key in the dictionary, and each stream only lists a numberic SSRC. This is supported by both the old and the new code. The new response format lists the stats inline, as part of the stream stats. The new code supports this format and prefers it over the old one. It falls back to looking for the global "SSRC" key if no inline stats are present. The current response format combines both formats and has both a global "SSRC" key and duplicated inline stats. Once this patch is in place, the global "SSRC" key can be removed, reducing the dictionary size considerably. --- Modified: src/modules/rtpengine/rtpengine.c --- Diff: https://github.com/kamailio/kamailio/commit/92114a6c30e0ba22a176c6cd762b99716c301cec.diff Patch: https://github.com/kamailio/kamailio/commit/92114a6c30e0ba22a176c6cd762b99716c301cec.patch _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
