Re: [SR-Users] Disabling weak SSL Cypher suites

2019-12-22 Thread Arik Halperin
iphers, because > the module's ones will be ignored: > http://www.kamailio.org/docs/modules/5.3.x/modules/tls.html#tls.p.config > <http://www.kamailio.org/docs/modules/5.3.x/modules/tls.html#tls.p.config>. > > Cheers, > > Federico > > On Sun, Dec 22, 2019 at 6:16 PM

Re: [SR-Users] Disabling weak SSL Cypher suites

2019-12-22 Thread Arik Halperin
http://www.kamailio.org/docs/modules/5.4.x/modules/tls.html#tls.p.cipher_list>. > For supporting specific versions of TLS look at tls_method param: > http://www.kamailio.org/docs/modules/5.4.x/modules/tls.html#tls.p.tls_method > <http://www.kamailio.org/docs/modules/5.4.x/modu

[SR-Users] Disabling weak SSL Cypher suites

2019-12-09 Thread Arik Halperin
Hello, How can I disable: TLS_RSA_WITH_RC4_128_SHA (0x5) INSECURE128 TLS_RSA_WITH_RC4_128_MD5 (0x4) INSECURE128 What should I put in cypher_list in order to disable the above? I would also like support TLS 1.2 and TLS 1.3, but remove support for 1.0 and 1.1 Thanks, Arik

Re: [SR-Users] Problem with TLS

2018-06-12 Thread Arik Halperin
the ACK received by kamailio? Cheers, Daniel On 11.06.18 09:51, Arik Halperin wrote: Daniel, Thank you! You are right about this. I configured PJSIP not to check whether the contact contains SIPS. This solved the problem on one of my setups where I have one NIC that has a public IP. H

Re: [SR-Users] Problem with TLS

2018-06-11 Thread Arik Halperin
in the kamailio? I have the same problems with other SIP clients(Bria for example) Thanks, Arik Halperin On 11 Jun 2018, at 9:43, Daniel-Constantin Mierla mailto:mico...@gmail.com>> wrote: Hello, Kamailio is not involved in the issue reported here. Practically, pjsip expects sips:

[SR-Users] Problem with TLS

2018-06-05 Thread Arik Halperin
Require: timer Supported: ti PJSIP responds with: Secure dialog requires SIPS scheme in Contact and Record-Route headers, ending the session What is the reason for this? How can I fix this issue?

[SR-Users] Working with users using external server

2018-05-02 Thread Arik Halperin
Hello, I have a project for which I need to get user data(username and password) from an external server with REST APIs. What is the best way to achieve this? Thanks, Arik Halperin ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

Re: [SR-Users] Re: Audio stops after resuming call from hold

2018-04-16 Thread Arik Halperin
I had a similar issue with RTP engine. When I got hold and called rtpengine_manage it had errors. I’m using rtpengine_manage, so doing something like this: if(!is_present_hf("x-purpose")) { if(nat_uac_test("8")) { xlog("L_ERR","NATMANAGE DBG test 8\n");

Re: [SR-Users] Problem with resuming suspended transacation

2018-04-16 Thread Arik Halperin
ld.fla...@liberalismen.dk> wrote: > > You are suspending in [6039] and resuming in [6092], does these two processes > share memory? > > Kjeld > > 2018-04-12 11:52 GMT+02:00 Arik Halperin <a...@mobilinq.io > <mailto:a...@mobilinq.io>>: > Hello, > > >

Re: [SR-Users] Kamailio with 2 Public and Private IPs- SIP Call flow issues

2018-04-16 Thread Arik Halperin
lio.org/docs/modules/devel/modules/rr.html#rr.p.enable_double_rr> > > Best regards, > > Federico > > On Mon, Apr 16, 2018 at 11:05 AM, arik halperin <arik.halpe...@s3code.com > <mailto:arik.halpe...@s3code.com>> wrote: > Hello, > > >

[SR-Users] Kamailio with 2 Public and Private IPs- SIP Call flow issues

2018-04-16 Thread arik halperin
Hello, I have the following setup: Kamailio:   Public Interface 70.36.25.65   Private Interface 10.168.10.227 Freeswitch:    Private Interface 10.168.10.200 I’m routing calls from kamailio to freeswitch, but when I try to hang up the call the freeswitch sends the BYE to the

[SR-Users] Problem with resuming suspended transacation

2018-04-13 Thread Arik Halperin
Hello, I’m trying to resume a suspended transaction, but keep getting this error: WARNING: tm [t_suspend.c:193]: t_continue(): transaction is not suspended [20608:1256194941] WARNING: tmx [tmx_mod.c:686]: w_t_continue(): resuming the processing of transaction [20608:1256194941] failed WARNING:

Re: [SR-Users] Problem capturing packets from kamailio to homer sip-capture

2018-04-07 Thread Arik Halperin
; wrote: > Hi, > is your kamailio listening at list on one udp socket? Siptrace module uses > kamailio's listening socket to send out hep messages. > > Regards, > > Federico > > > On Thu, 5 Apr 2018 08:09 Arik Halperin, <a...@mobilinq.io > <mailto:a...@m

[SR-Users] Problem capturing packets from kamailio to homer sip-capture

2018-04-05 Thread Arik Halperin
Hello, My kamailio is listening to TCP, so when I try to duplicate packets to homer, It tries to send them as TCP. From the log I see: Apr 5 08:21:45 kamprod /usr/local/sbin/kamailio[16309]: ERROR: [core/forward.c:181]: get_out_socket(): no socket found Apr 5 08:21:45 kamprod

Re: [SR-Users] Problems with dispatcher reload

2018-03-21 Thread arik halperin
Thank you! Indeed I had a problem with my config. Arik From: Daniel-Constantin Mierla <mico...@gmail.com> Reply-To: <mico...@gmail.com> Date: Wednesday, 21 March 2018 at 16:30 To: arik halperin <arik.halpe...@s3code.com>, "Kamailio (SER) - Users M

Re: [SR-Users] Problems with dispatcher reload

2018-03-21 Thread arik halperin
l",     "dst_blacklist.mem_info",     "dst_blacklist.view",     "jsonrpc.echo",     "mod.stats",     "pkg.stats",     "pv.shvGet",     "pv.shvSet",     "sl.stats",     "stats.clear_statistics",  

Re: [SR-Users] Problems with dispatcher reload

2018-03-21 Thread arik halperin
Yes, I did, same result. kamctl rpc dispatcher.reload {   "jsonrpc":  "2.0",   "error":  {     "code": 500,     "message":  "Method Not Found"   },   "id": 31340 } From: sr-users on behalf of Paulo Ferreira

[SR-Users] Problems with dispatcher reload

2018-03-21 Thread Arik Halperin
Hello, I’ve installed kamailio 5.1 but when I run: kamctl dispatcher reload I get: { "jsonrpc": "2.0", "error": { "code": 500, "message": "Method Not Found" }, "id": 31222 } How do I fix this? Thanks,