9 Troubleshooting
VoIPBox DSL / VoIPBox BRI – version 21.0.009
Page 203
Reasons
|
VoIP
: The firewall configuration in the
ip.cfg
blocks VoIP
traffic.
|
VoIP
: The global VoIP settings cause problems.
|
VoIP
: Authentication failed.
|
ISDN
: The ISDN port is not active.
Symptoms
|
The incoming call does not arrive on the gateway.
Solution
VoIP
: If a VoIP call does not arrive on the gateway, check your
firewall settings in the
ip.cfg
file. Consider the following:
|
Blocking all udp ports in your firewall causes SIP traffic to
be blocked as well. If you block all udp ports, make sure
to explicitly enable the SIP port, otherwise no SIP calls
will be connected. Make sure as well to keep the right
order: first enable the SIP port, then block all udp ports.
|
The same applies to RTP ports: if all udp ports are
blocked, the RTP ports need to be enabled first.
|
If the VoIP profile’s SIP proxy in the
route.cfg
has been
configured using the domain name, make sure that the
DNS port has been explicitly enabled in the firewall
settings if all udp ports are blocked. First enable the DNS
port, then block all udp ports.
|
Check that the ports have the correct numbers.
|
Keep your firewall entries in the correct order if you are
using the quick command: place the more specific
entries above the more general ones because the search
is done from top to bottom and stops at the first match.
Example 9.2
udp 5060 (SIP) for IP 195.4.12.0/24 range enabled, all other udp ports blocked
iptables -A INPUT -s 195.4.12.0/24 -p udp --dport 5060 -i ppp0 -j ACCEPT
Содержание VoIP Box BRI Series
Страница 1: ...VoIPBox DSL VoIPBox BRI Reference Manual Software version 21 0...
Страница 15: ...1 Safety and security precautions...
Страница 23: ...2 Overview...
Страница 28: ...3 VoIPBoxinstallation...
Страница 52: ...4 Configuration files...
Страница 88: ...5 Additional VoIP parameters...
Страница 114: ...6 Signaling and routing features...
Страница 141: ...7 System maintenance and software update...
Страница 181: ...8 Online traffic monitor...
Страница 193: ...9 Troubleshooting...
Страница 212: ...Appendix A Default config files...