Thanks for the pull request. Why do you defined it differently in your implementation then
in the library?
- your request: #define VENDOR(x) (((x) >> 16) & 0xffff)
- library: #define VENDOR(x) (((x) >> 8) & 0xffffff)
--
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/2530#issuecomment-718083264