[asterisk-bugs] [Asterisk 0016475]: [patch] Option C in Queue() app crashes Asterisk

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Dec 20 17:26:20 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16475 
====================================================================== 
Reported By:                okrief
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16475
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.2.0 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-12-20 10:59 CST
Last Modified:              2009-12-20 17:26 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.


====================================================================== 

---------------------------------------------------------------------- 
 (0115488) okrief (reporter) - 2009-12-20 17:26
 https://issues.asterisk.org/view.php?id=16475#c115488 
---------------------------------------------------------------------- 
I'm not familiar with this option C, either : I met this bug while studying
this option.
I applied this patch this way:
cd /usr/src/asterisk-1.6.2.0 
wget 'http://issues.asterisk.org/file_download.php?file_id=24827&type=bug'
-O - | patch -p0
./configure
make
make install

Unfortunately, this still craches Asterisk :
CLI>
Disconnected from Asterisk server 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-12-20 17:26 okrief         Note Added: 0115488                          
======================================================================




More information about the asterisk-bugs mailing list