[sr-dev] git:5.1:1ebddeda: acc: extend description in docs for log_missed_calls flag

Henning Westerholt hw at skalatan.de
Wed Jul 3 22:10:58 CEST 2019


Module: kamailio
Branch: 5.1
Commit: 1ebddeda803f5dce1e9cebd8847a0bc15ae6a524
URL: https://github.com/kamailio/kamailio/commit/1ebddeda803f5dce1e9cebd8847a0bc15ae6a524

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-07-03T22:10:48+02:00

acc: extend description in docs for log_missed_calls flag

(cherry picked from commit f7f3222ec03b2a1e9260a79e737cc55c7dac169f)

---

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

---

Diff:  https://github.com/kamailio/kamailio/commit/1ebddeda803f5dce1e9cebd8847a0bc15ae6a524.diff
Patch: https://github.com/kamailio/kamailio/commit/1ebddeda803f5dce1e9cebd8847a0bc15ae6a524.patch

---

diff --git a/src/modules/acc/doc/acc_admin.xml b/src/modules/acc/doc/acc_admin.xml
index e9efa8f5ea..6365457f06 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)
 		<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).




More information about the sr-dev mailing list