[Home]

Summary:ASTERISK-00147: Manager Event Join
Reporter:outtolunc (outtolunc)Labels:
Date Opened:2003-08-21 18:11:33Date Closed:2008-01-15 14:32:49.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:submitting this a second time as it's somehow disappeared <G>
app_queue.c line 233 (cvs as of this morning)

(qe->chan->callerid ? qe->chan->callerid : "")
should be
(qe->chan->callerid ? qe->chan->callerid : "unknown")

if the pairs don't match up progs written to look at manager will freak.
Comments:By: Mark Spencer (markster) 2003-08-21 18:15:05

Fixed in CVS

By: Digium Subversion (svnbot) 2008-01-15 14:32:49.000-0600

Repository: asterisk
Revision: 1399

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r1399 | markster | 2008-01-15 14:32:49 -0600 (Tue, 15 Jan 2008) | 2 lines

Little queue fix (bug ASTERISK-147)

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

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