Merge pull request #5870 from chansizzle/patch-430

Added snom update policy variable
This commit is contained in:
FusionPBX
2021-04-08 13:54:58 -06:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
<keyboard_lock perm="">off</keyboard_lock>
<enable_keyboard_lock perm="">off</enable_keyboard_lock>
<transfer_on_hangup perm="">on</transfer_on_hangup>
<update_policy>auto_update</update_policy>
<update_policy perm="">{if isset($snom_update_policy)}{$snom_update_policy}{else}auto_update{/if}</update_policy>
<firmware_status>http://{$domain_name}{$project_path}/app/provision/?mac={$mac}&amp;filename_firmware-{$mac}.xml</firmware_status>
<date_us_format>off</date_us_format>
<time_24_format>on</time_24_format>