From 313a1c183fb08026a591cfce2f95b09a55269053 Mon Sep 17 00:00:00 2001 From: lazedo Date: Thu, 7 May 2020 23:02:31 +0000 Subject: [PATCH] add sip-trace-all * simpler way to trace - all --- kamailio/sip_trace_all-role.cfg | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kamailio/sip_trace_all-role.cfg diff --git a/kamailio/sip_trace_all-role.cfg b/kamailio/sip_trace_all-role.cfg new file mode 100644 index 0000000..ab4f4ab --- /dev/null +++ b/kamailio/sip_trace_all-role.cfg @@ -0,0 +1,23 @@ +################################# +## SIP_TRACE_ALL_ROLE Defs + +#!trydef KZ_TRACE 0 +#!trydef SIP_TRACE_URI "sip:127.0.0.1:9060" +#!trydef HEP_CAPTURE_ID 1 + +############################################################## +## Kamailio siptrace settings configuration examples at runtime +## kamcmd siptrace.status on + + +####### Siptrace module ########## + +loadmodule "siptrace.so" +modparam("siptrace", "duplicate_uri", SIP_TRACE_URI) +modparam("siptrace", "hep_mode_on", 1) +modparam("siptrace", "hep_version", 3) +modparam("siptrace", "hep_capture_id", HEP_CAPTURE_ID) +modparam("siptrace", "trace_to_database", 0) +modparam("siptrace", "trace_on", KZ_TRACE) +modparam("siptrace", "trace_mode", 1) +