Add grandstream_random_port

This commit is contained in:
FusionPBX
2025-03-22 16:29:36 -06:00
committed by GitHub
parent 5b77e3d62b
commit 62877b7aab

View File

@@ -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 -->