aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-13Display a list of channel variables in each channel-oriented event.tilghman1-2/+2
2009-11-09Add the 'relative-periodic-announce' option to app_queue to allow for calcula...mnicholson1-1/+7
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-8/+8
2009-11-04Don't crash when state_interface is NULL.tilghman1-2/+2
2009-11-03Add support for using a hint when configuring a state interface using the for...file1-19/+107
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-3/+44
2009-09-30Prevents from division by zeromnick1-1/+1
2009-09-10Merged revisions 217989 via svnmerge from tilghman1-4/+21
2009-08-20Add original position, when logging a caller entering a queue.tilghman1-2/+2
2009-08-12Merged revisions 211953 via svnmerge from mnicholson1-1/+3
2009-08-10AST-2009-005tilghman1-6/+6
2009-08-07Merged revisions 211038 via svnmerge from tilghman1-2/+2
2009-07-08Merged revisions 205349 via svnmerge from mmichelson1-2/+3
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-3/+8
2009-06-15Last batch of 'static' qualifiers for module-level global variables.kpfleming1-1/+1
2009-06-15Redesigned 'optional API' support.kpfleming1-11/+9
2009-06-12Fix some bad locking stemming from trying to forward a call to a non-existentmmichelson1-1/+3
2009-06-12Fix a potential crash from trying to access a NULL channel pointer.mmichelson1-3/+5
2009-06-03ast_call_forward() todo notes and originate flag copy.dvossel1-0/+2
2009-06-01Add the ability to execute connected line interception macros.mmichelson1-4/+9
2009-06-01Remove extra lock from app_queue.mmichelson1-1/+0
2009-05-26Add a missing unref for queues in handle_statechange.seanbright1-0/+1
2009-05-22Implement a new element in AstXML for AMI actions documentation.eliel1-12/+165
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-16/+16
2009-05-18Recorded merge of revisions 195366 via svnmerge from tilghman1-9/+11
2009-05-12Merged revisions 194028 via svnmerge from mnicholson1-0/+38
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-08Reset the members' call counts when resetting queue statistics.mmichelson1-0/+10
2009-05-05Fixed crashes from issue8824 review board channel locking changes.rmudgett1-0/+2
2009-04-29Fix app_queue XML documentation.russell1-0/+1
2009-04-27Allow for a position to be specified when entering a queue.mmichelson1-5/+33
2009-04-27Update warning message to not have pipes and contain all options.mmichelson1-1/+1
2009-04-23Fix reversed behavior of leavewhenempty option in queues.conf.mmichelson1-5/+7
2009-04-14Fix a couple of queue member reference leaks.mmichelson1-1/+2