Displaying 1 result from an estimated 1 matches for "3a64ab9f".
2016 Oct 19
4
tcpenable
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/0 state NEW tcp dpt:5070
firewall is good.
Is my syntax not correct above to run on port 5070 for SIP over TCP?