Hello,
I did a new small project with Asterisk to register it on consul (http://consul.io) to use a discovery service tools.
The project is here : https://github.com/sboily/asterisk-consul-module
This last day, i'm working to use kamailio as a loadbalancer for Asterisk and autoscale it. You can find example on my docker-compose.yml, contribs directory and README. It's not perfect, because i'm clearly not a kamailio expert, but it works.
So, i'm looking about feeling to this dev, and i would expect some help from kamailio community to configure kamailio as a LB better ;)
I will be at astricon, so if people want to share with me about this project, contact me.
Have a good day Sylvain
Hello,
the dispatcher module readme has a good configuration file for a load balancer to start with:
- http://kamailio.org/docs/modules/stable/modules/dispatcher.html#dispatcher.e...
A bunch of us will be at Astricon, there is going to be a Kamailio booth in exhibition area, you can come there and we can have a chat.
Cheers, Daniel
On 06/10/15 22:58, Sylvain Boily wrote:
Hello,
I did a new small project with Asterisk to register it on consul (http://consul.io) to use a discovery service tools.
The project is here : https://github.com/sboily/asterisk-consul-module
This last day, i'm working to use kamailio as a loadbalancer for Asterisk and autoscale it. You can find example on my docker-compose.yml, contribs directory and README. It's not perfect, because i'm clearly not a kamailio expert, but it works.
So, i'm looking about feeling to this dev, and i would expect some help from kamailio community to configure kamailio as a LB better ;)
I will be at astricon, so if people want to share with me about this project, contact me.
Have a good day Sylvain
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hello Daniel,
Le 2015-10-06 17:21, Daniel-Constantin Mierla a écrit :
Hello,
the dispatcher module readme has a good configuration file for a load balancer to start with:
http://kamailio.org/docs/modules/stable/modules/dispatcher.html#dispatcher.e...
Thank you, i already read this section, but it's not always easy for me to undestand ... i used this example.
https://github.com/sboily/asterisk-consul-module/blob/master/contribs/kamail...
But is it possible for example to have a phone register on one Asterisk, and if dispatcher don't find it, it goes to the next asterisk ?
On my example i only did a LB with INVITE to do many calls, but it will be fun to have a LB with phones.
A bunch of us will be at Astricon, there is going to be a Kamailio booth in exhibition area, you can come there and we can have a chat.
Great, i'll be there.
Sylvain