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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

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