aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-31Merged revisions 134758 via svnmerge from mmichelson1-1/+36
2008-07-30Merged revisions 134556 via svnmerge from mmichelson1-1/+1
2008-07-30Let "roundrobin" also reference rrmemory, for the 1.6 release (as described intilghman1-0/+1
2008-07-25Add a missing unlock.mmichelson1-0/+1
2008-07-16Merged revisions 131369 via svnmerge from mmichelson1-1/+1
2008-07-16Merged revisions 131357 via svnmerge from mmichelson1-3/+4
2008-07-16Merged revisions 131299 via svnmerge from mmichelson1-1/+9
2008-07-15Fix memory leak in app_queue when a device state is changed but it isn't bbryant1-0/+1
2008-07-10Fixes a bug where the interface for a queue member gets reloaded as the state...bbryant1-3/+3
2008-07-03Added a new option, "timeoutpriority" to queues.conf. A detailedmmichelson1-2/+15
2008-07-01another minor ast_channel memory size decrease... for nearly all channels, 'd...kpfleming1-4/+1
2008-06-27Remove debug messagemmichelson1-1/+0
2008-06-27Ensure the thread-safety of the monexec variable in app_queue.mmichelson1-1/+6
2008-06-27Make this compile with dev-mode onmmichelson1-1/+1
2008-06-27The monitor-join option for queues was deprecated in favor of usingmmichelson1-1/+5
2008-06-26Fix a really stupid mistakemmichelson1-1/+1
2008-06-26Merged revisions 125585 via svnmerge from mmichelson1-0/+3
2008-06-26Merged revisions 125476 via svnmerge from mmichelson1-5/+19
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.mvanbaak1-7/+7
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