Not all platforms define WORDS_BIGENDIAN on big endian archs. This fixes #739
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/742
-- Commit Summary --
* xmpp: use in tree portable endianness macros
* acc: use in tree portable endianness macros
* auth_diameter: use in tree portable endianness macros
* cdp: use in tree portable endianness macros
* core: use in tree portable endianness macros
-- File Changes --
M md5.c (3)
M modules/acc/diam_message.h (3)
M modules/auth_diameter/diameter_msg.h (4)
M modules/cdp/diameter.h (3)
M modules/xmpp/sha.c (5)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/742.patchhttps://github.com/kamailio/kamailio/pull/742.diff
---
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/742
MD5 hash functions in tree only work correctly on little endian machines.
---
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/739
topos is complaining about missing contact, but on an OPTIONS message, contact is not mandatory
23(12470) ERROR: topos [tps_storage.c:305]: tps_storage_link_msg(): bad sip message or missing Contact hdr
So, should "OPTIONS" be added to the exceptions in the code or is there a way to stop storing OPTIONS messages informations?
---
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/715
On a setup i made, when using record_route without topos, the dialogs are well followed
The same setup with topos activated leads to parse_rr() errors like this one:
ERROR: <core> [parser/parse_rr.c:119]: do_parse_rr_body(): parse_rr(): Text after comma missing
I made some SQL captures to see more about the issue, but nothing convincing except topos seems to be looking for a missing record in its database
This record seems to have never been recorded
[log-topos.txt](https://github.com/kamailio/kamailio/files/370286/log-topos.…
Thank you for your help in diagnosing this issue
---
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/716