[sr-dev] [kamailio/kamailio] pv: fixed error "pv_get_method(): no CSEQ header" (#2761)

sergey-safarov notifications at github.com
Thu Jun 3 21:27:50 CEST 2021


yes, Daniel
I have observed error `pv: fixed error "pv_get_method(): no CSEQ header"` with HTTP replies when trying to use
```
event_route[siptrace:msg]
{
    if($rm =~ "OPTIONS|HTTP") {
        xlog("L_DEBUG", "trace|dropping trace for method $rm\n");
        drop();
    }
}
```
My goal to avoid sending message copies via siptrace module for OPTIONS and for HTTP requests/responses.
Could you suggest which correct approach to solve this?

-- 
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/pull/2761#issuecomment-854120685
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210603/9963547b/attachment.htm>


More information about the sr-dev mailing list