July 2017
Intermediate to advanced
434 pages
12h 59m
English
Seems trivial, but the number one source of problems is a misconfigured firewall. Misconfigured for the purpose of allowing FreeSWITCH network traffic to flow, that's it. But maybe the person in charge of maintaining the firewall rules is unaware of what kind of traffic (addresses, protocols, ports) FreeSWITCH will generate and need.
When investigating a problem, a one way communication, calls dropped after 30 seconds or a minute, all those kind of failures, first be sure the traffic is not blocked.
Open all ports and all protocols on your FreeSWITCH server machine (eg, disable the server firewall completely). Edit the file /usr/local/bin/disable_iptable.sh to be:
#!/bin/sh echo "Flushing iptables rules..." ...
Read now
Unlock full access