About 20 days ago our service provider had an issue with power and our server went down. When it came back up, everything came back up as expected, or so I thought.
Since then, when we make outbound calls, we get no ringback on the phone letting the dialer know the call is actually working. If the remote party answers, you get no audio. Also, the calls are often choppy when you can hear someone, to the point that the call is pointless. One of the oddest things that has been reported is crosstalk! I've checked the firewall ports and things look fine there. I've ran through the configs, comparing them to one of our other servers and things look to be in order. I'm stumped.
Can anyone please shed some light on what may be happening or where I could look? I'm dropping my iptables input chain in case it is helpful. I'm wondering if maybe the firewall is the issue here.
Chain INPUT (policy DROP 39 packets, 4973 bytes)
pkts bytes target prot opt in out source destination
1728K 2652M sip-auth-fail all -- * * 0.0.0.0/0 0.0.0.0/0
1728K 2652M sip-auth-ip all -- * * 0.0.0.0/0 0.0.0.0/0
1728K 2652M f2b-sshd all -- * * 0.0.0.0/0 0.0.0.0/0
42883 6637K f2b-sshd tcp -- * * 0.0.0.0/0 0.0.0.0/0 multiport dports 22
847K 2270M ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
675K 367M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
11 4807 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "friendly-scanner" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "friendly-scanner" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "sipcli/" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "sipcli/" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "VaxSIPUserAgent/" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "VaxSIPUserAgent/" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "pplsip" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "pplsip" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "system " ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "system " ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "exec." ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "exec." ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "multipart/mixed;boundary" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "multipart/mixed;boundary" ALGO name bm TO 65535 ICASE
4489 661K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
4932 264K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
12734 768K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
85 4796 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:7443
9002 540K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091
23 6520 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091
94982 5861K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:16384:32768
6455 512K ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
7 298 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1194
Chain IN_public_allow (1 references)
pkts bytes target prot opt in out source destination
183K 14M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 ctstate NEW,UNTRACKED
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 ctstate NEW,UNTRACKED
645K 41M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 ctstate NEW,UNTRACKED
273K 136M ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5060 ctstate NEW,UNTRACKED
85450 4967K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5060 ctstate NEW,UNTRACKED
514 132K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5061 ctstate NEW,UNTRACKED
5742 284K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5061 ctstate NEW,UNTRACKED
454K 272M ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5080 ctstate NEW,UNTRACKED
13321 696K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5080 ctstate NEW,UNTRACKED
21 9531 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5081 ctstate NEW,UNTRACKED
890 51260 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5081 ctstate NEW,UNTRACKED
4053K 732M ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:16384:32768 ctstate NEW,UNTRACKED
1928K 116M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22222 ctstate NEW,UNTRACKED
11433 594K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2222 ctstate NEW,UNTRACKED
1733 92920 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:10050 ctstate NEW,UNTRACKED
288K 19M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 ctstate NEW,UNTRACKED
18984 1048K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:7443 ctstate NEW,UNTRACKED
Since then, when we make outbound calls, we get no ringback on the phone letting the dialer know the call is actually working. If the remote party answers, you get no audio. Also, the calls are often choppy when you can hear someone, to the point that the call is pointless. One of the oddest things that has been reported is crosstalk! I've checked the firewall ports and things look fine there. I've ran through the configs, comparing them to one of our other servers and things look to be in order. I'm stumped.
Can anyone please shed some light on what may be happening or where I could look? I'm dropping my iptables input chain in case it is helpful. I'm wondering if maybe the firewall is the issue here.
Chain INPUT (policy DROP 39 packets, 4973 bytes)
pkts bytes target prot opt in out source destination
1728K 2652M sip-auth-fail all -- * * 0.0.0.0/0 0.0.0.0/0
1728K 2652M sip-auth-ip all -- * * 0.0.0.0/0 0.0.0.0/0
1728K 2652M f2b-sshd all -- * * 0.0.0.0/0 0.0.0.0/0
42883 6637K f2b-sshd tcp -- * * 0.0.0.0/0 0.0.0.0/0 multiport dports 22
847K 2270M ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
675K 367M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
11 4807 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "friendly-scanner" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "friendly-scanner" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "sipcli/" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "sipcli/" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "VaxSIPUserAgent/" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "VaxSIPUserAgent/" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "pplsip" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "pplsip" ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "system " ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "system " ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "exec." ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "exec." ALGO name bm TO 65535 ICASE
0 0 DROP udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091 STRING match "multipart/mixed;boundary" ALGO name bm TO 65535 ICASE
0 0 DROP tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091 STRING match "multipart/mixed;boundary" ALGO name bm TO 65535 ICASE
4489 661K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
4932 264K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
12734 768K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
85 4796 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:7443
9002 540K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:5060:5091
23 6520 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:5060:5091
94982 5861K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:16384:32768
6455 512K ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8
7 298 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1194
Chain IN_public_allow (1 references)
pkts bytes target prot opt in out source destination
183K 14M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 ctstate NEW,UNTRACKED
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 ctstate NEW,UNTRACKED
645K 41M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 ctstate NEW,UNTRACKED
273K 136M ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5060 ctstate NEW,UNTRACKED
85450 4967K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5060 ctstate NEW,UNTRACKED
514 132K ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5061 ctstate NEW,UNTRACKED
5742 284K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5061 ctstate NEW,UNTRACKED
454K 272M ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5080 ctstate NEW,UNTRACKED
13321 696K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5080 ctstate NEW,UNTRACKED
21 9531 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:5081 ctstate NEW,UNTRACKED
890 51260 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5081 ctstate NEW,UNTRACKED
4053K 732M ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpts:16384:32768 ctstate NEW,UNTRACKED
1928K 116M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22222 ctstate NEW,UNTRACKED
11433 594K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:2222 ctstate NEW,UNTRACKED
1733 92920 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:10050 ctstate NEW,UNTRACKED
288K 19M ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 ctstate NEW,UNTRACKED
18984 1048K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:7443 ctstate NEW,UNTRACKED