allow limiting of queue members who will be delivered a given caller's call by penalt...
[asterisk/asterisk.git] / apps / app_queue.c
2006-01-06 Kevin P. Flemingallow limiting of queue members who will be delivered...
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-29 Russell Bryantavoid multiple strlen calls in complete_queue
2005-12-26 Russell BryantMerged revisions 7634 via svnmerge from
2005-12-06 Tilghman LesherClarify purpose of function, by renaming
2005-12-05 Russell BryantMerged revisions 7337 via svnmerge from
2005-12-04 Russell Bryantconvert most of the option_*'s to a single ast_flags...
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-12-01 Russell Bryantfix queue weight feature - compare member interfaces...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-10 Kevin P. Flemingissue #5707
2005-11-08 Russell Bryantmake app_queue 1.2 jump compliant (issue #5580)
2005-11-08 Kevin P. Flemingissue #5648
2005-11-07 Kevin P. Flemingapplication doc update
2005-11-06 Russell Bryantissue #5605
2005-11-06 Russell Bryantalphabetize option lists
2005-10-26 Russell Bryantremove unnecessary checks before calls to ast_strlen_zero
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-19 Russell BryantMassive cleanups to applications for LOCAL_USER handlin...
2005-10-18 Russell Bryantit's a good idea to unregister everything before callin...
2005-10-18 Mark SpencerFix segfault in app queue when no cdr exists for the...
2005-10-17 Mark SpencerFix queue, iax and sip formatting issues (bug #5449)
2005-10-13 Kevin P. Flemingadd auto-monitor support (issue #5411)
2005-10-13 Josh RobersonLog timeouts in queues when the call timeout is set...
2005-09-30 Kevin P. Flemingfix queues properly (issue #5300, take two)
2005-09-29 Kevin P. Flemingensure that app_queue won't crash if no members are...
2005-09-28 Russell Bryantfix logic error that breaks queue exit (issue #5312)
2005-09-26 Kevin P. Flemingdon't drop the caller just because it's not time to...
2005-09-15 Kevin P. Flemingmore license/copyright header updates (thanks Ian!)
2005-09-07 Kevin P. Flemingconvert a bunch of apps to use ast_goto_if_exists(...
2005-09-01 Kevin P. Flemingfix stupid thinko (thanks velter!)
2005-08-31 Kevin P. Flemingdon't duplicate devicestate-to-string function (issue...
2005-08-14 Mark SpencerMake sure "now" is initialized (bug #4961)
2005-08-07 Mark SpencerDon't record all calls as abandoned (bug #4575) (fixes...
2005-08-03 Mark SpencerRemove queue/session co-locking until deadlocks are...
2005-07-31 Mark SpencerAdd periodic announcement (bug #4677 with mods)
2005-07-27 Russell Bryantremove useless call to time() and an extra variable...
2005-07-27 Russell Bryantthe time must be initialized for the 'n' option to...
2005-07-26 Kevin P. Flemingmake queue and interface name matching case-insensitive...
2005-07-20 Kevin P. Flemingadd English device state output (bug #4733, with minor...
2005-07-13 Kevin P. Flemingadd QueueStatusComplete event (bug #4694 with minor...
2005-07-12 Kevin P. Flemingadd support for multiple-digit extensions in queue...
2005-07-11 Russell Bryantfix off by one errors in calls to ast_copy_string ...
2005-07-10 Russell Bryantdefine an AST_MAX_CONTEXT for use instead of AST_MAX_EX...
2005-07-08 Kevin P. Flemingqueue device state changes and handle them serially...
2005-07-07 Kevin P. Flemingensure that "completed calls" counter is updated proper...
2005-07-05 Kevin P. Flemingensure that abandoned calls are recorded that way ...
2005-06-09 Kevin P. Flemingensure CLI commands produce proper terminating output...
2005-06-06 Kevin P. Flemingthe last round of file version tags
2005-06-06 Kevin P. Flemingmajor Makefile and build process improvements, includin...
2005-06-02 Kevin P. Flemingadd realtime support to app_queue for static members...
2005-06-02 Kevin P. Flemingadd missing if statement in say_position (bug #4435)
2005-05-30 Mark SpencerFix memory leak and remove useless coe (bug #4318,...
2005-05-15 Kevin P. Flemingallow caller to exit during position announcement by...
2005-04-21 Kevin P. Fleminguse double-quotes instead of angle-brackets for non...
2005-04-13 Russell Bryantadd missing newlines, fix misspelling of nonexistent...
2005-04-13 Russell Bryantadd missing newline (bug #4018)
2005-04-11 Mark SpencerAdd option to mask certain high frequency events (bug...
2005-04-09 Mark SpencerAdd member/queue filters to queuestatus manager command...
2005-04-09 Mark SpencerFix needless queue breakage for 2.95 (bug #3993) but...
2005-03-31 Mark SpencerFix strict mode for queues (bug #3913)
2005-03-28 Mark SpencerFix a bunch of const stuff, merge queue changes, add...
2005-03-21 Mark SpencerFix queue weight issue (bug #3797, take 2)
2005-03-19 Mark SpencerFix queue stuff (bug #3797)
2005-03-04 Mark SpencerAdd timeoutrestart option (bug #3656)
2005-03-03 Mark SpencerMember presistance improvements (bug #3647)
2005-02-20 Mark SpencerAllow 0 retry time (bug #3630)
2005-02-13 Mark SpencerProperly differentiate between caller and agent hangups...
2005-02-05 Mark SpencerMore flagification fixes (bug #3414, round 2)
2005-02-04 Mark SpencerFix big flagification errors (bug #3414)
2005-02-01 Mark SpencerMake monitoring accept args from both sides (bug #3449...
2005-01-29 Mark SpencerAdd more manager events in queue (if enabled) (bug...
2005-01-25 Mark SpencerMerge config updates (bug #3406)
2005-01-21 Mark SpencerMerge mjohnston's pause/unpause (bug #3252)
2005-01-18 Mark SpencerFix agentcallback login (bug #3293)
2005-01-18 Mark SpencerMake sure we ring queues properly and know busy vs...
2005-01-10 Mark SpencerMore flagification, courtesy drumkilla (bug #3280)
2005-01-08 Mark SpencerWarn if flags is signed instead of unsigned (bug #3279)
2005-01-08 Mark SpencerMake queue support channel variable inheritance (bug...
2005-01-07 Mark SpencerMerge weight option (bug #3038)
2005-01-04 Mark SpencerFix silly extra ! in app_queue (bug #3238)
2005-01-04 Mark SpencerMake features configurable and easier to implement
2005-01-03 Mark SpencerFix various formatting errors (bug #3226)
2005-01-03 Mark SpencerFix formatting etc in queues (bug #3159)
2005-01-03 Mark SpencerRename musiconhold option for consistency (bug #3163)
2004-12-26 Mark SpencerFix CLI to report "N/A" when appropriate for time,...
2004-12-20 Mark SpencerUpdate queue to use ast_flags (bug #3108)
2004-12-19 Mark SpencerMerge optimize options patch (bug #3095)
2004-12-19 Mark SpencerAdd some more of kpflemings optimizations (bugs #3092...
2004-12-19 Mark SpencerAdditional queue optimization (bug #3093, with mods)
2004-12-19 Mark SpencerCompute queue caller's timeout just once (bug #3091...
2004-12-19 Mark SpencerMerge Olle's comment patch (bug #3097)
2004-12-06 Mark SpencerAdd persistent dynamic queue member support (bug #2929)
2004-11-20 Mark SpencerFix app_queue when working in conjunction with anthm...
2004-11-16 Mark SpencerUpdate has_no_members to know about device status codes...
2004-11-15 Mark SpencerGenerate new QueueMemberAdded and QueueMemberRemoved...
2004-11-13 Mark SpencerBig agent / queue fixes
2004-11-09 Mark SpencerShow status of agents...
2004-10-26 Mark SpencerPass concept of status back, permit "leaveempty" to...
2004-10-05 Mark SpencerMajor changes to res_config to support centralized...
next