Browse Source

add sip-trace-all

* simpler way to trace - all
master
lazedo 6 years ago
parent
commit
313a1c183f
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      kamailio/sip_trace_all-role.cfg

+ 23
- 0
kamailio/sip_trace_all-role.cfg View File

@ -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)

Loading…
Cancel
Save