Hello Mickael,

Try to place the trace_dialog() between a set_debug(6) and set_debug(), to see what is going on inside the function. Maybe the debug logs will give you an idea.

Best regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05.12.2013 09:47, Mickael Hubert wrote:
Hi list,
I have an issue with my siptrace module.
see below my extract of opensips.cfg.

I want duplicate dialogs's messages to the other server (10.84.8.201), no DB.
But, it doesn't work... no sip message in my wireshark trace.

Have you an idea ?

Thanks in advance


/# ----------------- module siptrace.so -----------
loadmodule "siptrace.so"
# ----- siptrace params -----
modparam("siptrace", "db_url", "")
modparam("siptrace", "duplicate_uri","sip:10.84.8.201:9060 <http://10.84.8.201:9060>")
modparam("siptrace", "duplicate_with_hep", 1)
modparam("siptrace", "enable_ack_trace", 1)
modparam("siptrace", "hep_version", 2)
modparam("siptrace", "trace_to_database", 0)
#modparam("siptrace", "trace_flag", 22)
modparam("siptrace", "hep_capture_id", 2)
modparam("siptrace", "trace_on", 1)/

.....

in my code:

/ if (is_method("INVITE"))
    {
        trace_dialog();/

......

--
Cordialement

HUBERT Mickaël
Ingénieur VOIP - Hexanet



_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to