1. Additional Information for Specifying the Server Address
1.1 Basic format
Format: <scheme>://<user>:<password>@<host>:<port>/<url-path>/<file name>
* The server name (<host>) may be the IP address or the domain.
* Maximum length: 384 characters
1.2 Macros used with file names
Macro Format {XXXX} Macro Expansion
{MAC}
If the URL contains {MAC}, it will be replaced with the
device’s MAC address in uppercase letters.
Example: {MAC} → 0080F0C571EB
{mac}
If the URL contains {mac}, it will be replaced with the
device’s MAC address in lowercase letters.
Example: {mac} → 0080f0c571eb
{MODEL}
If the URL contains {MODEL}, it will be replaced with
the device’s model name.
Example: {MODEL} → KX-HDV100
{fwver}
If the URL contains {fwver}, it will be replaced with the
device’s firmware version.
Example: {fwver} → 01.000
Note
• Macros distinguish between uppercase and lowercase letters.
• Macros not specified above will be treated as strings of characters.
1.3 Target WEB Settings/Configuration Parameters
WEB Setting Configuration Parameter
DHCP Host Name DHCP_HOST_NAME
Standard File URL CFG_STANDARD_FILE_PATH
Product File URL CFG_PRODUCT_FILE_PATH
Master File URL CFG_MASTER_FILE_PATH
- CFG_ROOT_CERTIFICATE_PATH
- CFG_CLIENT_CERT_PATH
- CFG_PKEY_PATH
Firmware File URL FIRM_FILE_PATH
HTTP User Agent HTTP_USER_AGENT
-
LDAP_ROOT_CERT_PATH
-
LDAP_CLIENT_CERT_PATH
-
LDAP_PKEY_PATH
-
LANGUAGE_PATHx
-
WEB_LANGUAGE_PATHx
User Agent
SIP_USER_AGENT
-
SIP_TLS_ROOT_CERT_PATH
-
SIP_TLS_CLIENT_CERT_PATH
-
SIP_TLS_PKEY_PATH
-
POWER_ON_DISPLAY_LOGO_PATH
2. Additional Information for Specifying the LDAP Server
Add "ldap://"or "ldaps://" before the LDAP server address.
(Example) LDAP_SERVER="ldap://141.170.10.178"