[sr-dev] [kamailio/kamailio] Network route priority (Issue #2968)

xaled1 notifications at github.com
Thu Dec 9 11:10:46 CET 2021


Hi,

if event_route[network:msg] and event_route[siptrace:msg] both are enabled, then event_route[siptrace:msg] seems to be called before event_route[network:msg] when a message has been received (and event_route[siptrace:msg] called after event_route[network:msg], if a message has been sent)

As network:msg (nio) is designed to process compression or encryption, it makes sense, that it is called before event_route[siptrace:msg], that is meant to work on a SIP message (when receiving data from the network). When sending a message, it makes sense, to call siptrace:msg before network:msg.
Is there any option to change this priority (e.g. defining anchors/priorities)?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2968
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20211209/b01eec1d/attachment-0001.htm>


More information about the sr-dev mailing list