Re: [SR-Users] possible TCP deadlock (tls again?) // pike module not releasing IPs

2020-01-06 Thread Daniel-Constantin Mierla
You can download the code from git repository and build the openssl_mutex_shared.so locally. Or install from the nightly builts, there should be the version with the fix embedded -- after installation check kamailio -I and see if it lists TLS_PTHREAD_MUTEX_SHARED. Cheers, Daniel On 06.01.20

Re: [SR-Users] RTPEngine performance - How far are you pushing your systems

2020-01-06 Thread davy van de moere
It will probably be a case of RTFM... quoting from: https://github.com/sipwise/rtpengine/blob/master/README.md # ensure that the table we want to use doesn't exist - usually needed after a daemon # restart, otherwise will error echo 'del 0' > /proc/rtpengine/control this part seems to be very

Re: [SR-Users] RTPEngine performance - How far are you pushing your systems

2020-01-06 Thread davy van de moere
Ok, I'll get my SIPP warmed up then ... ;) thx for the feedback! Op ma 6 jan. 2020 om 14:45 schreef Henning Westerholt : > Hello Davy, > > > > You should look into it, sounds strange. Compare e.g. to this e-mail from > 2015 – over 16k simultaneous calls on a 12 core machine: > >

Re: [SR-Users] RTPEngine performance - How far are you pushing your systems

2020-01-06 Thread Henning Westerholt
Hello Davy, You should look into it, sounds strange. Compare e.g. to this e-mail from 2015 – over 16k simultaneous calls on a 12 core machine: https://lists.kamailio.org/pipermail/sr-dev/2015-October/031432.html Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio

[SR-Users] opensource VoLTE/IMS Clients like IMSDroid

2020-01-06 Thread Hamid Hashmi
Dear Users Can you please name some of VoLTE/IMS Clients (Like IMSDroid for Android) for Windows/Linux/MAC to test IMS Network. IMSdroid available clients on the internet are not working with android v8,9 and 10. or if someone can guide me to create a working APK from IMSDroid available code

Re: [SR-Users] SNI Query

2020-01-06 Thread mahesh b
Hi Daniel, Thanks for the Explanation ! the first reply gave an impression, that i dint give the required info. Hence Re-clarified, Point Noted ! Regards, Mahesh.B On Mon, Jan 6, 2020 at 4:48 PM Daniel-Constantin Mierla wrote: > Hello, > > do not put a lot of extra information

[SR-Users] RTPEngine performance - How far are you pushing your systems

2020-01-06 Thread davy van de moere
Dear all, Not a direct question on kamailio, but on rtpengine, so feel free to ignore :) I have a farm of rtpengine servers , supporting our set of kamailio's. On recent decent hardware (hp dl360 gen9/10 servers), I typically push my systems upto 2500 channels per machine. Then I tend to see

Re: [SR-Users] Installation issue

2020-01-06 Thread David Villasmil
+1 install from repo! On Mon, 6 Jan 2020 at 12:30, Sergey Safarov wrote: > you can install kamailio using this commands > > yum -y install yum-utils > yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo > yum install kamailio-mysql > > > On Mon, Jan 6, 2020 at 2:12 PM

Re: [SR-Users] Installation issue

2020-01-06 Thread Sergey Safarov
you can install kamailio using this commands yum -y install yum-utils yum-config-manager --add-repo http://rpm.kamailio.org/centos/kamailio.repo yum install kamailio-mysql On Mon, Jan 6, 2020 at 2:12 PM Hassen Bencheikh wrote: > Good morning, > I am a telecommunication engineer from the

Re: [SR-Users] Installation issue

2020-01-06 Thread Igor Olhovskiy
Hi! Do you have libmysqld-devel package installed? If no, zypper in libmysqld-devel On 06.01.2020 11:11, Hassen Bencheikh wrote: Good morning, I am a telecommunication engineer from the National Establishment of Aerial Navigation (Algeria). First of all i would like to thank you for making

Re: [SR-Users] Installation issue

