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
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
