[sr-dev] git:master:3ec40d79: acc: add some explanation that dialogs need to be tracked for CDR accounting

Henning Westerholt hw at gilawa.com
Wed Jul 27 09:27:21 CEST 2022


Module: kamailio
Branch: master
Commit: 3ec40d792df5bcee838eee3e5e0e89a2ebdcc453
URL: https://github.com/kamailio/kamailio/commit/3ec40d792df5bcee838eee3e5e0e89a2ebdcc453

Author: Henning Westerholt <hw at gilawa.com>
Committer: Henning Westerholt <hw at gilawa.com>
Date: 2022-07-27T07:26:57Z

acc: add some explanation that dialogs need to be tracked for CDR accounting

---

Modified: src/modules/acc/doc/acc_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/3ec40d792df5bcee838eee3e5e0e89a2ebdcc453.diff
Patch: https://github.com/kamailio/kamailio/commit/3ec40d792df5bcee838eee3e5e0e89a2ebdcc453.patch

---

diff --git a/src/modules/acc/doc/acc_admin.xml b/src/modules/acc/doc/acc_admin.xml
index 04fe28a8da7..42f4b88bd11 100644
--- a/src/modules/acc/doc/acc_admin.xml
+++ b/src/modules/acc/doc/acc_admin.xml
@@ -324,6 +324,13 @@ if (uri=~"sip:+40") /* calls to Romania */ {
                 end of the call when the CDR is logged.
                 </para>
 
+                <para>
+                The dialog module needs to be engaged on the dialogs that should be accounted, that
+                they will be tracked by the server. This is usally done by calling the function
+                <emphasis>dlg_manage()</emphasis> or setting the <emphasis>dlg_flag</emphasis>.
+                Refer to the documentation of the dialog module for more information.
+                </para>
+
                 <para>
 				Sometimes, dialogs expire because the UA has a problem and a final message is never
 				transmitted. You can toggle on/off the generation of CDR-based logging in such cases




More information about the sr-dev mailing list