Re: [OpenSIPS-Users] Auto Scaling Event

2022-07-17 Thread Ali Alawi
Dear Alexey, Thanks, I figured it out. On Sat, Jul 16, 2022 at 3:15 PM Alexey Kazantsev via Users < users@lists.opensips.org> wrote: > Hi Ali, > > overall, you need to configure auto-scaling [1][2] and the event interface > [3] usage. > I never tried fetching exactly this event, but I think you

[OpenSIPS-Users] Auto Scaling Event

2022-07-13 Thread Ali Alawi
Dear All, Would any one please support me with an example on how to use E_CORE_PROC_AUTO_SCALE in the script. I want to get a value of group_load parameter of E_CORE_PROC_AUTO_SCALE after any upscale or downscale. Regards, Ali ___ Users mailing list

Re: [OpenSIPS-Users] Opensips active (exited)

2022-05-24 Thread Ali Alawi
Dear Johan, Thanks for your reply. It makes sense. On Fri, May 20, 2022 at 9:41 AM Johan De Clercq wrote: > Check daemon path > > Outlook voor iOS <https://aka.ms/o0ukef> downloaden > -- > *Van:* Users namens Ali Alawi < > goatol

[OpenSIPS-Users] Opensips active (exited)

2022-05-19 Thread Ali Alawi
Dear all, I have installed opensips 3.2 using the git clone --recursive and compile it using make menuconfig, mysql (mariadb) and cli are all set correctly. when I start opensips the status shows no error but only active (exited) as shown below: systemctl status opensips ● opensips.service -

Re: [OpenSIPS-Users] Cli and DB path

2022-05-18 Thread Ali Alawi
gs? > > Best regards, > > Răzvan Crainea > OpenSIPS Core Developer > http://www.opensips-solutions.com > > On 5/14/22 02:30, Ali Alawi wrote: > > Dear all, > > > > When I install opensips3.2 using APT packages, the cli point correctly > > to mysql

[OpenSIPS-Users] Cli and DB path

2022-05-13 Thread Ali Alawi
Dear all, When I install opensips3.2 using APT packages, the cli point correctly to mysql (mariadb) through /usr/share/opensips (Everything work fine) However, when installation done using git clone --recursive, the cli point to /usr/share/opensips but in this time the cli doesn't find mysql

Re: [OpenSIPS-Users] Check IP Prefix

2021-12-10 Thread Ali Alawi
tements-3-2#toc1 > > > > > > Ben Newlin > > > > *From: *Users on behalf of Ali Alawi < > goatol...@gmail.com> > *Date: *Friday, December 10, 2021 at 2:00 PM > *To: *OpenSIPS users mailling list > *Subject: *[OpenSIPS-Users] Check IP Prefix > >

[OpenSIPS-Users] Check IP Prefix

2021-12-10 Thread Ali Alawi
Hello everyone, Is there a way to conditionally check only the first byte of the IP? for example, can I have something like if(src_ip==192.x.x.x) Regards, Ali ___ Users mailing list Users@lists.opensips.org

[OpenSIPS-Users] DTLS in Opensips

2020-12-25 Thread Ali Alawi
Hello, Is there a way to use DTLS on opensips through openssl? Any help or guid would be appreciated. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Include ECDHE cipher suites in TLS

2020-01-25 Thread Ali Alawi
rtificates (if you're public facing) - > available for free if you want to check out a service like > https://letsencrypt.org/. > > Callum > > > On Wed, 22 Jan 2020 at 22:09, Ali Alawi wrote: > >> Dear Callum, >> Thanks a lot. it help me to establish a TLS connect

Re: [OpenSIPS-Users] Include ECDHE cipher suites in TLS

2020-01-22 Thread Ali Alawi
modparam("tls_mgm", "require_cert", "1") > modparam("tls_mgm", "tls_method", "TLSv1_2") > modparam("tls_mgm", "certificate", "/etc/pki/tls/certs/sip.crt") > modparam("tls_mgm", "private_

[OpenSIPS-Users] Include ECDHE cipher suites in TLS

2020-01-18 Thread Ali Alawi
Hello every one. I am trying to test TLS in OpenSIPS 2.4, the testing is going fine but it only support certain cipher suite methods such as ( AES256-GCM-SHA384,AES256-SHA256,AES256-SHA,CAMELLIA256-SHA,AES128-SHA,SEED-SHA,CAMELLIA128-SHA,RC4-SHA,DES-CBC3-SHA ) For some reason, I need to use ECDHE

Re: [OpenSIPS-Users] listen to IPv6

2019-03-18 Thread Ali Alawi
Dear vasily, Thanks for your reply. I will follow your instructions. Regards. On Mon, Mar 18, 2019, 10:07 AM vasilevalex wrote: > OpenSIPS will not start with link-local address. You don't have IPv6 > support > from ISP - doesn't matter. First you need to configure your local IPv6 > network to

Re: [OpenSIPS-Users] listen to IPv6

2019-03-15 Thread Ali Alawi
Dear Alexe, thanks for your reply. i use link-local because IPv6 still not supported in my country and can't get a global one. however, i need to try IPv6 for local network testing. any idea? On Fri, Mar 15, 2019, 4:57 PM vasilevalex wrote: > Just don't use link-local address. > > > > - >

[OpenSIPS-Users] listen to IPv6

2019-03-15 Thread Ali Alawi
Hello every one. I am trying to use IPv6 as the main IP for my opensips server. then in the opensips.cfg file I added: listen=fe80::202:44ff:feaf:d116 and I added the same IP as domain using opensipsctl add domain fe80::202:44ff:feaf:d116 also I have modified the file opensipsctlrc and set the