- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
09-30-2015 04:16 AM - edited 03-12-2019 10:19 AM
Prior to CUCM 9.0
In CUCM codec selection is based on regions. CUCM will check the regions for originating and destination endpoints and, accordingly, allocate the configure inter-region/intra-region codec.
CUCM will apply the codec based on Max Audio Bit Rate. It won't select specific codec (e.g. G.711 or G.729). For example, if the max audio bit rate configured is 64 kbps (G.722, G.711) & advertise G.722 Codec enterprise parameter is enabled, CUCM will advertise G.722 for this call. If the enterprise service parameter is disabled, CUCM will advertise G.711. CUCM will never advertise G729 for this call, although it has bit rate of 8kbps which is lower than configured max audio bit rate, even if it requested by the other party (in this case xcoder will be deployed or call will fail).
In Summary CUCM codec selection is based on Best Quality which fits within the configure Max Audio Bit Rate.
Note: Within G711 you can choose between alaw or ulaw by changing the service parameters G.711 A-Law Codec Enabled & G.711 Mu-Law Enabled. You can also change this on SIP trunk if MTP is selected by changing the parameter MTP Preferred Originating Codec.
CUCM 9.0+
New parameter has been introduced which is Audio Codec Preference Lists. The Maximum Audio Bit rate is still applied for calls within a region and between regions, but rather that using the highest audio quality codec; the codec selection is now made based on the codec order in the Audio Codec Preference List and the codecs that the endpoints support.
To configure this feature:
- Create new Audio Codec Preference List by navigating to Cisco Unified CM Administration > System > Region Information > Audio Codec Preference List.
Note: Codecs cannot be removed from the Audio Codec Preference List. You can change the order only
- Assign the list to your inter-region/intra-region configuration
During call setup, CUCM will check the list of supported codecs by endpoint and audio codec preference list. Accordingly, CUCM will advertise the overlapping codecs in its call setup which fulfill max audio bit rate requirement.
Example#1
Example#2
Note: When configuring ICT trunk between CUCM clusters, it is very important that both clusters should have mirrored Audio Codec Preference Lists and Inter-Region/Intra-Region configuration.
In deployments where calls can pass through more than one CUCM cluster, for example SME deployments; the inter-region Audio Codec Preference List of the intermediary CUCM cluster can over-ride the preferred codec selection between the calling and called device. To ensure that the endpoints’ codec preferences are honored as calls pass through SME, enable the SIP Profile feature “Accept Audio Codec Preferences in Received Offer” on all SME SIP Trunks
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
how does this actually tie in with say version 10.x deployments? If you have a codec preference list with on top all G711 codecs and then second G722, and use 64kbps between regions, would G711 should G711 be selected?
cheers
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks
Good article, please see this chapter also.
https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/srnd/collab10/collab10/media.html#15764
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Old Behavior:
1.- Audio Codec Region Preference list was hardcoded (it was on SRND or other documents)
2.- Harcoded List is filter by endpoints codec support. A single top codec on hardcoded codec list was selected based on maximum configured bitrate.
New Behavior:
1.- Audio Codec Region Preference list is configurable.
2.- Audio Codec Region Preference list is filter by endpoints codec support. Multiples codecs are selected. They are ordered based on Audio Codec Region Preference list. They are filtered by maximum configured bitrate.
Selection process is:
1. Order codec based on "Audio Codec Region Preference list". (Intra or inter region)
2. Filter out unsupported codecs
3. Remove any codec above max bit rate
4. Use remain ORDERED codecs list on codec negotiation.
Alex
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thank you very much aalejo :)
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
You welcome!