Fixed RTP ports used by FreeSWITCH (16384-16484).
This commit is contained in:
parent
94af85f036
commit
ce14fe09b9
1 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue