I didn't find any mention in registrar module README that save() function saves also branch flags and that lookup() retrieves them.
Is that documented somewhere?
-- Juha
It is mentioned here https://kamailio.org/dokuwiki/doku.php/utils:flags https://kamailio.org/dokuwiki/doku.php/utils:flags
But you are right, it is something that should exist in both registrar and usrloc documentation.
The functions for managing them seems to be missing from the core cookbook too.
Please open an issue on this.
Thanks.
/O
The functions are in corex module:
- https://www.kamailio.org/docs/modules/stable/modules/kex.html#kex.f.setbflag
Enhancements to the documentation is welcome always. Given that people here have commit access, is there no reason to open an issue about this one, just add to the docs what is considered to be good to have there.
Cheers, Daniel
On 20.10.20 09:02, Olle E. Johansson wrote:
If one wants to create an issue and assign it to himself/herself to track it over time, that's fine. But creating an issue and let others deal with it in this case doesn't seem suitable, because the one that is supposed to create the issue knows better what was found missing and how it should be there from his point of view.
Cheers, Daniel
On 20.10.20 09:14, Olle E. Johansson wrote:
Added note about branch flags in registrar readme:
https://github.com/kamailio/kamailio/commit/f2996bf733a0b5e00fe124440353b9a6...
-- Juha