summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-12Merging the work done in the queue-log-atxfer branch. TheMark Michelson
2008-06-10Merge another big set of changes from team/russell/eventsRussell Bryant
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-06-04Merged revisions 120513 via svnmerge from Mark Michelson
2008-06-04Merged revisions 120285 via svnmerge from Mark Michelson
2008-06-03Adding two new queue log events. The ADDMEMBER event is logged whenMark Michelson
2008-05-30Merged revisions 119404 via svnmerge from Tilghman Lesher
2008-05-28Update to the janitor project for making sure to be thread-safe whenMark Michelson
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-22Committing a fix pointed out by Atis Lezdins on the asterisk-dev list. Thanks!Mark Michelson
2008-05-21Add a new manager event, AgentRingNoAnswer toMark Michelson
2008-05-21Optimize the update_realtime_member_field function by not havingMark Michelson
2008-05-12Correctly document state interface for AddQueueMember. Discovered while look...Jason Parker
2008-05-05Merged revisions 115320 via svnmerge from Mark Michelson
2008-05-03app_queue uses a taskprocessor for device state changesDwayne M. Hubbard
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-30Adding new configuration options to app_queue. This adds two new valuesMark Michelson
2008-04-29Merged revisions 114848 via svnmerge from Mark Michelson
2008-04-25Whitespace changes onlyTilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-04-24Merged revisions 114628 via svnmerge from Mark Michelson
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()Jason Parker
2008-04-15Merged revisions 114133 via svnmerge from Jason Parker
2008-04-14Merged revisions 114112 via svnmerge from Mark Michelson
2008-04-09Fix a crash that happened due to accessing free'd memoryMark Michelson
2008-04-02Merged revisions 112393 via svnmerge from Mark Michelson
2008-03-28Forgetting to unregister a manager action is bad, mmmk?Joshua Colp
2008-03-28Fix a crash that would happen when attempting to unload the app_queue module.Mark Michelson
2008-03-18Merged revisions 109713 via svnmerge from Mark Michelson
2008-03-18Add option 'randomperiodicannounce' to queues.conf. Setting this willMark Michelson
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-10app_queue has now been doxygenified thanks to snuffy! The ony thing I changedMark Michelson
2008-03-07(closes issue #6002)Steve Murphy
2008-03-05 - simplify a few statements with ARRAY_LEN()Russell Bryant
2008-03-04Fix minor misuses of snprintfTilghman Lesher
2008-02-28Merged revisions 105059 via svnmerge from Mark Michelson
2008-02-20Merged revisions 103956 via svnmerge from Mark Michelson
2008-02-15Fix up some doxygen issues.Jason Parker
2008-02-14Change the queue holdtime announcement to happen at any interval (not just gr...Mark Michelson
2008-02-11Fix improper indentation. Thanks again to snuffy for pointing it out.Mark Michelson
2008-02-11Add a couple of comments to clarify the unreffing of queues.Mark Michelson
2008-02-08Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4.Mark Michelson
2008-02-08Merged revisions 103120 via svnmerge from Mark Michelson
2008-02-06Add the channel's unique id to the AgentCalled manager event to make it more ...Mark Michelson
2008-02-06Remove an extra debug message I left inMark Michelson
2008-01-31Forgot an !Mark Michelson
2008-01-31A change I made to accommodate the "linear" strategy in trunk caused queue st...Mark Michelson
2008-01-31Handle the case of a NULL state_interface when checking a realtime member.Mark Michelson