another way to do it (just as a workaround)
``
modparam("sipdump", "event_callback", "sipdump_event")
//you can check everything here - method, si, RI and send to a destination.
event_route[sipdump_event] {
sip_trace("sip:10.1.1.2:5085", "$ci-abc");
}
``
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3835#issuecomment-2095682755
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3835/2095682755(a)github.com>