Module: kamailio Branch: 4.2 Commit: effb9eea18c59c6bd2db593f132ad2dc53986690 URL: https://github.com/kamailio/kamailio/commit/effb9eea18c59c6bd2db593f132ad2dc...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-07-29T12:40:59+02:00
acc: note about setting acc flag for ACKs that should be recorded
(cherry picked from commit 6656d4459f0c7d4c1b7cb5d2b214201c5a587c5c) (cherry picked from commit c68a6dcad598130bc6894f1de5ef3b39eb789660)
---
Modified: modules/acc/README Modified: modules/acc/doc/acc_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/effb9eea18c59c6bd2db593f132ad2dc... Patch: https://github.com/kamailio/kamailio/commit/effb9eea18c59c6bd2db593f132ad2dc...
---
diff --git a/modules/acc/README b/modules/acc/README index bbf84fe..455c271 100644 --- a/modules/acc/README +++ b/modules/acc/README @@ -768,7 +768,8 @@ modparam("acc", "failed_filter", "404,407") Shall acc attempt to account e2e ACKs too ? Note that this is really only an attempt, as e2e ACKs may take a different path (unless RR enabled) and mismatch original INVITE (e2e ACKs are a separate - transaction). + transaction). The flag for accounting has to be set for each ACK as + well.
Default value is 0 (no).
diff --git a/modules/acc/doc/acc_admin.xml b/modules/acc/doc/acc_admin.xml index eb7acdc..c447e8b 100644 --- a/modules/acc/doc/acc_admin.xml +++ b/modules/acc/doc/acc_admin.xml @@ -559,7 +559,8 @@ modparam("acc", "failed_filter", "404,407") Shall acc attempt to account e2e ACKs too ? Note that this is really only an attempt, as e2e ACKs may take a different path (unless RR enabled) and mismatch original INVITE (e2e ACKs are - a separate transaction). + a separate transaction). The flag for accounting has to be set + for each ACK as well. </para> <para> Default value is 0 (no).