Re: [SR-Users] memory is not freed in system, while kamailio's statistic shows OK

2016-10-20 Thread Daniel-Constantin Mierla
Hello, from kamailio point of view, the only major component relying on system memory is the MI/RPC framework/commands. Otherwise, likely to be an external library. Cheers, Daniel On 19/10/16 11:46, Vasiliy Ganchev wrote: > Hi Daniel! > > Thanks for the pointing out! > > Currently re-checking

Re: [SR-Users] RTPProxy

2016-10-20 Thread Daniel-Constantin Mierla
Hello, thanks for all those details, very useful ... To be clear -- the issue of using high cpu on idle (no active calls) was with rtpproxy v1.2 on a centos (iirc, v6), not with rtpproxy 2.0. On debian, same version of rtpproxy was not exposing this. I was just curios to see if anyone else saw it

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread Daniel-Constantin Mierla
Hello, not aware of any such effort, but maybe tools that can be used to extract the documentation from a c code can be reused to some extent -- inside kamailio.cfg we support the c-style comments, both: // and /* */ If anyone tries, would be great to know the results. Cheers, Daniel On 18

Re: [SR-Users] Regarding pua_reginfo, server_address

2016-10-20 Thread Daniel-Constantin Mierla
Hello, check to see if the modparam is not inside a part that is inactive -- a block comment or an #!IFDEF ... #!ENDIF. Cheers, Daniel On 18/10/16 08:16, Ram Anji wrote: > Hi All, > > I am configured kamailio to handle reg info event subscriptions, My > server is running if i configure the foll

Re: [SR-Users] sipml5 fail invite kamailio ims web sockets

2016-10-20 Thread Daniel-Constantin Mierla
Hello, it seems that the response to the invite doesn't have a Contact header. Can you check that? You can print the message in logs with $mb. Cheers, Daniel On 17/10/16 22:46, Serhat Guler wrote: > Dear all, > > I can register the sipml5 client to my kamailio IMS setup > successfully, but when

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread José Seabra
Hello Daniel, Thank you for your reply, Can you advice one of these tools please? i will try it :) BR José Seabra 2016-10-20 10:18 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > not aware of any such effort, but maybe tools that can be used to extract > the documentation from a c code can be

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread Olle E. Johansson
I imagine that you could use tools like Doxygen for this. Doxygen is something we use in Kamailio to create developer docs - web pages that explains variables, functions and takes data from comments with a special syntax. Here’s one example: http://rpm.kamailio.org/doxygen/sip-router/branch/mast

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread José Seabra
Hi, Olle, Thank you for your reply. I will take your advice and try Doxygen :) Thank you all. BR José Seabra 2016-10-20 10:36 GMT+01:00 Olle E. Johansson : > I imagine that you could use tools like Doxygen for this. Doxygen is > something we use in > Kamailio to create developer docs - web pages

Re: [SR-Users] Kamailio script config - Generate Documentation

2016-10-20 Thread Daniel-Constantin Mierla
Hello, curious to see if it works with comments starting with #, because it's the common across kamailio configs or it needs to convert them to c-style alternatives ... Cheers, Daniel On 20/10/16 11:49, José Seabra wrote: > Hi, Olle, > Thank you for your reply. > I will take your advice and try

[SR-Users] Edge proxy / Registrar Script

2016-10-20 Thread Infinicalls Infinicalls
Hi, I am trying to get a simple Edge Proxy - Registrar setup working behind NAT. Initially I tried various scripts - including the one mentioned in the Oubound page and Peter Dunkley' example - but got some errors related to PATH. Can somebody give me a working script of both proxy and registrar?

Re: [SR-Users] sipml5 fail invite kamailio ims web sockets

2016-10-20 Thread Serhat Guler
Hi Daniel, Thank you for your reply. I'll defo check it out in the evening. Do you think the scenario I explained here (http://lists.sip-router.org/ pipermail/sr-users/2016-October/094831.html) might also be the case ? Cheers, Serhat On 20 October 2016 at 11:22, Daniel-Constantin Mierla wrote:

[SR-Users] TCP FIN after 10 minutes

2016-10-20 Thread gmele
Hello, we have deployed a Kamailio acting as SIP proxy on a RHEL 7.2 machine. Clients (mainly mobile phones) connects to the proxy using a TLS protected TCP connection. In the kamailio config, we've set : #!ifdef WITH_TLS enable_tls=yes tcp_async=yes tcp_connection_lifetime=3605 tcp_accept_no_c

Re: [SR-Users] TCP FIN after 10 minutes

2016-10-20 Thread Daniel-Constantin Mierla
Hello, do you have selinux enabled or some firewall active on the system? Cheers, Daniel On 20/10/16 13:25, gmele wrote: > Hello, > > we have deployed a Kamailio acting as SIP proxy on a RHEL 7.2 machine. > Clients (mainly mobile phones) connects to the proxy using a TLS protected > TCP connect

Re: [SR-Users] Edge proxy / Registrar Script

2016-10-20 Thread Daniel-Constantin Mierla
Hello, outbound extension is not supported by many endpoints, although it is useful for tcp/tls redundancy. I would suggest to start with the example config from dispatcher module for edge proxy and add path support to it via path module. For registration config, the kamailio-basic.cfg should be

Re: [SR-Users] sipml5 fail invite kamailio ims web sockets

2016-10-20 Thread Daniel-Constantin Mierla
Hello, not much into ims these days, but from websocket point of view, the URI in contact, etc. for websocket is not resolvable, so one has to deal with same kind of processing as for nat in case of websocket. Cheers, Daniel On 20/10/16 12:21, Serhat Guler wrote: > Hi Daniel, > > Thank you for

[SR-Users] Server error for SIP client

2016-10-20 Thread Hermann Norpois
Hello, if my SIP client tries to connect ... a server error occured (see below). Could you please help me to figure out the reason? Kamailio is installed on an amazon instance with an elastic IP (52.208.249.214, hostname: synth.ddns.net). Thanks Hermann ubuntu@ip-172-31-32-10:~sudo /etc/init.d/

Re: [SR-Users] help with NOTIFY

2016-10-20 Thread Slava Bendersky
Hello Everyone, This message as continue conversation from http://lists.sip-router.org/pipermail/sr-users/2015-March/087557.html. That my previous post about it. I never was be be able forward NOTIFY from asterisk to client through kamailio. Right now in use asterisk 14 pjsip. Any help thank

Re: [SR-Users] TCP FIN after 10 minutes

2016-10-20 Thread gmele
Hello, Selinux is not enabled and no firewall is active (except iproutes rules). Looking in the TLS module, I found the modparam connection_timeout . By default, this parameter is set to 10 minutes (!), but the description says : " If an I/O event occurs, the timeout will be extended with tcp

[SR-Users] Basic TM suspend question

2016-10-20 Thread Alex Balashov
Hi, If a transaction is currently t_suspended() and has not been t_continued(), will t_check_trans() still find that transaction for retransmission-dampening purposes, e.g. if a retransmission of the same request as the original one is received? Thanks, -- Alex Balashov | Principal | Evaris