Hi,
did anyone ever try the SIPTrace of Kamailio 3.2 (from GIT) with IPv6? I have it enabled in my config:
# SIP-Address of capturing node, if not set, capturing is disabled. #!define CAPTURE_NODE "sip:[2a00:1158:2:3300::3]"
# Destination, where to send the traffic modparam("siptrace", "duplicate_uri", CAPTURE_NODE) # Trace all traffic modparam("siptrace", "trace_on", 1) modparam("siptrace", "trace_to_database", 0) modparam("siptrace", "trace_flag", FLT_CAPTURE) modparam("siptrace", "hep_mode_on", 1)
and i do
sip_trace(); setflag(FLT_CAPTURE);
for all my incoming requests in config, but i don't see any IPv6 INVITEs being sent to Homer (only IPv4-INVITE's). All other requests are working fine (OPTIONS, BYE, everything...) but IPv6-INVITE's seems not to be forwarded. The annoying thing is, that there is no error or warning in the log.
Can someone confirm this?
Otherwise i will just digg deeper into the code, to find the bug....
Thanks, Carsten