Fixed RTP ports used by FreeSWITCH (16384-16484).

This commit is contained in:
Ciaby 2015-02-20 14:28:32 -06:00
parent 94af85f036
commit ce14fe09b9

View file

@ -139,8 +139,8 @@
<!-- NEEDS DOCUMENTATION -->
<!-- RTP port range -->
<!-- <param name="rtp-start-port" value="16384"/> -->
<!-- <param name="rtp-end-port" value="32768"/> -->
<param name="rtp-start-port" value="16384"/>
<param name="rtp-end-port" value="16484"/>
<param name="rtp-enable-zrtp" value="false"/>