Hello,

I would rather try to leverage / as separator for socket properties,
something like:


-l udp:10.10.10.10:5060/11.11.11.11:5060/s1


My to-do list has some new attributes planned for listen sockets, likely
to be added in config only via socket = { ... } parameter, not for
listen, because its grammar is quite complex even right now. They are
related to the new multi-thread receive mode for udp socket, like
ability to specify per socket the multi-thread or multi-process mode.

Even right now, there is a flag "virtual" that can be set for a socket,
which is only possible via config, not via cli parameter.

With my proposed format, the attributes will be on specific position
always, and if one is not going to be set, then it should be empty. If
the format is:

-l localsocket/advertise/name

If advertise is not needed, then it can be:

-l udp:10.10.10.10:5060//s1

I think this way is easier extensible in the future that trying to find
various characters (like proposed now to be '=' for name) for different
attributes.

Cheers,
Daniel

On 21.08.24 17:14, Xenofon Karamanos via sr-users wrote:
> Hello all,
>
> I wanted to inform you about an upcoming change regarding the syntax
> we use for defining socket names in the listen (|-l|) command line
> argument.
> *Current Syntax:*
> |-l udp:10.10.10.10:5060/11.11.11.11:5060 |
> *Proposed Options:*
>
>  1. |-l udp:10.10.10.10:5060/11.11.11.11:5060=s1|
>  2. |-l s1=udp:10.10.10.10:5060/11.11.11.11:5060 ( A draft PR about
>     this option can be found in
>     |https://github.com/kamailio/kamailio/pull/3954)
>
> <https://github.com/kamailio/kamailio/pull/3954>
>       
> main: Add support for naming socket in cli by xkaraman · Pull Request
> #3954 · kamailio/kamailio <https://github.com/kamailio/kamailio/pull/3954>
> Pre-Submission Checklist Commit message has the format required by
> CONTRIBUTING guide Commits are split per component (core, individual
> modules, libs, utils, ...) Each component has a single...
> github.com
>
>
> Please note that the socket name (|s1|) in both options is/should be
> optional. The change will allow for better clarity and flexibility
> when defining sockets, particularly when a name needs to be assigned
> and match the config file style.
> I would appreciate your feedback on which syntax you find more
> intuitive or any concerns you might have with these options. Your
> input is important to ensure a smooth transition. 
> Best regards,
> Xenofon
>
> __________________________________________________________
> Kamailio - Users Mailing List - Non Commercial Discussions
> To unsubscribe send an email to [email protected]
> Important: keep the mailing list in the recipients, do not reply only to the 
> sender!
> Edit mailing list options or unsubscribe:

-- 
Daniel-Constantin Mierla (@ asipto.com)
twitter.com/miconda -- linkedin.com/in/miconda
Kamailio Consultancy, Training and Development Services -- asipto.com
__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!
Edit mailing list options or unsubscribe:

Reply via email to