2020-01-06 Thread M. Salman
Hi Hassen, If you are just getting started try to avoid compiling Kamailio from source. Instead install it from packages e.g. http://kamailio.org/docs/tutorials/5.3.x/kamailio-install-guide-deb/ You may skip a lot of effort, which may not be required at initial learning stage. Best of luck.

Re: [SR-Users] SNI Query

2020-01-06 Thread Daniel-Constantin Mierla
Hello, do not put a lot of extra information which is irrelevant for the issue that you try to solve. It is waste of time for someone to read it, understand and discover is not related to what has to be solved. I asked a question to clarify something and you replied to it with a lot of irrelevant

[SR-Users] Installation issue

2020-01-06 Thread Hassen Bencheikh
Good morning, I am a telecommunication engineer from the National Establishment of Aerial Navigation (Algeria). First of all i would like to thank you for making the SIP sever Kamailio available. But actually i have got issues during the installation process. I was using the steps described on the

Re: [SR-Users] SNI Query

2020-01-06 Thread mahesh b
Hi Daniel, i) Kamailio acting as client ( IP 10.211.160.176) -> Kamailio acting as server ( IP 10.211.160.172) *[ Scenario 1 : Working as Expected ]* sni presented by 10.211.160.176 is btip.172.com in client hello, 10.211.160.172 picks below profile with server_name = btip.172.com for tls

Re: [SR-Users] MSRP proxy

2020-01-06 Thread Daniel-Constantin Mierla
Hello, for the sake of having it in the archive, given that an issue on this topic was also opened on bug tracker ... The connection to MSRP server/relay is done by the end point/UA. MSRP is done over TLS (or TCP), the server cannot connect to the endpoint (especially if it is behind the nat).

Re: [SR-Users] pv_parse_spec2(): wrong char [)/41] in [$T(reply_reason)] at [15 (5)]

2020-01-06 Thread Daniel-Constantin Mierla
Hello, somehow that variable was forgotten when $T(...) was added as alternative to old $T_xyz. I just pushed a commit to git master branch for it. Cheers, Daniel On 27.12.19 14:22, Denys Pozniak wrote: > Hello! > > Looks like $T(reply_reason) does not work well (although > $T_reply_reason is

Re: [SR-Users] Tweaking TCP settings

2020-01-06 Thread Daniel-Constantin Mierla
Hello, On 31.12.19 17:14, Dovid Bender wrote: > Hi, > > First off please forgive my lack of knowledge on how TCP works.    > > We are using Kamailio 5.0.7 and we have an issue where clients are > connecting via TCP and their NAT devices are closing up. Because of > this we want to send TCP keep

Re: [SR-Users] SNI Query

2020-01-06 Thread Daniel-Constantin Mierla
Hello, trying to understand properly what you want to do and doesn't work as expected ... Is it that kamailio connects via tls to another server and it does not present SNI? Cheers, Daniel On 03.01.20 11:24, mahesh b wrote: > Hi All, > > Am using Kamailio 5.1.9 version. > > _Below is my

Re: [SR-Users] KSR.sdpops.remove_media is not working as expected

2020-01-06 Thread Daniel-Constantin Mierla
Hello, do msg_apply_changes() after removing the media stream: KSR.sdpops.remove_media("image") KSR.textopsx.msg_apply_changes() then do the rtpengine control. The rtpengine takes the full sdp and puts back a full one. Cheers, Daniel On 06.01.20 10:19, Miteshkumar Thakkar wrote: > Thank you

Re: [SR-Users] KSR.sdpops.remove_media is not working as expected

2020-01-06 Thread Miteshkumar Thakkar
Thank you Henning. does it actually remove the media after you send the message out? Usually the message altering functions will only be applied when you send out the message due to performance reasons. Yes, that's true. When the message sent out, I can see that remove_media() has actually

Re: [SR-Users] ims_ipsec_pcscf mandatory for ims_registrar_pcscf ?

2020-01-06 Thread Hamid Hashmi
Thanks, Henning What if someone doesn't need ims_ipsec_pcscf. Isn't there any option to use ims_registrar_pcscf without ims_ipsec_pcacf? Regards Hamid R. Hashmi From: Henning Westerholt Sent: Sunday, January 5, 2020 10:43 PM To: Kamailio (SER) - Users