From f7f3222ec03b2a1e9260a79e737cc55c7dac169f Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Wed, 3 Jul 2019 22:09:40 +0200 Subject: [PATCH] acc: extend description in docs for log_missed_calls flag --- src/modules/acc/doc/acc_admin.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/modules/acc/doc/acc_admin.xml b/src/modules/acc/doc/acc_admin.xml index a0d0710ccb2..48e8c6ac31d 100644 --- a/src/modules/acc/doc/acc_admin.xml +++ b/src/modules/acc/doc/acc_admin.xml @@ -688,6 +688,14 @@ modparam("acc", "log_flag", 2) <varname>log_missed_flag</varname> (integer) 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. + + + 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. Default value is not-set (no flag).