[asterisk-bugs] [Asterisk 0016475]: [patch] Option C in Queue() app crashes Asterisk
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Feb 18 14:59:38 CST 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16475
======================================================================
Reported By: okrief
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 16475
Category: Applications/app_queue
Reproducibility: always
Severity: crash
Priority: normal
Status: closed
Asterisk Version: 1.6.2.0
JIRA: SWP-686
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-12-20 10:59 CST
Last Modified: 2010-02-18 14:59 CST
======================================================================
Summary: [patch] Option C in Queue() app crashes Asterisk
Description:
In extension.ael, this line works OK :
Queue(techsupport);
Adding option C crashes Asterisk as soon queue member is answering the
call :
Queue(techsupport,C);
SIP debug traces are included in additional information section.
In this section SIP/462 in the queue member answering the call and SIP/461
is the caller.
I'm not sure the SIP hardphones I used for this test support SIP "Answered
Elsewhere" option (I think they do support it but I didn't configure it)
but this shouldn't crash Asterisk.
======================================================================
----------------------------------------------------------------------
(0118245) svnbot (reporter) - 2010-02-18 14:59
https://issues.asterisk.org/view.php?id=16475#c118245
----------------------------------------------------------------------
Repository: asterisk
Revision: 247737
_U branches/1.6.2/
U branches/1.6.2/apps/app_queue.c
------------------------------------------------------------------------
r247737 | dvossel | 2010-02-18 14:59:38 -0600 (Thu, 18 Feb 2010) | 14
lines
Merged revisions 247736 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r247736 | dvossel | 2010-02-18 14:58:41 -0600 (Thu, 18 Feb 2010) | 7
lines
fixes Queue with C option crash
(closes issue https://issues.asterisk.org/view.php?id=16475)
Reported by: okrief
Patches:
queue_crash.diff uploaded by dvossel (license 671)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=247737
Issue History
Date Modified Username Field Change
======================================================================
2010-02-18 14:59 svnbot Checkin
2010-02-18 14:59 svnbot Note Added: 0118245
======================================================================
More information about the asterisk-bugs
mailing list