Re: [SR-Users] Kamailio : kamctl address reload with HAProxy

2022-03-28 Thread Paclinio
---+ Thank you <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=

Re: [SR-Users] Kamailio : kamctl address reload with HAProxy

2022-03-28 Thread Paclinio
can comment as well. > > > > Can you actually connect from the kamailio system e.g. with mysql client? > If yes, as I said – I would try to debug the issue further with network > analysis tools. > > > > Cheers, > > > > Henning > > > > -- > > H

[SR-Users] Kamailio : kamctl address reload with HAProxy

2022-03-25 Thread Paclinio
Dear colleagues, I've installed a Galera cluster with a HAProxy that kamailio interacts with. Kamailio's DBURL is linked to the proxy that will contact the databases. Kamailio works fine except when I need to reload something from the database (Using kamctl). When cache and database are the same

Re: [SR-Users] Kamailio : Parallel Forking

2022-03-22 Thread Paclinio
Dear, Following the configuration available on the TM Modules documentation. Src : https://www.kamailio.org/docs/modules/devel/modules/tm.html#tm.serial_forking request_route { > seturi("sip:a...@example.com"); > append_branch("sip:b...@example.com"); > append_branch("sip:c...@example.com")

[SR-Users] Kamailio : Parallel Forking

2022-03-21 Thread Paclinio
I've been trying to do parallel forking but i've a problem. It's when the conversation ends that the user that is in a private network can't send a bye to kamailio and i don't know why. But the on in public network (4G) can. I think it's related to record_route() or Via but I'm not sure. I'm also

[SR-Users] Kamailio : Serial forking

2022-03-21 Thread Paclinio
I've been trying to do serial forking, I've configured something that is working but when I'm looking on github and other sources it seems like my code is a little too complicated and I would like to know if there is a simpler config that I can use. To have more precision, I'm using RTPENGINE and I