Downloadable directory parameter

Last Updated : Apr 17, 2026 |
Prolog information
Use the 46xxsettings.txt file to set the following parameter:
Parameter name
Default value
Description
DOWNLOADABLE_DIRECTORY
Specifies the name of the .xml directory file that contains the contacts. During reboot or periodic updates, the phone downloads the directory file from the file server to the flash memory.
Valid value:
A URL between 0 to 255 ASCII characters. The string can be one of the following:
  • An absolute URL. For example, http://username@password:provisioning.example.com:8088/path/directory.xml
  • An absolute path that ignores HTTPDIR or TLSDIR. For example,/path/directory.xml
  • A relative path that is appended to HTTPDIR or TLSDIR. For example,path/directory.xml
  • Macros. The actual values replace the macros. For example,
    • "$SERIALNO"The phone serial number. The value must be uppercase.
    • "$MACADDR"The phone MAC address. The value must be lowercase without intervening colons.
    • "$MODEL4"The four-character phone model number. The alphabets in the value must be uppercase.