Re: [SR-Users] TLS not enough memory issue with git master

2015-11-18 Thread Daniel-Constantin Mierla
It is not clear how what sources you are using, what does it mean 'latest release tarball' -- version 4.3.3? Then did you take all the patches from master since version 4.3.0? I tested master with 2 registrations over TLS sent by sipp, but I couldn't spot any leak there. Can you test with bar

[SR-Users] Kamailo crashes with auth_radius module

2015-11-18 Thread Volkan Oransoy
Hi, I try to enable auth_radius module with my kamailo box. But it crashes on the first REGISTER request. I have enabled it with this two lines. loadmodule "auth_radius.so" modparam("auth_radius", "radius_config", "/etc/radiusclient/radiusclient.conf") This is the authentication part of my scri

Re: [SR-Users] Kamailo crashes with auth_radius module

2015-11-18 Thread Daniel-Constantin Mierla
Hello, the logs show that you got a core dump: "Nov 18 11:30:27 sip /usr/sbin/kamailio[6934]: ALERT: [main.c:731]: handle_sigs(): core was generated" Can you send the output of the following commands from gdb with the core file: bt full info locals list Cheers, Daniel On 18/11/15 10:43, Volk

Re: [SR-Users] Simple User Agent change

2015-11-18 Thread Daniel-Constantin Mierla
Hello, does the pbx support Path extension (see path module of kamailio for more details)? If yes, then it should be a rather simple setup of an edge proxy. A starting point can be the kamailio.cfg example from dispatcher module: http://kamailio.org/docs/modules/4.3.x/modules/dispatcher.html#disp

[SR-Users] kamailio very slow or stuck during period from time to time

2015-11-18 Thread Thibault Gueslin
I am facing an issue with kamailio 4.3.3 that is very similar to http://lists.sip-router.org/pipermail/sr-users/2015-May/088195.html Had someone found the solution or faced similar issue ? Sometimes kamailio is receiving the message (check with wireshark, logs in tcp) but the message is not handl

Re: [SR-Users] TLS not enough memory issue with git master

2015-11-18 Thread Anthony Messina
I was just letting you know how I build it, but yes, I will test with just the bare master branch this weekend. After a restart, this issue takes a few hours to happen, making it difficult to reproduce in testing. -A On Wednesday, November 18, 2015 10:30:16 AM Daniel-Constantin Mierla wrote: >

Re: [SR-Users] kamailio very slow or stuck during period from time to time

2015-11-18 Thread Daniel-Constantin Mierla
Is it something repeating at constant interval of times, or are they random? Are you doing database queries in your config? Any of them via rtimer module? Cheers, Daniel On 18/11/15 12:00, Thibault Gueslin wrote: > I am facing an issue with kamailio 4.3.3 that is very similar to > http://lists.s

Re: [SR-Users] Kamailo crashes with auth_radius module

2015-11-18 Thread Volkan Oransoy
Hi Daniel, Here is the output: (gdb) file /usr/sbin/kamailio > Reading symbols from /usr/sbin/kamailio...(no debugging symbols > found)...done. > (gdb) bt full > #0 0x7fa044bd5920 in ?? () > No symbol table info available. > #1 0x7fa03e240bc9 in ?? () > No symbol table info available. >

Re: [SR-Users] Kamailo crashes with auth_radius module

2015-11-18 Thread Daniel-Constantin Mierla
Hello, you don't have the debug symbols installed -- you need to install kamailio-dbg package, then get the backtrace again. On the other hand, the trace suggests an issue in libfreeradius-client library Cheers, Daniel On 18/11/15 14:01, Volkan Oransoy wrote: > Hi Daniel, > > Here is the output

[SR-Users] rtpengine via-branch=extra question

2015-11-18 Thread Juha Heinanen
rtpengine readme tells: via-branch=... - Include the “branch” value of one of the “Via” headers in the request to the RTP proxy. Possible values are: “1” - use the first “Via” header; “2” - use the second “Via” header; “auto” - use the first “Via” header if this is a request, or the second

[SR-Users] Stop msrp relay from kamailio to freeswitch

2015-11-18 Thread Safdar Khan
Hi folks I have integrated kamailio and freeswitch. The basic register and authentication is happening through kamailio and other media services through freeswitch like file sharing (using msrp). My question is how can I stop file sharing through msrp via freeswitch since everything going from kam

[SR-Users] siptrace segfault - attack?

2015-11-18 Thread Marian Piater
Hello, we had segfault today. Kamailio has been running for few months without problems. Nov 18 10:51:20 sbc kernel: [11326028.926502] kamailio[14452]: segfault at 30 ip 7f20f7f3838a sp 7ffef3ab7b10 error 4 in siptrace.so[7f20f7f23000+27000] GDB: Reading symbols from kamailio...done. [Ne

Re: [SR-Users] siptrace segfault - attack?

2015-11-18 Thread Marian Piater
Forget on this.. I see it's fixed in latest 4.3.3 version.. I'm sorry. Dňa 18.11.2015 o 18:36 Marian Piater napísal(a): > Hello, > > we had segfault today. Kamailio has been running for few months > without problems. > > Nov 18 10:51:20 sbc kernel: [11326028.926502] kamailio[14452]: > segfault at

[SR-Users] Fw: Kamailio with Siremis

2015-11-18 Thread Ryan Holbein
From: Ryan Holbein Sent: Wednesday, November 18, 2015 8:07 AM To: mico...@gmail.com Subject: Re: [SR-Users] Kamailio with Siremis Hello, This is what I have setup so far I know it is not much but looking for help this is my very first Proxy. If you look at

Re: [SR-Users] kamailio very slow or stuck during period from time to time

2015-11-18 Thread Thibault Gueslin
It seems to appear randomly. I don't have database access (default config without db) I have a mqueue with rtimer to do asynchronous http request. I have seen also sometimes that all tcp worker were busy even on a test server with 4 clients. Regards, Thibault > Le 18 nov. 2015 à 13:28, D

Re: [SR-Users] ndb_mongodb, db_mongodb and replicasets

2015-11-18 Thread Kelvin Chua
careless mistake, working fine now. would be best to backport :) thanks so much! Kelvin Chua On Tue, Nov 17, 2015 at 9:54 PM, Daniel-Constantin Mierla wrote: > Have you used quotes around the uri? Like: > > modparam("ndb_mongodb", "server", "name=mgs1;uri='mongodb://10.0.1.1 > ,10.0.1.2, > 10.0

[SR-Users] rtpengine via-branch=extra question

2015-11-18 Thread Juha Heinanen
Juha Heinanen writes: > via-branch=... - Include the “branch” value of one of the “Via” headers > in the request to the RTP proxy. Possible values are: “1” - use the > first “Via” header; “2” - use the second “Via” header; “auto” - use the > first “Via” header if this is a request, or the

[SR-Users] Content-Type

2015-11-18 Thread Safdar Khan
How to check content-type of ongoing various type of media streams in kamailio? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] Content-Type

2015-11-18 Thread Alex Balashov
Safdar, Kamailio does not handle media. And media does not have a Content-Type property; this is a feature of human-readable, HTTP style protocols such as SIP. Are you sure you aren't thinking of RTP payload type? You can use Kamailio to read an SDP body, of course, but that will not serve to