[SR-Users] Siremis configuration

2022-02-02 Thread Tim Mastarone
Hi, I am using Siremis v 5.3 with kamailio. My users can log into the Siremis site just fine but the field to enter their email address is not appearing. My sql queries seem to be working besides that. Does this feature need to be enabled? I would like to use email to confirm the user login

Re: [SR-Users] REGISTER with http_async_client ?

2022-02-02 Thread Olle E. Johansson
> On 2 Feb 2022, at 23:58, Cyril Ramière wrote: > > Hi Karsten, > > Thanks for the clue, unfortunately I can't use this module because the > clients are "dumb" sip phones. > > The goal of my implementation is to use our application API to handle the > login. > > The plan was that a sip

Re: [SR-Users] REGISTER with http_async_client ?

2022-02-02 Thread Cyril Ramière
Hi Karsten, Thanks for the clue, unfortunately I can't use this module because the clients are "dumb" sip phones. The goal of my implementation is to use our application API to handle the login. The plan was that a sip phone sends a REGISTER, I ask the API endpoint if this user/password is ok

Re: [SR-Users] Homer7 and Kamailio 5.3

2022-02-02 Thread Angelo Sipper
Hi, I have the exact same configuration with two workers and same syntax. It works fine until I shut down homer. After that Kamailio stop precessing any traffic and all clients try to register as they are disconnected. Kind Regards, Angelo On Wed, Feb 2, 2022, 8:45 PM Karsten Horsmann wrote:

Re: [SR-Users] REGISTER with http_async_client ?

2022-02-02 Thread Karsten Horsmann
Hi Cyril, This Kamailio module could imho do the same https://www.kamailio.org/docs/modules/devel/modules/auth_ephemeral.html Cyril Ramière schrieb am Do., 27. Jan. 2022, 08:04: > Hi there, > > I have a weird issue with kamailio (latest docker > image kamailio-ci:5.5.2-alpine) and

Re: [SR-Users] Homer7 and Kamailio 5.3

2022-02-02 Thread Karsten Horsmann
Hi, try to define an extra sendsocket. And add an listen directive for that sendsocket. Sorry for the formating wrote this on my smartphone. Works for me with an similar setup and 5.3 # capture node or webhomer target #!ifdef WITH_HOMER #!substdef

Re: [SR-Users] Homer7 and Kamailio 5.3

2022-02-02 Thread Henning Westerholt
Hello, any feedback regarding my previous question about log files, errors? Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: sr-users On Behalf Of Angelo Sipper Sent: Wednesday, February 2, 2022 5:45 PM To:

Re: [SR-Users] Homer7 and Kamailio 5.3

2022-02-02 Thread Angelo Sipper
Hi, Memory on the system is 8GB and on Kamailio we have SHM 4096 and PKG 32. Each of these VM handles only a few hundred of concurrent calls and each VM has a few hundred of TLS user registrations. Kamailio uses IP to send the traffic to Homer and not domain name. Any ideas how to solve this