aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-15Merged revisions 308007 via svnmerge from qwell1-1/+0
2011-02-14Calling a gosub routine defined in AEL from Dial/Queue ceased to work.tilghman1-2/+12
2011-02-04Merged revisions 306346 via svnmerge from qwell1-0/+1
2011-02-04Don't send redirecting updates to the caller if the dialplan forked the call.rmudgett1-1/+1
2011-01-30Add Function and Application Relationships to documentationlathama1-3/+161
2011-01-20Merged revisions 303008 via svnmerge from jpeeler1-4/+8
2010-12-16Merged revisions 298597 via svnmerge from jpeeler1-0/+1
2010-11-19Patch for deadlock from ordering issue between channel/queue locks in app_queuebbryant1-4/+9
2010-09-21Simplify locking code for REDIRECTING interception macro when forwarding a call.rmudgett1-9/+8
2010-09-17Merged revisions 287387 via svnmerge from tilghman1-4/+4
2010-09-16Set the default for "autofill" and "shared_lastcall" to "yes" in queues.conf.russell1-2/+2
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-2/+3
2010-07-28Merged revisions 280160 via svnmerge from seanbright1-0/+1
2010-07-23Merged revisions 279207 via svnmerge from rmudgett1-3/+6
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-16Fix reporting estimated queue hold time.jpeeler1-1/+1
2010-07-16Add missing handling for ringing state for use with queue empty options.jpeeler1-0/+5
2010-07-16Add a dialplan function to check if a queue exists: QUEUE_EXISTSoej1-0/+41
2010-07-14ast_callerid restructuringrmudgett1-46/+56
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,eliel1-49/+40
2010-07-02The switch fallthrough could create some errorneous situations, so best to fo...tilghman1-0/+5
2010-06-23Merged revisions 272367 via svnmerge from mnicholson1-1/+5
2010-06-02Generic Advice of Charge.rmudgett1-0/+30
2010-05-25Merged revisions 265610 via svnmerge from mnicholson1-7/+0
2010-05-21Merged revisions 265089 via svnmerge from mmichelson1-0/+4
2010-05-20Dial and queue connected line update macro not always run when expected.rmudgett1-29/+49
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-2/+19
2010-05-05'queue reset stats' erroneously clears wrapuptime configuration.pabelanger1-1/+1
2010-05-04Add new possible value to autopause option to allow members to be autopaused ...mmichelson1-5/+54
2010-04-30Fix logic reversal error when queue callers join the queue.mmichelson1-1/+1
2010-04-22Asterisk data retrieval API.eliel1-0/+280
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-16/+12
2010-03-23Remove unused structure member in app_queue.seanbright1-2/+0
2010-03-03Removed cdrflags from ast_channel structure.rmudgett1-1/+0
2010-02-18fixes Queue with C option crashdvossel1-1/+1
2010-02-17Merged revisions 247168 via svnmerge from mmichelson1-3/+5
2010-02-10Merged revisions 246115 via svnmerge from dvossel1-6/+7
2010-01-27Merged revisions 243691 via svnmerge from jpeeler1-1/+1
2010-01-27Merged revisions 243570 via svnmerge from jpeeler1-1/+1
2010-01-18fixes spelling error. s/memeber/memberdvossel1-2/+2
2010-01-07cli 'queue show' formatting fix. queue name was truncated over 12 charactersdvossel1-1/+1
2010-01-05fixes holdtime playback issue in app_queuedvossel1-5/+2
2010-01-04app_queue segfaults if realtime field uniqueid is NULLdvossel1-0/+5
2009-12-23QUEUE_MEMBER(..., ready) counts only ready agents, not free agents wrapping updvossel1-3/+19
2009-12-23update CHANGES to reflect new 'R' app_queue option plus a minor optimization ...dvossel1-2/+0
2009-12-23new parameter 'R' to the Queue applicationdvossel1-0/+23
2009-12-04changes penaltymemberslimit to use scanf for config value parsingdvossel1-1/+3
2009-12-04new queue option, penaltymemberslimit, disregards penalty on too few queue me...dvossel1-8/+22
2009-11-30app_queue crashes randomly, often during call-transfersdvossel1-2/+13
2009-11-24Found a few places where queue refcounts were counted incorrectly. Also add ...tilghman1-70/+87