Hi Jeremy,
Thanks for the suggestion, I'm hoping I haven't overlooked something quite that obvious!
The last debug output I see on startup is:
Listening on udp: 192.168.44.66:55060 tcp: 192.168.44.66:55060 Aliases:
<snip>
WARNING: no fork mode 0(20372) INFO: <core> [tcp_main.c:4833]: init_tcp: using epoll_lt as the io watch method (auto detected) 0(20372) INFO: usrloc [hslot.c:53]: locks array size 512 0(20372) INFO: <core> [udp_server.c:179]: INFO: udp_init: SO_RCVBUF is initially 229376 0(20372) INFO: <core> [udp_server.c:230]: INFO: udp_init: SO_RCVBUF is finally 262142
netstat shows listening for UDP on 55060, but nothing on TCP:
$ netstat -l | grep 5060 udp 0 0 192.168.44.66:55060 *:*
ps shows four kamailio processes running, all of which end when I Ctrl-C.
Cheers, Dave.
Date: Fri, 12 Apr 2013 14:22:45 +0800 From: Jeremy Ardley jeremy.ardley@gmail.com Subject: Re: [SR-Users] Kamailio 4.0.0 not listening on TCP
Have you checked to make sure it's still running?
On 12/04/13 14:19, David Wilson wrote:
Hello All,
New to Kamailio, I'm running 4.0 on Ubuntu 12.04 (precise).
Running from the command line with a minimal config, it tells me that it is listening on port 5060 for both TCP and UDP. I see the same behaviour with the default cfg.
However, netstat does not list anything listening on TCP port 5060 and an attempted connection is rejected consistent with there being no open socket.
Any suggestions on where I need to be looking to fix this?
sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
End of sr-users Digest, Vol 95, Issue 47