aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-19Include original position in TRANSFER entries written to queue_log.seanbright1-4/+4
2008-06-18A portion of the code which handled the 'c' queue option had beenmmichelson1-1/+4
2008-06-18Silly pointers. This fixes a memory corruption I introducedmmichelson1-1/+1
2008-06-17Merged revisions 123274 via svnmerge from mmichelson1-2/+2
2008-06-16(closes issue #12689)murf1-1/+1
2008-06-12Fix a segfault by not trying to store a stack address formmichelson1-5/+17
2008-06-12Recommitting revision 122228, which was accidentally revertedmmichelson1-14/+96
2008-06-12Merged revisions 122311 via svnmerge from mmichelson1-2/+3
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-98/+16
2008-06-12Merging the work done in the queue-log-atxfer branch. Themmichelson1-14/+96
2008-06-10Merge another big set of changes from team/russell/eventsrussell1-1/+3
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-1/+1
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldstilghman1-0/+3
2008-06-04Merged revisions 120513 via svnmerge from mmichelson1-2/+2
2008-06-04Merged revisions 120285 via svnmerge from mmichelson1-1/+1
2008-06-03Adding two new queue log events. The ADDMEMBER event is logged whenmmichelson1-0/+3
2008-05-30Merged revisions 119404 via svnmerge from tilghman1-2/+2
2008-05-28Update to the janitor project for making sure to be thread-safe whenmmichelson1-61/+71
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+3
2008-05-22Committing a fix pointed out by Atis Lezdins on the asterisk-dev list. Thanks!mmichelson1-3/+6
2008-05-21Add a new manager event, AgentRingNoAnswer tommichelson1-0/+14
2008-05-21Optimize the update_realtime_member_field function by not havingmmichelson1-35/+55
2008-05-12Correctly document state interface for AddQueueMember. Discovered while look...qwell1-2/+2
2008-05-05Merged revisions 115320 via svnmerge from mmichelson1-2/+1
2008-05-03app_queue uses a taskprocessor for device state changesdhubbard1-89/+27
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-1/+1
2008-04-30Adding new configuration options to app_queue. This adds two new valuesmmichelson1-19/+72
2008-04-29Merged revisions 114848 via svnmerge from mmichelson1-4/+9
2008-04-25Whitespace changes onlytilghman1-26/+29
2008-04-24Pass the hangup cause all the way to the calling app/channel.mvanbaak1-0/+2
2008-04-24Merged revisions 114628 via svnmerge from mmichelson1-4/+4
2008-04-22Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()qwell1-8/+8
2008-04-15Merged revisions 114133 via svnmerge from qwell1-2/+5
2008-04-14Merged revisions 114112 via svnmerge from mmichelson1-2/+7
2008-04-09Fix a crash that happened due to accessing free'd memorymmichelson1-1/+0
2008-04-02Merged revisions 112393 via svnmerge from mmichelson1-1/+1
2008-03-28Forgetting to unregister a manager action is bad, mmmk?file1-1/+1
2008-03-28Fix a crash that would happen when attempting to unload the app_queue module.mmichelson1-2/+7
2008-03-18Merged revisions 109713 via svnmerge from mmichelson1-95/+55
2008-03-18Add option 'randomperiodicannounce' to queues.conf. Setting this willmmichelson1-5/+15
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-2/+2
2008-03-10app_queue has now been doxygenified thanks to snuffy! The ony thing I changedmmichelson1-71/+189
2008-03-07(closes issue #6002)murf1-3/+1
2008-03-05 - simplify a few statements with ARRAY_LEN()russell1-7/+6
2008-03-04Fix minor misuses of snprintftilghman1-6/+6
2008-02-28Merged revisions 105059 via svnmerge from mmichelson1-0/+4
2008-02-20Merged revisions 103956 via svnmerge from mmichelson1-0/+8
2008-02-15Fix up some doxygen issues.qwell1-0/+1
2008-02-14Change the queue holdtime announcement to happen at any interval (not just gr...mmichelson1-27/+29
2008-02-11Fix improper indentation. Thanks again to snuffy for pointing it out.mmichelson1-9/+9