Hello,
I’m kind of lost here and going a little mad. I just downloaded the recent version of Rapbx (for the RPi3) and upgraded the modules via the following command:
fwconsole ma downloadinstall framework --tag 15.0.16.38
fwconsole ma upgrade framework
I am now having a tough time with trying to have any one of my sip phones connect to ports 5060/5160. After trying a little I decided to test with telnet and am getting connection refused:
telnet: connect to address 192.168.1.75: Connection refused
telnet: Unable to connect to remote host
Meanwhile netstat reveals:
udp 0 0 0.0.0.0:5060 0.0.0.0:* 1159/asterisk
udp 0 0 0.0.0.0:5160 0.0.0.0:* 1159/asterisk
fail2ban is stopped:
service fail2ban stop
[email protected]:~# iptables -L -v
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Weirdly I am able to connect to the UI and SSH with no problems, what in gods name am I missing here?
Please any suggestions would be greatly appreciated.