centos 5.8 server
asterisk-10.5.1
I’m puzzled by entries in my asterisk log that show someone from outside is trying to make calls through my asterisk machine. Here is a sample entry:
Jul 9 06:38:12 server asterisk[12954]: NOTICE[12983]: chan_sip.c:22081 in handle_request_invite: Call from ‘’ (174.37.166.164:5070) to extension ‘00441904891651’ rejected because extension not found in context ‘default’.
Jul 9 06:38:12 server asterisk[12954]: NOTICE[12983]: chan_sip.c:22081 in handle_request_invite: Call from ‘’ (174.37.166.164:5070) to extension ‘00441904891651’ rejected because extension not found in context ‘default’.
I don’t have any sip ports forwarded at the router. I’ve also got fail2ban set up to sniff the log and reject ip’s that match certain patterns (and it does work). I’ve also got iptables rules that (should) only allow voice traffic between me and my sip provider. And yet these entries in the log keep appearing. Is there a solution to this?