Module: kamailio Branch: master Commit: 9309dc76d2fa0d1fdf815fb11c7df07ec4c97922 URL: https://github.com/kamailio/kamailio/commit/9309dc76d2fa0d1fdf815fb11c7df07ec4c97922
Author: Sebastian Damm <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-05-08T13:53:50+02:00 rtpengine: add "debug" to rtpengine_offer flags docs --- Modified: src/modules/rtpengine/doc/rtpengine_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/9309dc76d2fa0d1fdf815fb11c7df07ec4c97922.diff Patch: https://github.com/kamailio/kamailio/commit/9309dc76d2fa0d1fdf815fb11c7df07ec4c97922.patch --- diff --git a/src/modules/rtpengine/doc/rtpengine_admin.xml b/src/modules/rtpengine/doc/rtpengine_admin.xml index d50f961e96d..e239adc09f2 100644 --- a/src/modules/rtpengine/doc/rtpengine_admin.xml +++ b/src/modules/rtpengine/doc/rtpengine_admin.xml @@ -2935,6 +2935,11 @@ rtpengine_offer(); can be used to get call quality stats, see <quote>mos_A_label_pv</quote> and <quote>mos_B_label_pv</quote> parameters. </para></listitem> + <listitem><para> + <emphasis>debug</emphasis> - enables debug logging (rtpengine log level 7) for this + call only. rtpengine will log everything related to that call + after parsing the flags. Useful in debugging scenarios. + </para></listitem> </itemizedlist> <para> Check also the documentation of RTPEngine, these flags are documented there as well: _______________________________________________ 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!
