Module: kamailio Branch: 5.2 Commit: daab9563d3edcdf59028ca5b4004bc1d6edecced URL: https://github.com/kamailio/kamailio/commit/daab9563d3edcdf59028ca5b4004bc1d...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-09-12T23:40:52+02:00
acc: extend documentation related to flag usage
(cherry picked from commit 40905046baab49fb3baf0f2fdded1307b023d08a)
---
Modified: src/modules/acc/doc/acc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/daab9563d3edcdf59028ca5b4004bc1d... Patch: https://github.com/kamailio/kamailio/commit/daab9563d3edcdf59028ca5b4004bc1d...
---
diff --git a/src/modules/acc/doc/acc_admin.xml b/src/modules/acc/doc/acc_admin.xml index 61e27a196e..a0794ca562 100644 --- a/src/modules/acc/doc/acc_admin.xml +++ b/src/modules/acc/doc/acc_admin.xml @@ -489,7 +489,9 @@ modparam("acc", "early_media", 1) <title><varname>failed_transaction_flag</varname> (integer)</title> <para> Per transaction flag which says if the transaction should be - accounted also in case of failure (status>=300). + accounted also in case of failure (SIP status code >= 300). + This flag triggers accouting when the whole transaction fails + (on the server side). </para> <para> Default value is not-set (no flag). @@ -679,12 +681,12 @@ modparam("acc", "log_flag", 2) <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 + from the callee (client) 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 + 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. </para> <para> @@ -775,8 +777,15 @@ modparam("acc", "db_flag", 2) <section id="acc.p.db_missed_flag"> <title><varname>db_missed_flag</varname> (integer)</title> <para> - 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. + </para> + <para> + 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. </para> <para> Default value is not-set (no flag).