aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-7/+10
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-15/+15
2008-11-05- Add some see-also references based on TFOT.eliel1-0/+37
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman1-3/+3
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+8
2008-11-01Merge changes from team/group/appdocsxmlrussell1-157/+344
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+9
2008-10-29Merged revisions 152538 via svnmerge from murf1-9/+20
2008-10-29Merged revisions 152535 via svnmerge from murf1-5/+8
2008-10-18 The QueueEntry event now has the uniqueid of the channel included.bweschke1-1/+2
2008-10-14Merged revisions 149200 via svnmerge from mmichelson1-3/+8
2008-10-06This commit introduces a change to how the "joinempty"mmichelson1-89/+95
2008-09-28Merge the cli_cleanup branch.mvanbaak1-4/+4
2008-09-27fix a couple of CLI commands that did not have a help description.mvanbaak1-2/+5
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+8
2008-09-12Merged revisions 142675 via svnmerge from murf1-0/+3
2008-09-09This is the trunk version of the patch to closemmichelson1-188/+51
2008-09-09Use ast_debug for debug messages. I was wondering why debugmmichelson1-12/+6
2008-09-08Optimization: The only reason we should check membermmichelson1-54/+60
2008-09-03Fix some locking order issues in app_queue. This wasmmichelson1-11/+15
2008-08-29Merged revisions 140488 via svnmerge from mmichelson1-2/+2
2008-08-25Add output of variables to AgentRingNoAnswer managermmichelson1-3/+8
2008-08-18Change the queue timeout priority logic into less uglymmichelson1-4/+24
2008-08-18Merged revisions 138685 via svnmerge from mmichelson1-9/+9
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-35/+35
2008-08-07Merged revisions 136488 via svnmerge from tilghman1-0/+2
2008-08-05make datastore creation and destruction a generic API since it is not really ...kpfleming1-5/+5
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