2.5 Configuration File Examples
The following examples of configuration files are provided on the Panasonic Web site (
®
see
).
•
Simplified Example of the Configuration File
•
Comprehensive Example of the Configuration File
2.5.1 Examples of Codec Settings
Setting the Codec Priority to (1)G.729A, (2)PCMU, (3)G.722
## Codec Settings
# Enable G722
CODEC_ENABLE0_1="Y"
CODEC_PRIORITY0_1="3"
# Disable PCMA
CODEC_ENABLE1_1="N"
# Enable G729A
CODEC_ENABLE3_1="Y"
CODEC_PRIORITY3_1="1"
# Enable PCMU
CODEC_ENABLE4_1="Y"
CODEC_PRIORITY4_1="2"
Setting Narrow-band Codecs (PCMA and G.729A)
## Codec Settings
# Disable G722
CODEC_ENABLE0_1="N"
# Enable PCMA
CODEC_ENABLE1_1="Y"
CODEC_PRIORITY1_1="1"
# Enable G729A
CODEC_ENABLE3_1="Y"
CODEC_PRIORITY3_1="1"
# Disable PCMU
CODEC_ENABLE4_1="N"
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"
Document Version 2015-02
Administrator Guide
51
2.5.1 Examples of Codec Settings