[Home]

Summary:ASTERISK-17351: [regression] changeset 298596 harm the ring/moh logic in queues
Reporter:Kristijan Vrban (vrban)Labels:
Date Opened:2011-02-04 05:28:25.000-0600Date Closed:2011-02-15 17:34:29.000-0600
Priority:BlockerRegression?Yes
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:changeset 298596 (Fix improper hangup when doing an attended transfer to queue)
changes the queue behavior. It ring instead of playing MOH. Or worse, it play both, ring and Moh. e.g. one Agent phone ring, the caller get ring. when the caller get refused by pressing DND, it get again Moh, so the caller know, he was refused.

I dont think this behavioral change is willfully. as it completely the ring/moh
logic in the queue application.
Comments:By: Ronald Chan (loloski) 2011-02-04 06:07:11.000-0600

This issue also affects SVN 1.8 branch, there are a lot of similar reports here in bug tracker related to this

By: Kristijan Vrban (vrban) 2011-02-04 06:23:51.000-0600

yes loloski,

ASTERISK-17337 and ASTERISK-17149

report the same issue



By: Leif Madsen (lmadsen) 2011-02-07 12:34:43.000-0600

I've marked those issues as duplicates of this issue. I've informed the developer about the regression, and will import it into our tracking system. Thanks!

By: Digium Subversion (svnbot) 2011-02-15 17:32:22.000-0600

Repository: asterisk
Revision: 308002

U   branches/1.4/apps/app_queue.c

------------------------------------------------------------------------
r308002 | qwell | 2011-02-15 17:32:21 -0600 (Tue, 15 Feb 2011) | 10 lines

Fix regression that changed behavior of queues when ringing a queue member.

This reverts r298596, which was to fix a highly bizarre and contrived issue
with a queue member that called into his own queue being transferred back
into his own queue.  I couldn't reproduce that issue in any way.  I think one
of the other recent transfer fixes actually fixed this.

(closes issue ASTERISK-17351)
Reported by: vrban

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

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

By: Digium Subversion (svnbot) 2011-02-15 17:33:25.000-0600

Repository: asterisk
Revision: 308007

_U  branches/1.6.2/
U   branches/1.6.2/apps/app_queue.c

------------------------------------------------------------------------
r308007 | qwell | 2011-02-15 17:33:25 -0600 (Tue, 15 Feb 2011) | 17 lines

Merged revisions 308002 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
 r308002 | qwell | 2011-02-15 17:32:20 -0600 (Tue, 15 Feb 2011) | 10 lines
 
 Fix regression that changed behavior of queues when ringing a queue member.
 
 This reverts r298596, which was to fix a highly bizarre and contrived issue
 with a queue member that called into his own queue being transferred back
 into his own queue.  I couldn't reproduce that issue in any way.  I think one
 of the other recent transfer fixes actually fixed this.
 
 (closes issue ASTERISK-17351)
 Reported by: vrban
........

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

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

By: Digium Subversion (svnbot) 2011-02-15 17:34:04.000-0600

Repository: asterisk
Revision: 308010

_U  branches/1.8/
U   branches/1.8/apps/app_queue.c

------------------------------------------------------------------------
r308010 | qwell | 2011-02-15 17:34:04 -0600 (Tue, 15 Feb 2011) | 24 lines

Merged revisions 308007 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
 r308007 | qwell | 2011-02-15 17:33:24 -0600 (Tue, 15 Feb 2011) | 17 lines
 
 Merged revisions 308002 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4
 
 ........
   r308002 | qwell | 2011-02-15 17:32:20 -0600 (Tue, 15 Feb 2011) | 10 lines
   
   Fix regression that changed behavior of queues when ringing a queue member.
   
   This reverts r298596, which was to fix a highly bizarre and contrived issue
   with a queue member that called into his own queue being transferred back
   into his own queue.  I couldn't reproduce that issue in any way.  I think one
   of the other recent transfer fixes actually fixed this.
   
   (closes issue ASTERISK-17351)
   Reported by: vrban
 ........
................

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

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

By: Digium Subversion (svnbot) 2011-02-15 17:34:28.000-0600

Repository: asterisk
Revision: 308013

_U  trunk/
U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r308013 | qwell | 2011-02-15 17:34:28 -0600 (Tue, 15 Feb 2011) | 31 lines

Merged revisions 308010 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
 r308010 | qwell | 2011-02-15 17:34:03 -0600 (Tue, 15 Feb 2011) | 24 lines
 
 Merged revisions 308007 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.6.2
 
 ................
   r308007 | qwell | 2011-02-15 17:33:24 -0600 (Tue, 15 Feb 2011) | 17 lines
   
   Merged revisions 308002 via svnmerge from
   https://origsvn.digium.com/svn/asterisk/branches/1.4
   
   ........
     r308002 | qwell | 2011-02-15 17:32:20 -0600 (Tue, 15 Feb 2011) | 10 lines
     
     Fix regression that changed behavior of queues when ringing a queue member.
     
     This reverts r298596, which was to fix a highly bizarre and contrived issue
     with a queue member that called into his own queue being transferred back
     into his own queue.  I couldn't reproduce that issue in any way.  I think one
     of the other recent transfer fixes actually fixed this.
     
     (closes issue ASTERISK-17351)
     Reported by: vrban
   ........
 ................
................

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

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