Howdy--
One of my remote campuses has an up-banwidth limitation. In response, I've added QoS and a CCM region for them and they are using the G.729 codec between locations.
If I call them DN-to-DN, and they put me on hold, I get the normal Music On Hold that I would expect.
If I call from the outside PSTN, passing through their 1760V router using "plar opx" to a receptionist DN, and they put me on hold, I get a "beep beep beep" type of message over and over again. Not a fast busy. It's a 3-tone message that that has a higher-frequency each successive ring.
On the offending systems router, I have my voice class codec setup as
voice class codec 99
codec preference 1 g711ulaw
codec preference 2 g729br8
codec preference 3 g729r8
I've tried every combination of above and cannot solve it.
I've put them all individually, changed order, changed preference order, etc.
The solution I have is to change back to using the G.711 codec in the regions, but that causes bandwidth issues with successive calls
QoS is setup as below:
class-map match-any RTP
match ip dscp ef
match ip precedence 5
class-map match-any Control
match ip dscp af31
match ip dscp cs3
match ip precedence 3
policy-map LC-Voice
class RTP
priority percent 33
class Control
bandwidth percent 5
class class-default
fair-queue
(config)int eth0/0
(config-if)service-policy output LC-Voice
Any thoughts?
--DW
One of my remote campuses has an up-banwidth limitation. In response, I've added QoS and a CCM region for them and they are using the G.729 codec between locations.
If I call them DN-to-DN, and they put me on hold, I get the normal Music On Hold that I would expect.
If I call from the outside PSTN, passing through their 1760V router using "plar opx" to a receptionist DN, and they put me on hold, I get a "beep beep beep" type of message over and over again. Not a fast busy. It's a 3-tone message that that has a higher-frequency each successive ring.
On the offending systems router, I have my voice class codec setup as
voice class codec 99
codec preference 1 g711ulaw
codec preference 2 g729br8
codec preference 3 g729r8
I've tried every combination of above and cannot solve it.
I've put them all individually, changed order, changed preference order, etc.
The solution I have is to change back to using the G.711 codec in the regions, but that causes bandwidth issues with successive calls
QoS is setup as below:
class-map match-any RTP
match ip dscp ef
match ip precedence 5
class-map match-any Control
match ip dscp af31
match ip dscp cs3
match ip precedence 3
policy-map LC-Voice
class RTP
priority percent 33
class Control
bandwidth percent 5
class class-default
fair-queue
(config)int eth0/0
(config-if)service-policy output LC-Voice
Any thoughts?
--DW