Re: [asterisk-users] tcpenable

2016-10-19 Thread Steve Edwards
Jerry Geis wrote: I am playing with tcpenable... on 13.11.2 but when I "telnet localhost 5070" I get no connect. On Wed, 19 Oct 2016, Joshua Colp wrote: You are explicitly binding to 192.168.1.8 port 5070. Trying to connect to localhost won't work. You will either have to bind to 0.0.0.0

Re: [asterisk-users] tcpenable

2016-10-19 Thread Joshua Colp
Jerry Geis wrote: I am playing with tcpenable... on 13.11.2 so in sip.conf I have tcpenable=yes tcpbindaddr=192.168.1.8:5070 but when I "telnet localhost 5070" I get no connect. You are explicitly binding to 192.168.1.8 port 5070. Trying to connect to localhost

Re: [asterisk-users] tcpenable

2016-10-19 Thread Jerry Geis
Hi Steve, > > netstat --all --numeric --program | grep asterisk tcp0 0 192.168.1.8:50700.0.0.0:* LISTEN 32379/asterisk tcp0 0 0.0.0.0:50380.0.0.0:* LISTEN 32379/asterisk udp0 0 0.0.0.0:2727

Re: [asterisk-users] tcpenable

2016-10-19 Thread Steve Edwards
On Wed, 19 Oct 2016, Jerry Geis wrote: I am playing with tcpenable... on 13.11.2 This may yield clues: sudo netstat --all --numeric --program | grep asterisk -- Thanks in advance, - Steve Edwards

[asterisk-users] tcpenable

2016-10-19 Thread Jerry Geis
I am playing with tcpenable... on 13.11.2 so in sip.conf I have tcpenable=yes tcpbindaddr=192.168.1.8:5070 but when I "telnet localhost 5070" I get no connect. iptables -L -n -v | grep 5070 0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0state NEW tcp dpt:5070