Setting the G.729A Codec Only
## Codec Settings
# Disable G722
CODEC_ENABLE0_1="N"
# Disable PCMA
CODEC_ENABLE1_1="N"
# Enable G729A
CODEC_ENABLE3_1="Y"
CODEC_PRIORITY3_1="1"
# Disable PCMU
CODEC_ENABLE4_1="N"
2.5.2 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 "
# Panasonic SIP Phone Standard Format File #
".
Comment lines start in the middle of the lines.
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
54
Administrator Guide
Document Version 2015-07
2.5.2 Example with Incorrect Descriptions