[sr-dev] git:5.1:24ef2099: modules: readme files regenerated - modules ... [skip ci]
Kamailio Dev
kamailio.dev at kamailio.org
Thu Sep 12 23:47:00 CEST 2019
Module: kamailio
Branch: 5.1
Commit: 24ef2099dedbf6d562a9cec52b6b1537ca86d8b0
URL: https://github.com/kamailio/kamailio/commit/24ef2099dedbf6d562a9cec52b6b1537ca86d8b0
Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2019-09-12T23:46:53+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/acc/README
---
Diff: https://github.com/kamailio/kamailio/commit/24ef2099dedbf6d562a9cec52b6b1537ca86d8b0.diff
Patch: https://github.com/kamailio/kamailio/commit/24ef2099dedbf6d562a9cec52b6b1537ca86d8b0.patch
---
diff --git a/src/modules/acc/README b/src/modules/acc/README
index c8dd133d59..e7d0cfbeba 100644
--- a/src/modules/acc/README
+++ b/src/modules/acc/README
@@ -680,7 +680,8 @@ modparam("acc", "early_media", 1)
6.2. failed_transaction_flag (integer)
Per transaction flag which says if the transaction should be accounted
- also in case of failure (status>=300).
+ also in case of failure (SIP status code >= 300). This flag triggers
+ accouting when the whole transaction fails (on the server side).
Default value is not-set (no flag).
@@ -814,12 +815,12 @@ modparam("acc", "log_flag", 2)
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
+ from the callee (client) 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.
+ Keep in mind that this flag is reset after branch completion. 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).
@@ -878,8 +879,14 @@ modparam("acc", "db_flag", 2)
6.16. db_missed_flag (integer)
- Request flag which needs to be set to account missed calls -- database
- specific.
+ Request flag which needs to be set to account missed calls via
+ database. This can be used to e.g. account failures during the call
+ setup phase from the callee (client) side, for example if you do
+ forking to several destinations.
+
+ Keep in mind that this flag is reset after branch completion. 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).
More information about the sr-dev
mailing list