[SR-Users] Re: Kamailio - Ms Teams direct Routing - dispatcher issues | FLAGS: IP

2023-12-19 Thread faisal.jamil.khan--- via sr-users
Hahah LOL seriously I am just sucked up. It's all good. We have not detected any issues. Hostname:Matches Common Name or/and SAN Expired: No (78 days till expiration) Public Key: We were unable to find any issues in the public key of end-entity certificate Trusted:

[SR-Users] Re: Kamailio - Ms Teams direct Routing - dispatcher issues | FLAGS: IP

2023-12-19 Thread Sergiu Pojoga via sr-users
*> what you suggest now ?* Start praying? LOL Do an SSL test, any issues? https://decoder.link/sslchecker/abcsbc.com/5061 Regards, On Tue, Dec 19, 2023 at 1:46 AM faisal.jamil.khan--- via sr-users < sr-users@lists.kamailio.org> wrote: > Here 's the problem > > From the logs of dispatcher, I ha

[SR-Users] Re: enum queries using Kamailio in asynchronous mode ?

2023-12-19 Thread Henning Westerholt via sr-users
Hello, if a server dependency is not available at all, you will get problems in your Kamailio, regardless of you are using synchronous or asynchronous operations. With asynchronous operations you will get into some memory exhaustion situation after some time due to the waiting requests. You pro

[SR-Users] Re: enum queries using Kamailio in asynchronous mode ?

2023-12-19 Thread Chaigneau, Nicolas via sr-users
I’m not sure how to do that though… If I do something like this: ... async_workers_group="name=enum;workers=4;nonblock=0;usleep=0" ... request_route { ... async_task_route("ENUM", "enum"); ... } route[ENUM] { # query enum servers here # then proceed with the remaining of the rout

[SR-Users] Re: enum queries using Kamailio in asynchronous mode ?

2023-12-19 Thread Chaigneau, Nicolas via sr-users
Thanks Henning! The async module seems a good solution indeed, I’ll look into this. Regards, Nicolas. De : Henning Westerholt Envoyé : mardi 19 décembre 2023 09:10 À : Kamailio (SER) - Users Mailing List Cc : Chaigneau, Nicolas Objet : RE: enum queries using Kamailio in asynchronous mode ? Hello

[SR-Users] Re: enum queries using Kamailio in asynchronous mode ?

2023-12-19 Thread Henning Westerholt via sr-users
Hello, the enum module seems to execute its queries synchronously indeed. Asynchronous execution could be added to the module or as another module. Maybe also adding some configurable timeout values to not block the server in case of errors would be also sufficient. You can also look at the asy