Module: kamailio Branch: 4.3 Commit: c68a6dcad598130bc6894f1de5ef3b39eb789660 URL: https://github.com/kamailio/kamailio/commit/c68a6dcad598130bc6894f1de5ef3b39eb789660
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2015-07-27T18:24:59+02:00 acc: note about setting acc flag for ACKs that should be recorded (cherry picked from commit 6656d4459f0c7d4c1b7cb5d2b214201c5a587c5c) --- Modified: modules/acc/README Modified: modules/acc/doc/acc_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/c68a6dcad598130bc6894f1de5ef3b39eb789660.diff Patch: https://github.com/kamailio/kamailio/commit/c68a6dcad598130bc6894f1de5ef3b39eb789660.patch --- 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). _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
