Kamailio Dev writes:
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.
So if hep_mode_on is not set (defaults to 0), is setting of the flag and calling of sip_trace() still needed if trace_mode is set to 1?
-- Juha