aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
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
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