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