Module: kamailio
Branch: master
Commit: 6656d4459f0c7d4c1b7cb5d2b214201c5a587c5c
URL:
https://github.com/kamailio/kamailio/commit/6656d4459f0c7d4c1b7cb5d2b214201…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-07-27T18:24:09+02:00
acc: note about setting acc flag for ACKs that should be recorded
---
Modified: modules/acc/README
Modified: modules/acc/doc/acc_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/6656d4459f0c7d4c1b7cb5d2b214201…
Patch:
https://github.com/kamailio/kamailio/commit/6656d4459f0c7d4c1b7cb5d2b214201…
---
diff --git a/modules/acc/README b/modules/acc/README
index 2c742ee..a019b0e 100644
--- a/modules/acc/README
+++ b/modules/acc/README
@@ -767,7 +767,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 820f480..fbe7dc3 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).