mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Rename public_mode to grandstream_public_mode.
This commit is contained in:
@@ -2945,25 +2945,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -3023,25 +3023,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -3836,25 +3836,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -5056,23 +5056,22 @@
|
||||
<!-- # String -->
|
||||
<P76></P76>
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -6098,25 +6098,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -6973,25 +6973,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -6275,10 +6275,6 @@
|
||||
<!-- # String: a-z, A-Z, 0-9, ".", ":" -->
|
||||
<P101></P101>
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
<P76></P76>
|
||||
|
||||
<!-- # Delay Registration. Default is 0. -->
|
||||
<!-- # Number: 0 - 90 -->
|
||||
<!-- # Mandatory -->
|
||||
@@ -6288,19 +6284,19 @@
|
||||
<!-- # Number: 0, 1. 0 - No, 1 - Yes. -->
|
||||
<P8468>0</P8468>
|
||||
|
||||
<!-- # Enable Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3569,12 +3569,21 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
<P76></P76>
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
<P1345>0</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
<!-- ############################################################################## -->
|
||||
<!-- ## Settings/Call Features -->
|
||||
<!-- ############################################################################## -->
|
||||
|
||||
@@ -6940,25 +6940,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -6943,25 +6943,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -6942,23 +6942,22 @@
|
||||
<!-- # String -->
|
||||
<P76></P76>
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -6942,23 +6942,22 @@
|
||||
<!-- # String -->
|
||||
<P76></P76>
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
@@ -6944,28 +6944,20 @@
|
||||
|
||||
<!-- # STUN server -->
|
||||
<!-- # String -->
|
||||
{if isset($grandstream_stun_server) }<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
{if isset($grandstream_stun_server) }
|
||||
<P76>{$grandstream_stun_server}</P76>
|
||||
{else}
|
||||
<P76></P76>
|
||||
{/if}
|
||||
|
||||
<!-- # Public Mode. 0 - No, 1 - Yes. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
<!-- # Mandatory -->
|
||||
{if isset($public_mode) }
|
||||
{if $public_mode|strtolower == 'true'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode|strtolower == 'yes'}
|
||||
<P1345>1</P1345>
|
||||
{elseif $public_mode == '1'}
|
||||
<P1345>1</P1345>
|
||||
{if isset($grandstream_public_mode) }
|
||||
<P1345>{$grandstream_public_mode}</P1345>
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
{else}
|
||||
<P1345>0</P1345>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- # Enable Fix For RTP Timestamp Jump. Default is 0 -->
|
||||
<!-- # Number: 0, 1 -->
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user