Re: [SR-Users] sipML5 through kamailio

2017-11-24 Thread Wilkins, Steve
I just verified that I do have logging in all pertinent areas. I added tls and I do see "TLS accept successful" in the kamailio logs, however, I see no log being generated in route[xhttp:request], and I do have logging in the first line of this route. I don't think it is getting there. Also,

Re: [SR-Users] sipML5 through kamailio

2017-11-24 Thread Wilkins, Steve
I just verified that I do have logging in all pertinent areas. I added tls and I do see “TLS accept successful” in the logs, however, I see no log being generated in route[xhttp:request], and I do have logging in the first line of this route. I don’t think it is getting there. Also, I

Re: [SR-Users] *** GMX Spamverdacht *** Re: Cannot disable EC Diffie Hellman cipher suite

2017-11-24 Thread Ilyas Keskin
Hey otron, good call, but in the meantime I already tried setting the following which should exclude all cipher suites and only use AES128 (afaik):     cipher_list = NONE:AES128-SHA256 Best regards, Ilyas Keskin Am 24.11.2017 um 20:48 schrieb otron2...@gmail.com: Just a guess but maybe

Re: [SR-Users] sipML5 through kamailio

2017-11-24 Thread otron2...@gmail.com
"So, tls is required for wss?" Yes, as of the last rfc.  It can work without it if the client software (browser) will accept it though by now most will treat it as insecure.  I forget whether sipML5 will but my guess would be no.  Original message From: "Wilkins, Steve"

Re: [SR-Users] Cannot disable EC Diffie Hellman cipher suite

2017-11-24 Thread otron2...@gmail.com
Just a guess but maybe later entries [like +HIGH:+MEDIUM:+LOW] put it back.   Try switching the order so that !ECDHE and the others you're trying to exclude come after.  Sent from Samsung Mobile Original message From: Ilyas Keskin Date: 11/24/2017

Re: [SR-Users] Cannot disable EC Diffie Hellman cipher suite

2017-11-24 Thread Ilyas Keskin
Hi Daniel, yes I am using the tls.cfg file. I tried your suggestion to add the cipher suite string (notice the !EDCHE which I also added to the httpd ssl.conf) but nothing changed.     [server:default]     method = TLSv1     cipher_list =

Re: [SR-Users] sipML5 through kamailio

2017-11-24 Thread Wilkins, Steve
Hello SamyGo, So, tls is required for wss? I thought that when I set a listen to Kamailio-Server-IPAddress:10443 and I sent a request through that IP and Port, that Kamailio would at least see the request and attempt to do something with it. I will go add tls and try again. Thank you!

Re: [SR-Users] Kamailio KEMI Framework Tutorial

2017-11-24 Thread Samuel F .
Hey, Almost done with a POC. Should I open up a PR and we can review / iterate on it or is there a better of way of sharing the code? Cheers, Samuel From: Daniel-Constantin Mierla Sent: Friday, November 24, 2017 3:41:35 PM To: Samuel F.;

[SR-Users] Request Time Out

2017-11-24 Thread Vasim Antule
Hello, I am new to SIP/Kamailio , I am attempting to use Kamailio 5.0 in test environment. I am getting Request Time Out for Android Phones. Apple to Apple phones are working fine. But Android to Apple and Android to Android I am getting Request Time Out. Please Guide. Regards, Vasim

Re: [SR-Users] Cannot disable EC Diffie Hellman cipher suite

2017-11-24 Thread Daniel-Constantin Mierla
Hello, On 23.11.17 22:42, Ilyas Keskin wrote: > > Hi there, > > I have set up a Kamailio 4.2.0 SIP server (centOS 7) for a university > project regarding WebRTC comunication. While kamailio handles the > signaling path I use the SIP.js demo phone js application (hosted on > the same machine as

Re: [SR-Users] Issue dumping an huge htable through xmlrpc

2017-11-24 Thread Daniel-Constantin Mierla
Hello, On 24.11.17 15:26, Marco Capetta wrote: > Hello everyone, > > On Kamailio version 4.4.6 I have an issue dumping an huge htable > through xmlrpc. > > We are using htables to store the subscriber registration attempts to > prevent bruteforcing password attacks. > Usually there aren't any

Re: [SR-Users] Kamailio KEMI Framework Tutorial

2017-11-24 Thread Daniel-Constantin Mierla
Hello, On 24.11.17 13:43, Samuel F. wrote: > > Hey, > > > Just tested and it seems to work well! I compared the output to the > output from app_lua to run some type of sanity check and it seems to > show the same information. > I think that KSR.x package doesn't have exit() and drop() functions

[SR-Users] Issue dumping an huge htable through xmlrpc

2017-11-24 Thread Marco Capetta
Hello everyone, On Kamailio version 4.4.6 I have an issue dumping an huge htable through xmlrpc. We are using htables to store the subscriber registration attempts to prevent bruteforcing password attacks. Usually there aren't any issues to dump information using xmlrpc. On the contrary, if

Re: [SR-Users] Kamailio KEMI Framework Tutorial

2017-11-24 Thread Samuel F .
Hey, Just tested and it seems to work well! I compared the output to the output from app_lua to run some type of sanity check and it seems to show the same information. However, there is one issue with the rpc app_lua.api_list, when running the RPC command it returns the result set twice so

Re: [SR-Users] Kamailio didn't start before increasing fork_delay

2017-11-24 Thread Daniel-Constantin Mierla
Hello, it can be some other limits set in the system, I encountered also with centos/redhat and couldn't figure out myself (well, not a sysadmin here). It is the reason I added fork_delay and modinit_delay. You have to dig in the settings of the system and try to tune them. Happening can be

Re: [SR-Users] Failed to find command http_client_query

2017-11-24 Thread Daniel-Constantin Mierla
Hello, can you provide here all the http_client_query(...) you have in your config and list in which route block are they used (like request_route, failure_route, ...)? You can replace IP addresses, usernames, passwords with other strings, but if you use any kamailio variables (e.g. $rU), let

Re: [SR-Users] Kamailio didn't start before increasing fork_delay

2017-11-24 Thread igor.potjevlesch
Hello Daniel, Both Kamailio and MySQL are running under RHEL. But SELinux is deactivated. Regards, Igor. De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : jeudi 23 novembre 2017 12:56 À : Kamailio (SER) - Users Mailing List ;