Module: kamailio
Branch: master
Commit: 3ec40d792df5bcee838eee3e5e0e89a2ebdcc453
URL:
https://github.com/kamailio/kamailio/commit/3ec40d792df5bcee838eee3e5e0e89a…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)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/3ec40d792df5bcee838eee3e5e0e89a…
Patch:
https://github.com/kamailio/kamailio/commit/3ec40d792df5bcee838eee3e5e0e89a…
---
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