8.1 Simplified Example of the Configuration FileThe following listing shows an example of a simple configuration file.For the programming instructions and allowable characters, see 4.2 General Information on theConfiguration Files.Simplified Example# PCC Standard Format File # DO NOT CHANGE THIS LINE!# This is a simplified sample configuration file.############################################################# Configuration Setting ############################################################## URL of this configuration fileCFG_STANDARD_FILE_PATH="http://config.example.com/0123456789AB.cfg"############################################################# SIP Settings ## Suffix "_1" indicates this parameter is for "line 1". ############################################################## IP Address or FQDN of SIP registrar server, proxy serverSIP_RGSTR_ADDR_1="registrar.example.com"SIP_PRXY_ADDR_1="proxy.example.com"# IP Address or FQDN of SIP presence serverSIP_PRSNC_ADDR_1="presenceserver.example.com"# 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"# SIP phone numberPHONE_NUMBER_1="1234567890"# Caller ID passed to opposite partyDISPLAY_NAME_1="1234567890"############################################################# VoIP Setting ############################################################## DTMF will be sent through SDP, according to RFC 2833252 Administrator Guide Document Version 2013-028.1 Simplified Example of the Configuration File