2954456878 created an issue (kamailio/kamailio#4461)

version: V6.0.3

loadmodule "siptrace.so"
modparam("siptrace", "trace_to_database", 1)
modparam("siptrace", "db_url", DBURL)
modparam("siptrace", "table", "sip_trace")
modparam("siptrace", "trace_flag", 22)
modparam("siptrace", "trace_dialog_ack", 1)
modparam("siptrace", "trace_dialog_spiral", 1)
#modparam("siptrace", "trace_mode", 2)
modparam("siptrace", "trace_db_mode", 1)

if (is_method("INVITE")) {
       dlg_manage();
       setflag(22);
       sip_trace_mode("d");
 }

ERROR:

trace_add_info_xavp(): URI should be in raw format here
sip_trace_helper(): failed to serialize siptrace info! Won't trace dialog!

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4461
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to