5.3.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"
# Do not set PCMU
CODEC_G711_REQ="0"
5.3.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 #
".
138
Administrator Guide
Document Version 2012-07
Section 5 Configuration File Programming
Summary of Contents for KX-UT670
Page 14: ...14 Administrator Guide Document Version 2012 07 Table of Contents ...
Page 226: ...226 Administrator Guide Document Version 2012 07 Section 8 Backup and Restore ...
Page 230: ...230 Administrator Guide Document Version 2012 07 Section 9 Resetting the Unit ...
Page 236: ...236 Administrator Guide Document Version 2012 07 Section 10 Troubleshooting ...
Page 239: ...Section 12 Appendix Document Version 2012 07 Administrator Guide 239 ...
Page 242: ...242 Administrator Guide Document Version 2012 07 Section 12 Appendix ...
Page 243: ...Index Document Version 2012 07 Administrator Guide 243 ...
Page 249: ...Document Version 2012 07 Administrator Guide 249 Notes ...