8.3 Example with Incorrect DescriptionsThe 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 designatedcharacter 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 #############################################################ACFG_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 serverSIP_PRXY_ADDR_1="proxy.example.com" # IP Address or FQDN of proxy serverB# Enables DNS SRV lookupSIP_DNSSRV_ENA_1="Y"# ID, password for SIP authenticationSIP_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"C262 Administrator Guide Document Version 2013-028.3 Example with Incorrect Descriptions