Module: kamailio
Branch: master
Commit: 41f6ddb8162960633b005c759b74efd86296d021
URL:
https://github.com/kamailio/kamailio/commit/41f6ddb8162960633b005c759b74efd…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-10-01T10:17:03+02:00
modules: readme files regenerated - siptrace ... [skip ci]
---
Modified: src/modules/siptrace/README
---
Diff:
https://github.com/kamailio/kamailio/commit/41f6ddb8162960633b005c759b74efd…
Patch:
https://github.com/kamailio/kamailio/commit/41f6ddb8162960633b005c759b74efd…
---
diff --git a/src/modules/siptrace/README b/src/modules/siptrace/README
index 35b1dd78a3..951482065d 100644
--- a/src/modules/siptrace/README
+++ b/src/modules/siptrace/README
@@ -435,8 +435,9 @@ modparam("siptrace", "force_send_sock",
"sip:10.1.1.2:5000")
If set to 1, the module uses core events triggered when receiving or
sending SIP traffic to mirror traffic to a SIP capture server using
- HEP. It will automatically do the mirroring of all traffic, no need to
- set the siptrace flag per request.
+ HEP. It will automatically do the mirroring of all SIP traffic. It is
+ no longer needed to set the siptrace flag per request or execute
+ sip_trace(), if it is done, then there mirroring is duplicated.
If set to 0, no automatic mirroring of SIP traffic via HEP.