From a8b9ada4ae355d43c3b1dae89455e79d7b815208 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 24 May 2008 00:27:50 +0000 Subject: [PATCH] Add one-way-voip FAQ git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8521 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/FAQ.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/FAQ.xml b/docs/FAQ.xml index 093bda49a..8b9ace09c 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -2407,6 +2407,28 @@ eth0 eth1 # eth1 = interface to local netwo +
+ VOIP + +
+ (FAQ 77) Shorewall is eating my Asterisk egress traffic! + + Somehow, my firewall config is causing a one-way audio problem in + Asterisk. If a person calls into the PBX, they cannot hear me speaking, + but I can hear them. If I plug the Asterisk server directly into the + router, bypassing the firewall, the problem goes away. + + Answer (requires Shorewall 4.0.6 or + later): If your kernel version is 2.6.20 or + earlier:rmmod ip_nat_sip +rmmod ip_conntrack_sipThen change the DONT_LOAD specification + in your shorewall.conf to:DONT_LOAD=ip_nat_sip,ip_conntrack_sipIf + your kernel version is 2.6.21 or later:rmmod nf_nat_sip +rmmod nf_conntrack_sipThen change the DONT_LOAD specification + in your shorewall.conf to:DONT_LOAD=nf_nat_sip,nf_conntrack_sip +
+
+
Miscellaneous