[Home]

Summary:ASTERISK-05314: Crash when answering call and using queue monitoring
Reporter:wunderkin (wunderkin)Labels:
Date Opened:2005-10-18 14:57:39Date Closed:2008-01-15 15:51:42.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) gdb-051015-qmon-1
( 1) gdb-051015-qmon-2
( 2) gdb-051015-qmon-3
Description:I'm using AgentCallBackLogin with a Local channel.  The local channel calls using Zap or SIP.

Asterisk is crashing when the agent answers the call and queue monitoring is turned on.  This does not happen when I turn monitoring off and use the monitor app in the dialplan.

I haven't seen anything applicable to this problem go into HEAD after my checkout time.
Comments:By: wunderkin (wunderkin) 2005-10-18 15:01:04

queues.conf for the queue:
[arbitronix]          
strategy = rrmemory  
timeout = 18            
;eventwhencalled = yes
member => Agent/11000
monitor-format = raw
;member => Agent/11001
;member => Agent/11002
;member => Agent/1002
;member => Agent/1000

By: Mark Spencer (markster) 2005-10-18 17:04:39

Fixed in CVS head, reopen if you still have a problem.  Thanks

By: Mark Spencer (markster) 2005-10-18 17:04:58

BTW, the problem is that the calling channel has no CDR.

By: Digium Subversion (svnbot) 2008-01-15 15:51:42.000-0600

Repository: asterisk
Revision: 6824

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r6824 | markster | 2008-01-15 15:51:41 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix segfault in app queue when no cdr exists for the calling channel (bug ASTERISK-5314)

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

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