[SR-Users] acc module: turn off acc but keep cdrs?

2022-11-25 Thread Benoit Panizzon
Hi Team After more experimenting around trying to get CDR but no accouting... Am I right to assume, this is not possible? db_url affects both, acc and cdrs. So setting db_url to "" also disables cdrs. So the only way to keep the acc tables from 'exploding' is to have a cronjob deleting the

Re: [SR-Users] To stop automatic creation of RabbitMQ queues by kazoo module

2022-11-25 Thread Luis Azedo
your expectation is wrong, that's how it works, all channels are bi-directional and for that they use a queue. > -- > > Message: 1 > Date: Thu, 24 Nov 2022 12:48:58 +0530 > From: Sharmila Sundar > To:

Re: [SR-Users] Regex not capturing as required for subst_hf

2022-11-25 Thread Salvinder Parhar
Hi, I'm trying to capture and substitute the host IP of contact header using the subst_hf but it's not working as expected. I tested my regex in a tester and it works fine there but not in the Kamailio config. Regex: @(.+?)> Substitution: @PUBLIC_IP:5060> Three contact headers that I'm trying

[SR-Users] db_mysql_new_connection(): driver error: Can't connect to MySQL server

2022-11-25 Thread Denys Pozniak
Hello! We use Kamailio in conjunction with the cloud Azure Database for MySQL 5.7. It has been noticed that Kamailio does not always start after restarting. It happens to restart a couple of times and everything starts normally. >From the pickup trace I collect on our side, it can be seen that

[SR-Users] Regex not capturing as required for subst_hf

2022-11-25 Thread Salvinder Parhar
Hi, I'm trying to capture and substitute the host IP of contact header using the subst_hf but it's not working as expected. I tested my regex in a tester and it works fine there but not in Kamailio config. *Regex:* @(.+?)> *Substitution:* @PUBLIC_IP:5060> *Three contact headers that I'm trying