summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2010-12-16Merged revisions 298598 via svnmerge from Jeff Peeler
2010-11-19Merged revisions 295670 via svnmerge from Brett Bryant
2010-09-21Merged revisions 288079-288080 via svnmerge from Richard Mudgett
2010-09-17Merged revisions 287388 via svnmerge from Tilghman Lesher
2010-09-16Merged revisions 287193 via svnmerge from Russell Bryant
2010-09-02Merged revisions 284632 via svnmerge from Tilghman Lesher
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-28Merged revisions 280161 via svnmerge from Sean Bright
2010-07-23Merged revisions 279227 via svnmerge from Richard Mudgett
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-16Fix reporting estimated queue hold time.Jeff Peeler
2010-07-16Add missing handling for ringing state for use with queue empty options.Jeff Peeler
2010-07-16Add a dialplan function to check if a queue exists: QUEUE_EXISTSOlle Johansson
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-07-02The switch fallthrough could create some errorneous situations, so best to fo...Tilghman Lesher
2010-06-23Merged revisions 272367 via svnmerge from Matthew Nicholson
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-05-25Merged revisions 265610 via svnmerge from Matthew Nicholson
2010-05-21Merged revisions 265089 via svnmerge from Mark Michelson
2010-05-20Dial and queue connected line update macro not always run when expected.Richard Mudgett
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-05'queue reset stats' erroneously clears wrapuptime configuration.Paul Belanger
2010-05-04Add new possible value to autopause option to allow members to be autopaused ...Mark Michelson
2010-04-30Fix logic reversal error when queue callers join the queue.Mark Michelson
2010-04-22Asterisk data retrieval API.Eliel C. Sardanons
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.Richard Mudgett
2010-03-23Remove unused structure member in app_queue.Sean Bright
2010-03-03Removed cdrflags from ast_channel structure.Richard Mudgett
2010-02-18fixes Queue with C option crashDavid Vossel
2010-02-17Merged revisions 247168 via svnmerge from Mark Michelson
2010-02-10Merged revisions 246115 via svnmerge from David Vossel
2010-01-27Merged revisions 243691 via svnmerge from Jeff Peeler
2010-01-27Merged revisions 243570 via svnmerge from Jeff Peeler
2010-01-18fixes spelling error. s/memeber/memberDavid Vossel
2010-01-07cli 'queue show' formatting fix. queue name was truncated over 12 charactersDavid Vossel
2010-01-05fixes holdtime playback issue in app_queueDavid Vossel
2010-01-04app_queue segfaults if realtime field uniqueid is NULLDavid Vossel
2009-12-23QUEUE_MEMBER(..., ready) counts only ready agents, not free agents wrapping upDavid Vossel
2009-12-23update CHANGES to reflect new 'R' app_queue option plus a minor optimization ...David Vossel
2009-12-23new parameter 'R' to the Queue applicationDavid Vossel
2009-12-04changes penaltymemberslimit to use scanf for config value parsingDavid Vossel
2009-12-04new queue option, penaltymemberslimit, disregards penalty on too few queue me...David Vossel
2009-11-30app_queue crashes randomly, often during call-transfersDavid Vossel
2009-11-24Found a few places where queue refcounts were counted incorrectly. Also add ...Tilghman Lesher
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-11-09Add the 'relative-periodic-announce' option to app_queue to allow for calcula...Matthew Nicholson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-11-04Don't crash when state_interface is NULL.Tilghman Lesher
2009-11-03Add support for using a hint when configuring a state interface using the for...Joshua Colp