[asterisk-bugs] [Asterisk 0013280]: [patch] app_queue on misdn channels plays wrong MoH
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jan 27 14:55:48 CST 2009
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13280
======================================================================
Reported By: azielke
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 13280
Category: Channels/chan_misdn
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
Asterisk Version: 1.6.1-beta4
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2008-08-11 05:06 CDT
Last Modified: 2009-01-27 14:55 CST
======================================================================
Summary: [patch] app_queue on misdn channels plays wrong MoH
Description:
When configuring a queue to play a specific MoH with musicclass=test, the
Settings seems to get ignored on misdn channels.
With SIP-Channels, the Log says:
-- Executing [414 at dispatch:3] Queue("SIP/1015-08219b68", "test") in
new stack
-- Started music on hold, class 'test', on SIP/1015-08219b68
which is expectet, but with misdn channels, it gives:
-- Executing [414 at dispatch:3] Queue("mISDN/1-u0", "test") in new
stack
-- Started music on hold, class 'default', on mISDN/1-u0
The only way to change this behavior is to set the musicclass directly in
misdn.conf, but that would override the music class outside of the queues
aswell.
======================================================================
----------------------------------------------------------------------
(0098898) rmudgett (administrator) - 2009-01-27 14:55
http://bugs.digium.com/view.php?id=13280#c98898
----------------------------------------------------------------------
I checked in a fix on Jan-09-2009 that contains the patch above with one
minor difference in the size of the mohinterpret[] array into the following
locations:
v1.4 -r168191
trunk -r168192
v1.6.0 -r168237
v1.6.1 -r168266
Noted as a fix for JIRA AST-175/ABE-1757 with miscellaneous doxygen
comments added also.
Issue History
Date Modified Username Field Change
======================================================================
2009-01-27 14:55 rmudgett Note Added: 0098898
======================================================================
More information about the asterisk-bugs
mailing list