Am 23.06.2020 09:19, schrieb Administrator:

Hi Daniel

Audio has nothing to do with SIP signaling 5060 port. Look at your rtp.conf

You're right...
I have to restrict to the ports I configured in rtp.conf...
So like:

iptables -A FORWARD -p tcp -m multiport --ports -ports 10000:15100 --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 128

?

Or I just have to use:

iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 128

instead of:

iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu

?

Thanks
Luca Bertoncello
(lucab...@lucabert.de)

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
     https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to