Re: [SR-Users] Problem with my kamailio installation

2012-11-05 Thread Ramazan Yilmaz
Then how does it work on kamailio-3.2.x without (explicit) tcp? Anyway, I will keep this in mind in my further kamailio setups. On Tue, Nov 6, 2012 at 12:18 AM, Daniel-Constantin Mierla wrote: > TLS is a security layer in top of TCP, so apparently tcp has to be > specified as a listening transp

Re: [SR-Users] Problem with my kamailio installation

2012-11-05 Thread Daniel-Constantin Mierla
TLS is a security layer in top of TCP, so apparently tcp has to be specified as a listening transport layer to make tls work. Starting with v3.0.0, tls code is in a module, so the core might not initialize tcp if it does not have afferent sockets. Not sure what would take to make it work with t

Re: [SR-Users] Problem with my kamailio installation

2012-11-05 Thread Ramazan Yilmaz
Keeping listen=tls, I also included "listen=tcp:127.0.0.1:5060". On restart it says, Listening on tcp: 127.0.0.1:5060 tls: XX.XX.XX.XX [XX.XX.XX.XX]:5061 Aliases: *: XX.XX.XX.XX:* kamailio started. And now kamctl ps gives, Process:: ID=0 PID=931 Type=

Re: [SR-Users] Problem with my kamailio installation

2012-11-05 Thread Daniel-Constantin Mierla
Hello, can you put also: listen=tcp:127.0.0.1:5060 ? Cheers, Daniel On Mon, Nov 5, 2012 at 9:31 AM, Ramazan Yilmaz wrote: > Any idea? > I have shared my tls configuration with you in my previous post, and as I > said, that configuration works with kamailio 3.2.4. After silence of 4 > days, d

Re: [SR-Users] Problem with my kamailio installation

2012-11-05 Thread Ramazan Yilmaz
Any idea? I have shared my tls configuration with you in my previous post, and as I said, that configuration works with kamailio 3.2.4. After silence of 4 days, do you confirm that it is a bug? If so, how can it be solved? Any suggestion? On Thu, Nov 1, 2012 at 4:23 PM, Ramazan Yilmaz wrote: > I

Re: [SR-Users] Problem with my kamailio installation

2012-11-01 Thread Ramazan Yilmaz
In my kamailio configuration, I already have "#!define WITH_TLS". And some more about my configuration: listen=tls:XX.XX.XXX.XX:5061 #!ifdef WITH_TLS enable_tls=yes #!endif #!ifdef WITH_TLS loadmodule "tls.so" #!endif #!ifdef WITH_TLS # - tls params - modparam("tls", "config", "/usr/loc

Re: [SR-Users] Problem with my kamailio installation

2012-11-01 Thread Daniel-Constantin Mierla
What is the listen parameter for tls? IIRC, UDP is mandatory, you should have some workers for it, even you reject the traffic on it. The default config file has TLS support inside, just enable: #!define WITH_TLS and then test with it to see if you can connect. If yes, compare with your con

Re: [SR-Users] Problem with my kamailio installation

2012-10-31 Thread Ramazan Yilmaz
I swithced again to tcp, and 'kamctl ps' now gives the following: Process:: ID=0 PID=5913 Type=attendant Process:: ID=1 PID=5914 Type=slow timer Process:: ID=2 PID=5915 Type=timer Process:: ID=3 PID=5916 Type=MI FIFO Process:: ID=4 PID=5917 Type=ctl handler Process:: ID=5 PID=5918 Type=MI DA

Re: [SR-Users] Problem with my kamailio installation

2012-10-31 Thread Daniel-Constantin Mierla
Is this all the output of kamctl ps? Because there is no udp or tcp worker process. If yes, then is something wrong with your config, be sure you set proper children parameter value. Cheers, Daniel On 10/31/12 4:53 PM, Ramazan Yilmaz wrote: And the output of 'kamctl ps' is as following (after

Re: [SR-Users] Problem with my kamailio installation

2012-10-31 Thread Ramazan Yilmaz
And the output of 'kamctl ps' is as following (after changing back to tls): Process:: ID=0 PID=5621 Type=attendant Process:: ID=1 PID=5622 Type=slow timer Process:: ID=2 PID=5623 Type=timer Process:: ID=3 PID=5624 Type=MI FIFO Process:: ID=4 PID=5625 Type=ctl handler Process:: ID=5 PID=5626

Re: [SR-Users] Problem with my kamailio installation

2012-10-31 Thread Ramazan Yilmaz
These messages are for tls. When switched to TCP, it works fine. What can be the problem? On Wed, Oct 31, 2012 at 3:39 PM, Daniel-Constantin Mierla wrote: > Hello, > > does registration over UDP work fine? Are these messages for tcp or tls > connections? > > Can you paste the output of 'kamctl

Re: [SR-Users] Problem with my kamailio installation

2012-10-31 Thread Daniel-Constantin Mierla
Hello, does registration over UDP work fine? Are these messages for tcp or tls connections? Can you paste the output of 'kamctl ps'? Cheers, Daniel On 10/30/12 5:32 PM, Ramazan Yilmaz wrote: Any ideas? It really seems as a bug, as the logs say. But do you have any workaround suggestion? O

Re: [SR-Users] Problem with my kamailio installation

2012-10-30 Thread Ramazan Yilmaz
Any ideas? It really seems as a bug, as the logs say. But do you have any workaround suggestion? On Mon, Oct 29, 2012 at 11:09 PM, Ramazan Yilmaz wrote: > Hi, > I installed kamailio 3.2.x a few times before and they were really fine. > I decided to install a fresh one and followed the instructio

[SR-Users] Problem with my kamailio installation

2012-10-30 Thread Ramazan Yilmaz
Hi, I installed kamailio 3.2.x a few times before and they were really fine. I decided to install a fresh one and followed the instructions on http://www.kamailio.org/wiki/install/3.3.x/git. However there is a problem: clients cannot register to kamailio. Each registration attempt produces the fol

[SR-Users] Problem with my kamailio installation

2012-10-29 Thread Ramazan Yilmaz
Hi, I installed kamailio 3.2.x a few times before and they were really fine. I decided to install a fresh one and followed the instructions on http://www.kamailio.org/wiki/install/3.3.x/git. However there is a problem: clients cannot register to kamailio. Each registration attempt produces the fol