Module: kamailio Branch: master Commit: c3962fff1c0efbd9ba2939b8f173efd08c263bac URL: https://github.com/kamailio/kamailio/commit/c3962fff1c0efbd9ba2939b8f173efd0...
Author: Kamailio Dev kamailio.dev@kamailio.org Committer: Kamailio Dev kamailio.dev@kamailio.org Date: 2020-07-17T08:01:20+02:00
modules: readme files regenerated - sipdump ... [skip ci]
---
Modified: src/modules/sipdump/README
---
Diff: https://github.com/kamailio/kamailio/commit/c3962fff1c0efbd9ba2939b8f173efd0... Patch: https://github.com/kamailio/kamailio/commit/c3962fff1c0efbd9ba2939b8f173efd0...
---
diff --git a/src/modules/sipdump/README b/src/modules/sipdump/README index 7b8aebedff..a699336f53 100644 --- a/src/modules/sipdump/README +++ b/src/modules/sipdump/README @@ -154,8 +154,10 @@ modparam("sipdump", "enable", 1) 3.2. mode (int)
Set the type of activity done by the module, the value can be set based - on flags: 1 (value 1) - write to text files; 2 (value 2) - execute - event route; 3 (value 4) - write to pcap files. + on flags index: 0 (value 1) - write to text files; 1 (value 2) - + execute event route; 2 (value 4) - write to pcap files; 3 (value 8) - + insert the P-KSR-SIPDump header with meta data inside the SIP message + written in pcap file.
To enable several activity modes, set the parameter to the sum of corresponding values.