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
_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to