[asterisk-bugs] [Asterisk 0018637]: [patch] No MOH on Call Park and Exceptionally long voice queue length ...

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Feb 3 14:49:50 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18637 
====================================================================== 
Reported By:                jvandal
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   18637
Category:                   Resources/res_features
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Asterisk Version:           1.4.39 
JIRA:                       SWP-2920 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 302166 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-01-18 08:58 CST
Last Modified:              2011-02-03 14:49 CST
====================================================================== 
Summary:                    [patch] No MOH on Call Park and Exceptionally long
voice queue length ...
Description: 
I have 2 extensions :

- SIP 250
- IAX2 251

When both 250 / 251 are on a call and that an 250 (SIP) press
https://issues.asterisk.org/view.php?id=72 (one
touch park) then no MOH is played on 251 and have this warning message
displayed every seconds :

[2011-01-18 09:28:21] WARNING[18208]: channel.c:985 __ast_queue_frame:
Exceptionally long voice queue length queuing to IAX2/251-6506

On same setup, if 251 do the parking
(https://issues.asterisk.org/view.php?id=72) then MOH is played correctly on
250.

Any ideas where to look in order to debug ?


======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0018028 Exceptionally long queue length queuing...
====================================================================== 

---------------------------------------------------------------------- 
 (0131480) svnbot (reporter) - 2011-02-03 14:49
 https://issues.asterisk.org/view.php?id=18637#c131480 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 306123

U   branches/1.6.2/main/features.c

------------------------------------------------------------------------
r306123 | jpeeler | 2011-02-03 14:49:49 -0600 (Thu, 03 Feb 2011) | 10
lines

Set exception on channel in parking thread when POLLPRI event detected.

This is done just to make the code be equivalent to the old select code.
As
noted in 303106 the same issue was already fixed in this branch, but the
exception was not set on the channel in the case of POLLPRI. The reason
that
this did not cause a problem here is because in 122923 the check in
__ast_read
to check the exception flag was removed.

(related to https://issues.asterisk.org/view.php?id=18637)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=306123 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-03 14:49 svnbot         Checkin                                      
2011-02-03 14:49 svnbot         Note Added: 0131480                          
======================================================================




More information about the asterisk-bugs mailing list