Re: [SR-Users] /usr/local/sbin/kamdbctl create error

2014-10-31 Thread dashulin
hi guys, How are you? i got the exactly the same problem as "kamdbctl create error", i am so headache i can not find the solution to resolve it. I saw here someone has already resolved it, anyone could kindly send me email for resolving this problem? i appreciate so much! My email:dashulin.

[SR-Users] FIFO Error When Running Kamctl dispatcher reload

2014-10-31 Thread Mahmoud Ramadan Ali
Hi Everyone I have encountered that error whenever i try to use the #Kamctl dispatcher reload even thought that i have the "modparam("mi_fifo", "fifo_name", "/tmp/kamailio_fifo")" and loadmodule "mi_fifo.so" configured...any ideas how to solve this issue ?! root@Kamailio:/usr/local/etc/kamaili

Re: [SR-Users] Trouble with LCR removing $ru after upgrading to 4.1.6

2014-10-31 Thread Will Ferrer
Hi Juha Thank you very much for the info. I will try to make out special LCR handling support that full standard. I hope you have a great weekend. All the best Will Ferrer On Fri, Oct 31, 2014 at 12:56 AM, Juha Heinanen wrote: > Will Ferrer writes: > > > It is odd this happened only after up

Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Juan Perez
yes,  I found what happenedI had downloaded the zip version of the rtpengine package and unzipped on windows, which renames the aux.c|aux.h files to aux_c and aux_h after downloading the glib-devel as well I was able to build it., thank you a lot! On Friday, October 31, 2014 5:

Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Richard Fuchs
On 10/31/14 17:31, Juan Perez wrote: > Thank you, but after removing the "-e" now I get this error: > > [root@ip-10-0-2-68 daemon]# make > Makefile:88: .depend: No such file or directory > make: *** No rule to make target `aux.c', needed by `.depend'. Stop. > [root@ip-10-0-2-68 daemon]# Are you

Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Juan Perez
Thank you, but after removing the "-e" now I get this error: [root@ip-10-0-2-68 daemon]# make Makefile:88: .depend: No such file or directory make: *** No rule to make target `aux.c', needed by `.depend'.  Stop. [root@ip-10-0-2-68 daemon]# On Friday, October 31, 2014 4:56 PM, Richard Fuchs

Re: [SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Richard Fuchs
On 10/31/14 15:27, Juan Perez wrote: > > Using Kamailio 4.2, CentOS 6.5, as per the documentation here: > https://github.com/sipwise/rtpengine > > "Running make will compile the binary, which will be called rtpengine." > > When trying to install rtpengine I got the following error when building

[SR-Users] Installing rtpengine on CentOS 6.5

2014-10-31 Thread Juan Perez
Using Kamailio 4.2, CentOS 6.5, as per the documentation here: https://github.com/sipwise/rtpengine "Running make will compile the binary, which will be called rtpengine." When trying to install rtpengine I got the following error when building "daemon" [root@ip-10-0-2-68 daemon]# make Usage:

Re: [SR-Users] pipelimit rate question

2014-10-31 Thread Daniel-Constantin Mierla
Hello, I pushed a patch to master for handling this case. Can you give it a try and see if the limit gets updated as expected? Cheers, Daniel On 19/10/14 11:50, Daniel-Constantin Mierla wrote: > Hello, > > On 19/10/14 09:25, Alex Balashov wrote: >> Hi, >> >> There does not seem to be a way to up

Re: [SR-Users] async workers causing unexplained high load average

2014-10-31 Thread Daniel-Constantin Mierla
Hello, back in the discussion after being traveling. Interesting, because it shows like being the normal recvfrom() done on the internal socket, expecting to be no load there. I have seen the backtrace you sent in previous email and it is in the same recv function from the system. The process is

Re: [SR-Users] append_hf on kamctl fifo dlg_bridge destroys ACK

2014-10-31 Thread Kristian F . Høgh
Hi Daniel, Looks good so far, thanks. /Kristian. On Friday 31 October 2014 12:39:37 Daniel-Constantin Mierla wrote: > Hello, > > can you test with master branch and see if all is ok? I just pushed a > fix for it. If yes, then I will backport. > > Cheers, > Daniel > > On 31/10/14 08:34, Krist

Re: [SR-Users] append_hf on kamctl fifo dlg_bridge destroys ACK

2014-10-31 Thread Daniel-Constantin Mierla
Hello, can you test with master branch and see if all is ok? I just pushed a fix for it. If yes, then I will backport. Cheers, Daniel On 31/10/14 08:34, Kristian F. Høgh wrote: > Hi Daniel, > > Most of the calls looks fine when using debug=3. If I set it back to 2, It > fails every time > (Once

Re: [SR-Users] Susceptibility to POODLE Vulnerability?

2014-10-31 Thread Varghese Paul
HI all, Can anyone tell any phones or browser (WSS) that only supports SSLv3 and have no support of TLS? Regards Varghese Paul On Tue, Oct 21, 2014 at 8:04 PM, Daniel-Constantin Mierla wrote: > As we had a note about sslv2 not being recommended when security is > wanted, I put the same note f

Re: [SR-Users] Trouble with LCR removing $ru after upgrading to 4.1.6

2014-10-31 Thread Juha Heinanen
Will Ferrer writes: > It is odd this happened only after upgrading to 1.4.6. I am guessing > something got more strict about the formating. Also strange is that the > tables for lcr_gw have type INT for both those columns (uri_scheme and > transport). None the less changing my code to remove the t

Re: [SR-Users] append_hf on kamctl fifo dlg_bridge destroys ACK

2014-10-31 Thread Kristian F . Høgh
Hi Daniel, Most of the calls looks fine when using debug=3. If I set it back to 2, It fails every time (Once it failed using debug=3, I send you the log off-list.) Regards Kristian. On Friday 31 October 2014 00:36:38 you wrote: > Hello, > > can you send me the logs (for trunk) with debug=3 ..