Simplify the snom provisioning URL.
This commit is contained in:
parent
8562a99823
commit
0d5d99acb2
|
|
@ -8,8 +8,8 @@
|
||||||
<transfer_on_hangup perm="">on</transfer_on_hangup>
|
<transfer_on_hangup perm="">on</transfer_on_hangup>
|
||||||
<transfer_on_hangup_with_starcode perm="">on</transfer_on_hangup_with_starcode>
|
<transfer_on_hangup_with_starcode perm="">on</transfer_on_hangup_with_starcode>
|
||||||
<update_policy perm="">auto_update</update_policy>
|
<update_policy perm="">auto_update</update_policy>
|
||||||
<firmware_status>http://{$domain_name}{$project_path}/app/provision/?mac={$mac}&filename_firmware-{$mac}.xml</firmware_status>
|
<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/index.php?mac={$mac}</setting_server>
|
<setting_server perm="RW">http://{$domain_name}{$project_path}/app/provision/{mac}.xml</setting_server>
|
||||||
<date_us_format>off</date_us_format>
|
<date_us_format>off</date_us_format>
|
||||||
<time_24_format>on</time_24_format>
|
<time_24_format>on</time_24_format>
|
||||||
<challenge_response>off</challenge_response>
|
<challenge_response>off</challenge_response>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue