TIPS IncrediblePBX 2027-D extension keeps ringing? Attack??

kmcdaniel

Member
Joined
Jan 23, 2008
Messages
483
Reaction score
23
We have an issue where one of our yealink t54w phones keep ringing and displaying sequential numbers on the phone starting with 2001, then 2002, 2003, 2004, etc. You pick it up and then hang up it starts right back at ringing and ringing. No activity is in the pbx cdr. Allow anonymous SIP calls is set to NO. Any ideas?
 
We have an issue where one of our yealink t54w phones keep ringing and displaying sequential numbers on the phone starting with 2001, then 2002, 2003, 2004, etc. You pick it up and then hang up it starts right back at ringing and ringing. No activity is in the pbx cdr. Allow anonymous SIP calls is set to NO. Any ideas?
Firewall. You are getting ghost calls.
 
It's probably the phone, not the PBX, have the phone only listen to the PBX or stop listening on UDP/5060.
 
Used to see this with VoIP.ms when you would enable an intercom extension.
 
But nothing is open, is there something specific in the firewall I should be looking for?
That is not true. Your phones create NAT holes to accept traffic from the other side. Your network is being scanned.
 
We have an issue where one of our yealink t54w phones keep ringing and displaying sequential numbers on the phone starting with 2001, then 2002, 2003, 2004, etc. You pick it up and then hang up it starts right back at ringing and ringing. No activity is in the pbx cdr. Allow anonymous SIP calls is set to NO. Any ideas?
we had the same issue. Changed my sip port from 5060 and it went away. It drove us crazy. Only happened to one extension (Grandstream) and rang constantly. Asked about it on here at the time and went with the change.
 
misab
we had the same issue. Changed my sip port from 5060 and it went away. It drove us crazy. Only happened to one extension (Grandstream) and rang constantly. Asked about it on here at the time and went with the change.
just in case anyone thinks all transports are equally compromised , you are statistically on the wrong side of prophylaxis, just never listen to UDP/5060
 
In the IPBX Just in case iptables isn't 'UP'
from the Linux CLI, To check for "Chain INPUT (policy DROP)" to test that /etc/iptables/rules-v4 is loaded
Code:
iptables -nL | grep Chain INPUT (policy DROP)
To check for "5060:5069" to test that /usr/local/sbin/iptables/iptables-custom is loaded (i.e. the whitelist)
Code:
iptables -nL | grep 5060:5069
That should look like:
Code:
root@incrediblepbx:~# iptables -nL | grep 5060:5069
ACCEPT     udp  --  204.216.109.55       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.85.225.96/27      0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.101.177.224/27     0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.99.65.224/27       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  44.199.94.192/27     0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.144.141.64/27      0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.215.45.65         0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.209.126.210       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.212.222.157       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.85.225.96/27      0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.101.177.224/27     0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.99.65.224/27       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  44.199.94.192/27     0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.144.141.64/27      0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.215.45.65         0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.209.126.210       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.212.222.157       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  35.85.225.96/27      0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.101.177.224/27     0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  3.99.65.224/27       0.0.0.0/0            udp dpts:5060:5069
ACCEPT     udp  --  44.199.94.192/27     0.0.0.0/0            udp dpts:5060:5069
# As well as loads more ... ... ...
 
Last edited:

Members online

No members online now.

Forum statistics

Threads
26,687
Messages
174,410
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top