Update {$mac}.xml
This commit is contained in:
parent
3b4887b463
commit
3fd603e2ef
|
|
@ -1745,13 +1745,20 @@
|
||||||
<!-- Enable Phonebook XML Download. # 0 - No, 1 - YES, HTTP, 2 - YES, TFTP, 3 - Yes, HTTPS. Default is 0 -->
|
<!-- Enable Phonebook XML Download. # 0 - No, 1 - YES, HTTP, 2 - YES, TFTP, 3 - Yes, HTTPS. Default is 0 -->
|
||||||
<!-- Number: 0, 1, 2, 3 -->
|
<!-- Number: 0, 1, 2, 3 -->
|
||||||
<!-- Mandatory -->
|
<!-- Mandatory -->
|
||||||
<P330>0</P330>
|
<P330>2</P330>
|
||||||
|
|
||||||
<!-- Phonebook XML Server Path -->
|
<!-- Phonebook XML Server Path -->
|
||||||
<!-- This is a string of up to 256 characters that should contain a path to the XML file. It MUST be in the host/path format. -->
|
<!-- This is a string of up to 256 characters that should contain a path to the XML file. It MUST be in the host/path format. -->
|
||||||
<!-- For example: directory.grandstream.com/engineering -->
|
<!-- For example: directory.grandstream.com/engineering -->
|
||||||
<!-- String -->
|
<!-- String -->
|
||||||
|
|
||||||
|
{if isset($contact_grandstream)}
|
||||||
|
<P331>{$grandstream_phonebook_xml_server_path}{$mac}/</P331>
|
||||||
|
{elseif isset($grandstream_phonebook_xml_server_path)}
|
||||||
|
<P331>{$grandstream_phonebook_xml_server_path}</P331>
|
||||||
|
{else}
|
||||||
<P331></P331>
|
<P331></P331>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<!-- Phonebook Download Interval (in minutes) -->
|
<!-- Phonebook Download Interval (in minutes) -->
|
||||||
<!-- Valid value range is 5-720. Default is 0 for disabled -->
|
<!-- Valid value range is 5-720. Default is 0 for disabled -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue