Specification of Multiple Parameter Extensions
•
One parameter can be assigned multiple extensions.
Example: XXX
?R?!=
"" / XXX
?!?r=
""
Parameter Extension Configuration Example
1.
In the configuration file, set IP Addressing Mode to IPv4 and Read-Only
Example parameter: IP_ADDR_MODE
?R
="0" ("0": IPv4)
2.
If an error occurs when attempting to set the IP Mode to IPv6, see
To configure IP Mode (IPv4, IPv6,
IPv4&IPv6)
in
Configuring the Network Settings of the Unit
.
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"
Document Version 2015-07
Administrator Guide
53
2.5.1 Examples of Codec Settings