[asterisk-users] "remote" SIP, no audio, or one way audio.

Joe Acquisto joea at j4computers.com
Wed Apr 4 13:40:05 MST 2007


"Joe Acquisto" <joea at j4computers.com> Wrote: 4/4/2007 4:24 PM:
> 
>> Easiest method in a nutshell...
>> 
>> iptables -A INPUT -s YOUR_HOST -i ETHERNET_CARD -d PBX_SERVER -p TCP -j 
>> ACCEPT
>> iptables -A INPUT -s YOUR_HOST -i ETHERNET_CARD -d PBX_SERVER -p UDP -j 
>> ACCEPT
>> iptables -A INPUT -s PBX_SERVER -i ETHERNET_CARD -d YOUR_HOST -p TCP -j 
>> REJECT
>> iptables -A INPUT -s PBX_SERVER -i ETHERNET_CARD -d YOUR_HOST -p UDP -j 
>> REJECT
>> 
>> 
> 
> Sorry, this is intended to do what for me?   I cannot find "-j" in the 
> iptables man page.
> 
> joe a.
> 

I found the "-j" but am still unclear what this does for the dropped audio issue?

joe a.



More information about the asterisk-users mailing list