added snom update policy variable
This commit is contained in:
parent
5bd8c562b0
commit
ff4d4d353d
|
|
@ -7,7 +7,7 @@
|
|||
<enable_keyboard_lock perm="">off</enable_keyboard_lock>
|
||||
<transfer_on_hangup perm="">on</transfer_on_hangup>
|
||||
<transfer_on_hangup_with_starcode perm="">on</transfer_on_hangup_with_starcode>
|
||||
<update_policy perm="">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}&filename_firmware-{$mac}.xml</firmware_status>
|
||||
<setting_server perm="RW">http://{$domain_name}{$project_path}/app/provision/{literal}{mac}{/literal}.xml</setting_server>
|
||||
<date_us_format>off</date_us_format>
|
||||
|
|
|
|||
Loading…
Reference in New Issue