Panasonic KX-TGP500 Manual De Usuario

Descargar
Página de 252
8.3  Example with Incorrect Descriptions
The following listing shows an example of a configuration file that contains incorrect formatting:
An improper description is entered in the first line. A configuration file must start with the designated
character sequence "# PCC Standard Format File #".
Comment lines start in the middle of the lines.
Space characters are inserted in the middle of the setting line.
Comment lines begin with characters other than "#".
A specified value is not in the range allowed for that setting.
Incorrect Example
# This is a simplified sample configuration file.
############################################################
# Configuration Setting #
############################################################
A
CFG_STANDARD_FILE_PATH="http://config.example.com/0123456789AB.cfg"
                                         # URL of this configuration file
############################################################
# SIP Settings #
# Suffix "_1" indicates this parameter is for "line 1". #
############################################################
SIP_RGSTR_ADDR_1="registrar.example.com" # IP Address or FQDN of SIP registrar server
SIP_PRXY_ADDR_1="proxy.example.com"      # IP Address or FQDN of proxy server
B
# Enables DNS SRV lookup
SIP_DNSSRV_ENA_1="Y" 
# ID, password for SIP authentication
SIP_AUTHID_1 = "SIP_User"
SIP_PASS_1 = "SIP_Password"
# Some Timer Settings #
# Expiration time of SIP registration; "1 hour"
REG_EXPIRE_TIME_1="3600"
# Disables SIP Session Timer (RFC 4028)
SIP_SESSION_TIME_1="0"
C
Document Version    2010.03.15
Administrator Guide
233
8.3 Example with Incorrect Descriptions