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

J. Oquendo sil at infiltrated.net
Wed Apr 4 10:23:05 MST 2007


Joe Acquisto wrote:
> Attempts to do SIP thru firewall (IPCop) are unsuccessful. using 
> x-lite softphones, for eval/testing. They do get registered, and can 
> call each other, but mostly get no audio, sometimes one way audio.
>
> Suggestions/fixes?
>
> joe a.
>

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


-- 
====================================================
J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net

The happiness of society is the end of government.
John Adams
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5157 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070404/7c628619/smime.bin


More information about the asterisk-users mailing list