Add grandstream_random_port
This commit is contained in:
parent
5b77e3d62b
commit
62877b7aab
|
|
@ -3556,7 +3556,11 @@
|
|||
<!-- # Use Random Port. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
<P78>0</P78>
|
||||
{if isset($grandstream_random_port) && !empty($grandstream_random_port)}
|
||||
<P78>{$grandstream_random_port}</P78>
|
||||
{else}
|
||||
<P78>0</P78>
|
||||
{/if}
|
||||
|
||||
<!-- # Keep-Alive Interval (in seconds). Default is 20 -->
|
||||
<!-- # Number: 10 - 160 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue