On Tue, Mar 6, 2012 at 5:16 PM, Mino
Haluz
<mino.haluz@gmail.com>
wrote:
Hi,
I have siptrace working but when I set duplicate_uri, no
packet is sent to the destination. Was there some bug fix or
anything I have to set further? There is nothing in syslog,
siptrace locally is stored fine.
modparam("siptrace", "db_url",
"mysql://localhost/kamailio") # Database URL
# modparam("siptrace", "traced_user_avp",
"$avp(s:traced_user)")
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "trace_flag", 22) # Flag
is used to mark messages to trace
modparam("siptrace", "trace_sl_acks", 0) # Do
not trace ACKs separately. They are traced during normal
sip_trace()
modparam("siptrace", "duplicate_uri", "sip:IP1:5060")
kamailio 3.2.0
Thanks
Mino