M S writes:
1. Calling sip_trace method without any arguements or
with only one
arguement (duplicate uri) crashes kamailio with segfault.
My K does not crash when I make call like this:
setflag(TRACE);
sip_trace();
but I have not defined as many vars as you, but only these:
# -- siptrace params
modparam("siptrace", "db_url", "xxx")
modparam("siptrace", "trace_flag", TRACE)
-- Juha