Re: [SR-Users] dialog ka_timer and ka_interval problem

2013-03-20 Thread dolphin
Hello, Thank you for your reply I follow your suggestions to modify SHM_MEMORY ,PKG_MEMORY value and the system only two uac register. See the program after I start kamailio. shm memory 1G pkg memory 10M sh-3.00# ps -ef | grep kamailio root 23627 1 0 12:57 ?00:00:00 /home

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread Khoa Pham
Hi Daniel, thanks And, I see that I must also listen on TCP port in order to make TLS works for Kamailio On Wed, Mar 20, 2013 at 1:55 PM, Daniel-Constantin Mierla wrote: > Hello, > > when tls module is installed, a self signed pair of certificate-private > key is generated in /usr/local/etc/k

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread Olle E. Johansson
20 mar 2013 kl. 07:55 skrev Daniel-Constantin Mierla : > Hello, > > when tls module is installed, a self signed pair of certificate-private key > is generated in /usr/local/etc/kamailio > > If you need one that is signed by a trusted CA (e.g., Verisign), you will > have to buy it. > > Cheers

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread Khoa Pham
Hi Olle, I follow these 2 tutorials 1. http://nil.uniza.sk/network-security/tls/configuring-tls-support-kamailio-31-howto which only describes to listen on tls listen=tls:158.193.139.51:5061 2. http://www.kamailio.org/dokuwiki/doku.php/tls:create-certificates which only describes to listen on ud

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread Juha Heinanen
> > If you need one that is signed by a trusted CA (e.g., Verisign), you > > will have to buy it. or get free cacert.org certificate. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http

Re: [SR-Users] NAT & Firewall Issues

2013-03-20 Thread Moacir Ferreira
So be careful! When Kamailio finds any end point using private address it will use RTPproxy. Both clients will then send their RTP to the RTPproxy. RTP (Real Time communications) does not like delays, jitter, etc. If your virtual machine does not have good resources, then the voice will be just

Re: [SR-Users] NAT & Firewall Issues

