Module: kamailio Branch: master Commit: 3f23f9ef88e4fa2af8d24c3260cb9821aa2f64cc URL: https://github.com/kamailio/kamailio/commit/3f23f9ef88e4fa2af8d24c3260cb9821...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2019-10-01T10:06:47+02:00
siptrace: docs - more info on using trace_mode vs flag/sip_trace()
---
Modified: src/modules/siptrace/doc/siptrace_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/3f23f9ef88e4fa2af8d24c3260cb9821... Patch: https://github.com/kamailio/kamailio/commit/3f23f9ef88e4fa2af8d24c3260cb9821...
---
diff --git a/src/modules/siptrace/doc/siptrace_admin.xml b/src/modules/siptrace/doc/siptrace_admin.xml index 875dc2348f..21d6090c74 100644 --- a/src/modules/siptrace/doc/siptrace_admin.xml +++ b/src/modules/siptrace/doc/siptrace_admin.xml @@ -471,8 +471,10 @@ modparam("siptrace", "force_send_sock", "sip:10.1.1.2:5000") <para> 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. + using 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. </para> <para> If set to 0, no automatic mirroring of SIP traffic via HEP.