aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Add the average talk time for a queuemmichelson1-11/+19
2008-12-29Update app_queue to deal with the removal of AST_PBX_KEEPALIVEmmichelson1-3/+6
2008-12-23Merged revisions 166093 via svnmerge from murf1-10/+6
2008-12-18Numerous documentation updates.file1-8/+8
2008-12-17Merged revisions 165255 via svnmerge from mmichelson1-1/+5
2008-12-15Fix a compile warning and a logic error that could have been badmmichelson1-2/+2
2008-12-15Fix up a few issues with regards to queuesmmichelson1-12/+23
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-8/+8
2008-12-12When using realtime queues, app_queue wasn't updating the strategy if it was ...twilson1-2/+20
2008-12-11Merged revisions 163084 via svnmerge from mmichelson1-2/+2
2008-12-11Merged revisions 163080 via svnmerge from mmichelson1-21/+21
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-2/+2
2008-12-03Add some safety measures when using gosub, especially when using the optionsmmichelson1-5/+6
2008-12-03When investigating issue #13548, I found that gosubmmichelson1-5/+5
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-15/+15
2008-11-25Make the Join event from app_queue use CallerIDNum insead of CallerID formnicholson1-1/+1
2008-11-19Add a space to the outputmmichelson1-1/+1
2008-11-19Add a RES_NOT_DYNAMIC case for the CLI command mmichelson1-0/+3
2008-11-14Fix some refcounting in app_queue.c and change themmichelson1-7/+10
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