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
On 20 Oct 2020, at 07:45, Juha Heinanen jh@tutpro.com wrote:
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
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
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:
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
On 20 Oct 2020, at 07:45, Juha Heinanen <jh@tutpro.com mailto:jh@tutpro.com> wrote:
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
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
On 20 Oct 2020, at 09:12, Daniel-Constantin Mierla miconda@gmail.com wrote:
The functions are in corex module:
- https://www.kamailio.org/docs/modules/stable/modules/kex.html#kex.f.setbflag https://www.kamailio.org/docs/modules/stable/modules/kex.html#kex.f.setbflagThanks, I missed that.
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.
Well, sometimes having an issue makes it easier to remember to fix it when you can’t attack the problem right away. :-)
/O
Cheers, Daniel
On 20.10.20 09:02, Olle E. Johansson wrote:
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
On 20 Oct 2020, at 07:45, Juha Heinanen <jh@tutpro.com mailto:jh@tutpro.com> wrote:
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
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- www.asipto.com http://www.asipto.com/ www.twitter.com/miconda http://www.twitter.com/miconda -- www.linkedin.com/in/miconda http://www.linkedin.com/in/miconda Funding: https://www.paypal.me/dcmierla https://www.paypal.me/dcmierla
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:
On 20 Oct 2020, at 09:12, Daniel-Constantin Mierla <miconda@gmail.com mailto:miconda@gmail.com> wrote:
The functions are in corex module:
- https://www.kamailio.org/docs/modules/stable/modules/kex.html#kex.f.setbflag
Thanks, I missed that.
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.
Well, sometimes having an issue makes it easier to remember to fix it when you can’t attack the problem right away. :-)
/O
Cheers, Daniel
On 20.10.20 09:02, Olle E. Johansson wrote:
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
On 20 Oct 2020, at 07:45, Juha Heinanen <jh@tutpro.com mailto:jh@tutpro.com> wrote:
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
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org mailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- www.asipto.com www.twitter.com/miconda -- www.linkedin.com/in/miconda Funding: https://www.paypal.me/dcmierla
Added note about branch flags in registrar readme:
https://github.com/kamailio/kamailio/commit/f2996bf733a0b5e00fe124440353b9a6...
-- Juha