Skip to content

Commit

Permalink
acc: extend description in docs for log_missed_calls flag
Browse files Browse the repository at this point in the history
(cherry picked from commit f7f3222)
  • Loading branch information
henningw committed Jul 3, 2019
1 parent c26fe0d commit 1ebdded
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/modules/acc/doc/acc_admin.xml
Expand Up @@ -688,6 +688,14 @@ modparam("acc", "log_flag", 2)
<title><varname>log_missed_flag</varname> (integer)</title>
<para>
Request flag which needs to be set to account missed calls via syslog.
This can be used to e.g. account failures during the call setup phase
from the callee side, for example if you do forking to several
destinations.
</para>
<para>
Keep in mind that this flag is reset after processing. Therefore it is
necessary to set it again e.g. in a failure_route if you do serial
forking and want to log all attempts.
</para>
<para>
Default value is not-set (no flag).
Expand Down

0 comments on commit 1ebdded

Please sign in to comment.