2013-03-20 Thread Amr Elsharqawi
Thanks a lot, I’ve another question. May I use Kamailio as outbound proxy? Regards, Amr From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Moacir Ferreira Sent: Wednesday, March 20, 2013 1:10 PM To: Kamailio Mail List Subject: Re: [S

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread Olle E. Johansson
20 mar 2013 kl. 10:33 skrev Khoa Pham : > Hi Olle, > > I follow these 2 tutorials > 1. > http://nil.uniza.sk/network-security/tls/configuring-tls-support-kamailio-31-howto > which only describes to listen on tls > > listen=tls:158.193.139.51:5061 > 2. http://www.kamailio.org/dokuwiki/doku.php/

[SR-Users] Redis module problem

2013-03-20 Thread pars3c
Hello, i'm using the Redis module, but the function "redis_cmd" doesn't return false if there is some problem on the database. if(redis_cmd("srv1","$var(redis_credit)", "r")) { $var(credit_op)=$redis(r=>value); xlog("L_INFO","xxx -- \n"); } else { xlog("L_INFO","y

Re: [SR-Users] NAT & Firewall Issues

2013-03-20 Thread Moacir Ferreira
A lot of fellows here use Asterisk or Freeswitch as a proxy/SBC for calling PSTN. I would suggest you open another thread to discuss about this subject. Kamailio can act as a UA, but I am not sure about what you trying to achieve. Cheers! MoacirFrom: aelsharq...@live.com To: sr-users@lists.sip-ro

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread Moacir Ferreira
Hummm. When I start playing with Kamailio I had some problems that were related to the compilation process not really to the final product. Now, if you comment out the listen statement then all server interfaces will listen for all enabled services (SIP-UDP, SIP-TCP and SIP-TLS if you enabled it

Re: [SR-Users] KAMAILIO Config Hot/Live reload

2013-03-20 Thread Daniel-Constantin Mierla
Hello, On 3/18/13 7:09 PM, Omar wrote: Kamailio Team. Was this feature added already or we still need to restart kamailio after we modify the Kamailio.cfg. it is still required to restart after changing the config file. But some core and module parameters can be now changed at runtime, via rp

Re: [SR-Users] SIP debug.

2013-03-20 Thread Daniel-Constantin Mierla
On 3/18/13 12:39 PM, Victor V. Kustov wrote: В Mon, 18 Mar 2013 13:29:33 +0200 Vitaliy Aleksandrov пишет: What exactly you want to debug ? Wireshark produces nice sip flows from captures made by tcpdump. I dont need captures. I need to see SIP flow IN kamailio. I try use xlog() messages, but

Re: [SR-Users] Need help with port fowards.

2013-03-20 Thread Daniel-Constantin Mierla
Hello, try to get sip capture on a laptop behind the router as well as on the sip server and send here. There might be an ALG breaking stuff. Without any data, is hard to guess what happens. Cheers, Daniel On 3/18/13 11:20 AM, Mini UN wrote: Hi, was on the chat channel, so emailed as no

Re: [SR-Users] kamailio 4.0.0 and websockets

2013-03-20 Thread Daniel-Constantin Mierla
Hello, yes, conversion in kamailio is the same. The problem seems in twinkle, returning a negative reply when discovering a transport layer not supported by itself. However, the next hop to it is using UDP, so it should not be worried about what other hops are using between them. Cheers, Dan

Re: [SR-Users] Need help with port fowards.

2013-03-20 Thread Nick Khamis
ALG is the devil! N. On 3/20/13, Daniel-Constantin Mierla wrote: > Hello, > > try to get sip capture on a laptop behind the router as well as on the > sip server and send here. There might be an ALG breaking stuff. Without > any data, is hard to guess what happens. > > Cheers, > Daniel > > On 3/

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread Khoa Pham
@Moacir, thanks 1. You said that " then use "listen="my ip address" and all enabled services will be bound to the especified IP address." So which port does Kamailio listen for TCP and TLS? How does client know which port to connect to Kamailio ? On Thu, Mar 21, 2013 at 12:41 AM, Moacir Ferrei

Re: [SR-Users] How to enable TLS in Kamailio ?

2013-03-20 Thread David Thomson
Didn't read the whole thread, but, in some clients you need to specify the transport is TLS and the port is 5061 (assuming you use the default). Hth. Ttyl, Dave -Original Message- From: Khoa Pham Date: Thu, 21 Mar 2013 03:52:12 To: Subject: Re: [SR-Users] How to enable TLS in Kamaili

[SR-Users] New developer: Hugh Waite

2013-03-20 Thread Daniel-Constantin Mierla
Hello, I want to announce that a new person got developer GIT write access to repository: Carlos Ruiz Díaz - he is going to add and maintain the credit control module, that was announced earlier this year on mailing list - the module is part of a framework that has three parts: - The module

[SR-Users] New developer: Carlos Ruiz Díaz

2013-03-20 Thread Daniel-Constantin Mierla
Hello, I want to announce that a new person got developer GIT write access to repository: Carlos Ruiz Díaz - he is going to add and maintain the credit control module, that was announced earlier this year on mailing list - the module is part of a framework that has three parts: - The module

Re: [SR-Users] New developer: Hugh Waite

2013-03-20 Thread Daniel-Constantin Mierla
ignore this one, obviously not fully woken up yet -- subject was not properly update from my last template on this kind of announcement -- another message being sent meanwhile. On 3/21/13 7:45 AM, Daniel-Constantin Mierla wrote: Hello, I want to announce that a new person got developer GIT w

Re: [SR-Users] Redis module problem

2013-03-20 Thread Daniel-Constantin Mierla
Hello, iirc, the error is signaled as part of redis response pseudo-variable (as type field or so). But indeed can be more logical as you present. It is kind of typical behavior not to start when not able to connect to backend (e.g., even for like mysql, etc.). This could be changed, as ther