Please help me. I get error when loadmodule "http_client.so"
ERROR: <core> [core/sr_module.c:486]: load_module(): could not find module <http_client> in </usr/lib/x86_64-linux-gnu/kamailio/modules>
--
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/2408
It seems a good idea to support JWT as a new SIP authorization method. Wonder if anyone is interested? Think auth_db would be the best spot to add support for JWT.
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/29
These AVPs store the string to be used in the user part of the Contact URI. About the XAVPs - sure let me look into it.
--
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/commit/2ffc26aa671c40c482dc5f0eb1896e0…
It is not clear for me from the description what is the role of `a_contact_avp`? Store a value inside it that is going to be used to set the user part of the contact URI? Or store in AVP what is in the Contact URI user part?
Then, I would rather use xavp instead of avp, so there can be a parameter `xavp_cfg` that can be set to some `name `and then have `$xavp(name=>a_contact)` and `$xavp(name=>b_contact)`. We end up with a single modparam and can be extended if more attributes are needed later. This is following the trend of using xavps instead of avps -- they were already being replaced for tm serialize contacts, dispatcher, registrar/usrloc, ...
--
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/commit/2ffc26aa671c40c482dc5f0eb1896e0…