Hello guys,
I can't find a module that does this, i want to load my hostname aliases from db, instead of
alias="host1:5060" alias="host2:5060" alias="host3:5060"
I assume it is possible, but how? first time i need to implement this
Thanks! Regards,
David Villasmil email: david.villasmil.work@gmail.com phone: +34669448337
Hello David,
in the upcoming 5.3 you can set an alias over the command line:
--alias=val Add an alias, the value has to be '[proto:]hostname[:port]' (like for 'alias' global parameter)
This was added to make it easier to use Kamailio in dynamic deployments.
AFAIK there is no functionality to load the "alias=" keyword directly from the database right now. But depending what you want to achieve, you might be successful by just using a database table with an sqlops module DB query.
Cheers,
Henning
Am 05.08.19 um 00:48 schrieb David Villasmil: Hello guys,
I can't find a module that does this, i want to load my hostname aliases from db, instead of
alias="host1:5060" alias="host2:5060" alias="host3:5060"
I assume it is possible, but how? first time i need to implement this
Thanks! Regards,
David Villasmil email: david.villasmil.work@gmail.commailto:david.villasmil.work@gmail.com phone: +34669448337
_______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.orgmailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
Thanks Henning.
The thing is I’ve got a deployment with several alias= and it will happen the I will need to add more as more services come in, I.e.: a new service. It’s a multi tenant service, so I need some way to add them dynamically without restarting, so that ‘myself’ works...
Thanks!
David
On Mon, 5 Aug 2019 at 07:32, Henning Westerholt hw@skalatan.de wrote:
Hello David,
in the upcoming 5.3 you can set an alias over the command line:
--alias=val Add an alias, the value has to be
'[proto:]hostname[:port]' (like for 'alias' global parameter)
This was added to make it easier to use Kamailio in dynamic deployments.
AFAIK there is no functionality to load the "alias=" keyword directly from the database right now. But depending what you want to achieve, you might be successful by just using a database table with an sqlops module DB query.
Cheers,
Henning Am 05.08.19 um 00:48 schrieb David Villasmil:
Hello guys,
I can't find a module that does this, i want to load my hostname aliases from db, instead of
alias="host1:5060" alias="host2:5060" alias="host3:5060"
I assume it is possible, but how? first time i need to implement this
Thanks! Regards,
David Villasmil email: david.villasmil.work@gmail.com phone: +34669448337
Kamailio (SER) - Users Mailing Listsr-users@lists.kamailio.orghttps://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
--
Regards,
David Villasmil email: david.villasmil.work@gmail.com phone: +34669448337
Hello,
actually this functionality is there since many years - you have to use domain module and set register_myself parameter for it.
Cheers, Daniel
On 05.08.19 12:44, David Villasmil wrote:
Thanks Henning.
The thing is I’ve got a deployment with several alias= and it will happen the I will need to add more as more services come in, I.e.: a new service. It’s a multi tenant service, so I need some way to add them dynamically without restarting, so that ‘myself’ works...
Thanks!
David
On Mon, 5 Aug 2019 at 07:32, Henning Westerholt <hw@skalatan.de mailto:hw@skalatan.de> wrote:
Hello David, in the upcoming 5.3 you can set an alias over the command line: --alias=val Add an alias, the value has to be '[proto:]hostname[:port]' (like for 'alias' global parameter) This was added to make it easier to use Kamailio in dynamic deployments. AFAIK there is no functionality to load the "alias=" keyword directly from the database right now. But depending what you want to achieve, you might be successful by just using a database table with an sqlops module DB query. Cheers, Henning Am 05.08.19 um 00:48 schrieb David Villasmil:
Hello guys, I can't find a module that does this, i want to load my hostname aliases from db, instead of alias="host1:5060" alias="host2:5060" alias="host3:5060" I assume it is possible, but how? first time i need to implement this Thanks! Regards, David Villasmil email: david.villasmil.work@gmail.com <mailto:david.villasmil.work@gmail.com> phone: +34669448337 _______________________________________________ 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
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
-- Regards,
David Villasmil email: david.villasmil.work@gmail.com mailto:david.villasmil.work@gmail.com phone: +34669448337
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Hello Daniel,
thanks, interesting. I did not used it so far in my deployments (alias sub-domains were sufficient).
Cheers,
Henning
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
________________________________ From: Daniel-Constantin Mierla miconda@gmail.com Sent: Monday, August 5, 2019 1:16:13 PM To: Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org; David Villasmil david.villasmil.work@gmail.com; Henning Westerholt hw@skalatan.de Subject: Re: [SR-Users] alias="server" from db?
Hello,
actually this functionality is there since many years - you have to use domain module and set register_myself parameter for it.
Cheers, Daniel
On 05.08.19 12:44, David Villasmil wrote: Thanks Henning.
The thing is I’ve got a deployment with several alias= and it will happen the I will need to add more as more services come in, I.e.: a new service. It’s a multi tenant service, so I need some way to add them dynamically without restarting, so that ‘myself’ works...
Thanks!
David
On Mon, 5 Aug 2019 at 07:32, Henning Westerholt <hw@skalatan.demailto:hw@skalatan.de> wrote:
Hello David,
in the upcoming 5.3 you can set an alias over the command line:
--alias=val Add an alias, the value has to be '[proto:]hostname[:port]' (like for 'alias' global parameter)
This was added to make it easier to use Kamailio in dynamic deployments.
AFAIK there is no functionality to load the "alias=" keyword directly from the database right now. But depending what you want to achieve, you might be successful by just using a database table with an sqlops module DB query.
Cheers,
Henning
Am 05.08.19 um 00:48 schrieb David Villasmil: Hello guys,
I can't find a module that does this, i want to load my hostname aliases from db, instead of
alias="host1:5060" alias="host2:5060" alias="host3:5060"
I assume it is possible, but how? first time i need to implement this
Thanks! Regards,
David Villasmil email: david.villasmil.work@gmail.commailto:david.villasmil.work@gmail.com phone: +34669448337
_______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.orgmailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
-- Regards,
David Villasmil email: david.villasmil.work@gmail.commailto:david.villasmil.work@gmail.com phone: +34669448337
_______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.orgmailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- www.asipto.comhttp://www.asipto.com www.twitter.com/micondahttp://www.twitter.com/miconda -- www.linkedin.com/in/micondahttp://www.linkedin.com/in/miconda
Thanks Daniel!
Henning, you mean using something like
Alias=“mydomain.com:5060”
Instead of
Alias=“client1.mydomain.com:5060” Alias=“client2.mydomain.com:5060”
?
On Mon, 5 Aug 2019 at 13:58, Henning Westerholt hw@skalatan.de wrote:
Hello Daniel,
thanks, interesting. I did not used it so far in my deployments (alias sub-domains were sufficient).
Cheers,
Henning
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
*From:* Daniel-Constantin Mierla miconda@gmail.com *Sent:* Monday, August 5, 2019 1:16:13 PM *To:* Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org; David Villasmil david.villasmil.work@gmail.com; Henning Westerholt < hw@skalatan.de> *Subject:* Re: [SR-Users] alias="server" from db?
Hello,
actually this functionality is there since many years - you have to use domain module and set register_myself parameter for it.
Cheers, Daniel On 05.08.19 12:44, David Villasmil wrote:
Thanks Henning.
The thing is I’ve got a deployment with several alias= and it will happen the I will need to add more as more services come in, I.e.: a new service. It’s a multi tenant service, so I need some way to add them dynamically without restarting, so that ‘myself’ works...
Thanks!
David
On Mon, 5 Aug 2019 at 07:32, Henning Westerholt hw@skalatan.de wrote:
Hello David,
in the upcoming 5.3 you can set an alias over the command line:
--alias=val Add an alias, the value has to be
'[proto:]hostname[:port]' (like for 'alias' global parameter)
This was added to make it easier to use Kamailio in dynamic deployments.
AFAIK there is no functionality to load the "alias=" keyword directly from the database right now. But depending what you want to achieve, you might be successful by just using a database table with an sqlops module DB query.
Cheers,
Henning Am 05.08.19 um 00:48 schrieb David Villasmil:
Hello guys,
I can't find a module that does this, i want to load my hostname aliases from db, instead of
alias="host1:5060" alias="host2:5060" alias="host3:5060"
I assume it is possible, but how? first time i need to implement this
Thanks! Regards,
David Villasmil email: david.villasmil.work@gmail.com phone: +34669448337
Kamailio (SER) - Users Mailing Listsr-users@lists.kamailio.orghttps://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
--
Regards,
David Villasmil email: david.villasmil.work@gmail.com phone: +34669448337
Kamailio (SER) - Users Mailing Listsr-users@lists.kamailio.orghttps://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda
--
Regards,
David Villasmil email: david.villasmil.work@gmail.com phone: +34669448337
Hi David,
Yes, have a look to the corex module, function alias subdomain or so.
Cheers,
Henning
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
________________________________ From: David Villasmil david.villasmil.work@gmail.com Sent: Monday, August 5, 2019 3:01:04 PM To: Henning Westerholt hw@skalatan.de Cc: Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org; miconda@gmail.com miconda@gmail.com Subject: Re: [SR-Users] alias="server" from db?
Thanks Daniel!
Henning, you mean using something like
Alias=“mydomain.com:5060”
Instead of
Alias=“client1.mydomain.com:5060” Alias=“client2.mydomain.com:5060”
?
On Mon, 5 Aug 2019 at 13:58, Henning Westerholt <hw@skalatan.demailto:hw@skalatan.de> wrote: Hello Daniel,
thanks, interesting. I did not used it so far in my deployments (alias sub-domains were sufficient).
Cheers,
Henning
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
________________________________ From: Daniel-Constantin Mierla <miconda@gmail.commailto:miconda@gmail.com> Sent: Monday, August 5, 2019 1:16:13 PM To: Kamailio (SER) - Users Mailing List <sr-users@lists.kamailio.orgmailto:sr-users@lists.kamailio.org>; David Villasmil <david.villasmil.work@gmail.commailto:david.villasmil.work@gmail.com>; Henning Westerholt <hw@skalatan.demailto:hw@skalatan.de> Subject: Re: [SR-Users] alias="server" from db?
Hello,
actually this functionality is there since many years - you have to use domain module and set register_myself parameter for it.
Cheers, Daniel
On 05.08.19 12:44, David Villasmil wrote: Thanks Henning.
The thing is I’ve got a deployment with several alias= and it will happen the I will need to add more as more services come in, I.e.: a new service. It’s a multi tenant service, so I need some way to add them dynamically without restarting, so that ‘myself’ works...
Thanks!
David
On Mon, 5 Aug 2019 at 07:32, Henning Westerholt <hw@skalatan.demailto:hw@skalatan.de> wrote:
Hello David,
in the upcoming 5.3 you can set an alias over the command line:
--alias=val Add an alias, the value has to be '[proto:]hostname[:port]' (like for 'alias' global parameter)
This was added to make it easier to use Kamailio in dynamic deployments.
AFAIK there is no functionality to load the "alias=" keyword directly from the database right now. But depending what you want to achieve, you might be successful by just using a database table with an sqlops module DB query.
Cheers,
Henning
Am 05.08.19 um 00:48 schrieb David Villasmil: Hello guys,
I can't find a module that does this, i want to load my hostname aliases from db, instead of
alias="host1:5060" alias="host2:5060" alias="host3:5060"
I assume it is possible, but how? first time i need to implement this
Thanks! Regards,
David Villasmil email: david.villasmil.work@gmail.commailto:david.villasmil.work@gmail.com phone: +34669448337
_______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.orgmailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Henning Westerholt - https://skalatan.de/blog/ Kamailio services - https://skalatan.de/services
-- Regards,
David Villasmil email: david.villasmil.work@gmail.commailto:david.villasmil.work@gmail.com phone: +34669448337
_______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.orgmailto:sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- www.asipto.comhttp://www.asipto.com www.twitter.com/micondahttp://www.twitter.com/miconda -- www.linkedin.com/in/micondahttp://www.linkedin.com/in/miconda
-- Regards,
David Villasmil email: david.villasmil.work@gmail.commailto:david.villasmil.work@gmail.com phone: +34669448337