Skip to content

Commit

Permalink
acc: add some explanation that dialogs need to be tracked for CDR acc…
Browse files Browse the repository at this point in the history
…ounting
  • Loading branch information
henningw committed Jul 27, 2022
1 parent 3a3003b commit 3ec40d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/modules/acc/doc/acc_admin.xml
Expand Up @@ -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
Expand Down

0 comments on commit 3ec40d7

Please sign in to comment.