aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+1
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)kpfleming1-221/+452
2005-06-02add missing if statement in say_position (bug #4435)kpfleming1-0/+1
2005-05-30Fix memory leak and remove useless coe (bug #4318, with mods)markster1-2/+7
2005-05-15allow caller to exit during position announcement by pressing valid exit key ...kpfleming1-93/+125
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-19/+19
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)russell1-1/+1
2005-04-13add missing newline (bug #4018)russell1-1/+1
2005-04-11Add option to mask certain high frequency events (bug #3707)markster1-22/+29
2005-04-09Add member/queue filters to queuestatus manager command (bug #3995)markster1-49/+54
2005-04-09Fix needless queue breakage for 2.95 (bug #3993) but this DOES NOT MEAN WE WI...markster1-2/+0
2005-03-31Fix strict mode for queues (bug #3913)markster1-3/+3
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-211/+286
2005-03-21Fix queue weight issue (bug #3797, take 2)markster1-8/+9
2005-03-19Fix queue stuff (bug #3797)markster1-31/+26
2005-03-04Add timeoutrestart option (bug #3656)markster1-3/+15
2005-03-03Member presistance improvements (bug #3647)markster1-95/+86
2005-02-20Allow 0 retry time (bug #3630)markster1-2/+2
2005-02-13Properly differentiate between caller and agent hangups (bug #3578)markster1-1/+8
2005-02-05More flagification fixes (bug #3414, round 2)markster1-1/+2
2005-02-04Fix big flagification errors (bug #3414)markster1-2/+5
2005-02-01Make monitoring accept args from both sides (bug #3449, with mods)markster1-4/+9
2005-01-29Add more manager events in queue (if enabled) (bug #3454)markster1-0/+39
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21Merge mjohnston's pause/unpause (bug #3252)markster1-22/+247
2005-01-18Fix agentcallback login (bug #3293)markster1-3/+5
2005-01-18Make sure we ring queues properly and know busy vs. no answer (bug #3114)markster1-27/+46
2005-01-10More flagification, courtesy drumkilla (bug #3280)markster1-4/+4
2005-01-08Warn if flags is signed instead of unsigned (bug #3279)markster1-2/+2
2005-01-08Make queue support channel variable inheritance (bug #3274)markster1-0/+5
2005-01-07Merge weight option (bug #3038)markster1-4/+67
2005-01-04Fix silly extra ! in app_queue (bug #3238)markster1-1/+1
2005-01-04Make features configurable and easier to implementmarkster1-4/+8
2005-01-03Fix various formatting errors (bug #3226)markster1-2/+2
2005-01-03Fix formatting etc in queues (bug #3159)markster1-48/+59
2005-01-03Rename musiconhold option for consistency (bug #3163)markster1-1/+1
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...markster1-1/+1
2004-12-20Update queue to use ast_flags (bug #3108)markster1-7/+7
2004-12-19Merge optimize options patch (bug #3095)markster1-12/+21
2004-12-19Add some more of kpflemings optimizations (bugs #3092, #3094)markster1-72/+59
2004-12-19Additional queue optimization (bug #3093, with mods)markster1-88/+58
2004-12-19Compute queue caller's timeout just once (bug #3091, with mods)markster1-38/+20
2004-12-19Merge Olle's comment patch (bug #3097)markster1-3/+3
2004-12-06Add persistent dynamic queue member support (bug #2929)markster1-1/+158
2004-11-20Fix app_queue when working in conjunction with anthm's moh patch (bug #2891)markster1-1/+1
2004-11-16Update has_no_members to know about device status codes (bug #2867)markster1-2/+2
2004-11-15Generate new QueueMemberAdded and QueueMemberRemoved eventsmarkster1-0/+15
2004-11-13Big agent / queue fixesmarkster1-17/+115
2004-11-09Show status of agents...markster1-1/+13
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-13/+94