summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2007-07-10Merged revisions 74428 via svnmerge from Jason Parker
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...Jason Parker
2007-07-09Merged revisions 74120 via svnmerge from Mark Michelson
2007-07-09Add Queue and DestinationChannel headers to the AgentCalled manager eventRussell Bryant
2007-07-05Add the ability to play an announcement to queue caller just before bridgingJason Parker
2007-07-05Merged revisions 73400 via svnmerge from Mark Michelson
2007-07-05Merged revisions 73316 via svnmerge from Joshua Colp
2007-07-03Fix up the device state processing thread in app_queue so that it's notRussell Bryant
2007-06-27Merged revisions 72328 via svnmerge from Joshua Colp
2007-06-20Fix trunk brokenness; also, optimize application registrationTilghman Lesher
2007-06-20Cleaning up a small disaster I created earlierSteve Murphy
2007-06-20As per 9228, now app_queue should have the proper machinery to do gosubs.Steve Murphy
2007-06-19Via bug9228, no way to create macros via AEL, and some of the apps allow you ...Steve Murphy
2007-06-18Fixed issue where 'stop gracfeully' was hanging ...Brett Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-07Merged revisions 68280 via svnmerge from Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-01Merge major changes to the way device state is passed around Asterisk. The twoRussell Bryant
2007-05-22Fix a couple of spots in the handling of device states that could lead to aRussell Bryant
2007-05-21I know we have talked about rewriting app_queue for Asterisk 1.6, but once IRussell Bryant
2007-05-18Merged revisions 64868 via svnmerge from Russell Bryant
2007-05-14Don't allow rounding seconds to weird values that may cause "unexpected" resu...Jason Parker
2007-05-14Add 'c' option to app_queue which allows for continuing in the dialplan if th...Jason Parker
2007-04-30This patch adds additional information to the EXITWITHKEY and EXITWITHTIMEOUTRussell Bryant
2007-04-27Add a min-announce-frequency option to queues.conf which allows you to contro...Russell Bryant
2007-04-20Merged revisions 61694 via svnmerge from Jason Parker
2007-04-09Merged revisions 61022 via svnmerge from Jason Parker
2007-04-08Merged revisions 60762 via svnmerge from Joshua Colp
2007-03-06Send a manager AgentComplete event when the agent transfers the call, inRussell Bryant
2007-02-17Merged revisions 55219 via svnmerge from Joshua Colp
2007-02-17We want to skip the queue if the name doesn't match the specified one, not if...Joshua Colp
2007-02-17Increase "queue show" buffer size from 80 to 240. This should be more then en...Joshua Colp
2007-02-17Merged revisions 55129 via svnmerge from Joshua Colp
2007-02-13This introduces a new dialplan function, DEVSTATE, which allows you to do someRussell Bryant
2007-02-09Clean up documentation of Queue application. (issue #9022 reported by seanbri...Joshua Colp
2007-02-01Merged revisions 53081 via svnmerge from Olle Johansson
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-31Merged revisions 53037 via svnmerge from Russell Bryant
2007-01-31Merged revisions 53035 via svnmerge from Russell Bryant
2007-01-27Merged revisions 52416 via svnmerge from Joshua Colp
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-12-18convert the final clients of ast_build_string to use ast_str_*()Luigi Rizzo
2006-12-17replace ast_build_string() with ast_str_*();Luigi Rizzo
2006-12-06Resolve some pointer signedness compiler warnings in app_osplookup, andRussell Bryant
2006-11-17Add ability to add custom queue log via manager interface.Jason Parker
2006-11-13Add 'loose' option to joinempty and leavewhenempty which is almost exactly li...Joshua Colp
2006-11-10Merged revisions 47433 via svnmerge from Kevin P. Fleming
2006-11-10Merged revisions 47432 via svnmerge from Kevin P. Fleming