summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)Kevin P. Fleming
2005-09-01fix stupid thinko (thanks velter!)Kevin P. Fleming
2005-08-31don't duplicate devicestate-to-string function (issue #5078)Kevin P. Fleming
2005-08-14Make sure "now" is initialized (bug #4961)Mark Spencer
2005-08-07Don't record all calls as abandoned (bug #4575) (fixes damage inadvertently a...Mark Spencer
2005-08-03Remove queue/session co-locking until deadlocks are properly resolvedMark Spencer
2005-07-31Add periodic announcement (bug #4677 with mods)Mark Spencer
2005-07-27remove useless call to time() and an extra variable when we can just use theRussell Bryant
2005-07-27the time must be initialized for the 'n' option to actually work (bug #4834)Russell Bryant
2005-07-26make queue and interface name matching case-insensitive (bug #4815)Kevin P. Fleming
2005-07-20add English device state output (bug #4733, with minor mod)Kevin P. Fleming
2005-07-13add QueueStatusComplete event (bug #4694 with minor mods)Kevin P. Fleming
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)Kevin P. Fleming
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)Russell Bryant
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-07ensure that "completed calls" counter is updated properly (bug #4575)Kevin P. Fleming
2005-07-05ensure that abandoned calls are recorded that way (bug #4644)Kevin P. Fleming
2005-06-09ensure CLI commands produce proper terminating output when used with manager ...Kevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-02add realtime support to app_queue for static members/agents (bug #4037)Kevin P. Fleming
2005-06-02add missing if statement in say_position (bug #4435)Kevin P. Fleming
2005-05-30Fix memory leak and remove useless coe (bug #4318, with mods)Mark Spencer
2005-05-15allow caller to exit during position announcement by pressing valid exit key ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-13add missing newlines, fix misspelling of nonexistent (bug #4027)Russell Bryant
2005-04-13add missing newline (bug #4018)Russell Bryant
2005-04-11Add option to mask certain high frequency events (bug #3707)Mark Spencer
2005-04-09Add member/queue filters to queuestatus manager command (bug #3995)Mark Spencer
2005-04-09Fix needless queue breakage for 2.95 (bug #3993) but this DOES NOT MEAN WE WI...Mark Spencer
2005-03-31Fix strict mode for queues (bug #3913)Mark Spencer
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-21Fix queue weight issue (bug #3797, take 2)Mark Spencer
2005-03-19Fix queue stuff (bug #3797)Mark Spencer
2005-03-04Add timeoutrestart option (bug #3656)Mark Spencer
2005-03-03Member presistance improvements (bug #3647)Mark Spencer
2005-02-20Allow 0 retry time (bug #3630)Mark Spencer
2005-02-13Properly differentiate between caller and agent hangups (bug #3578)Mark Spencer
2005-02-05More flagification fixes (bug #3414, round 2)Mark Spencer
2005-02-04Fix big flagification errors (bug #3414)Mark Spencer
2005-02-01Make monitoring accept args from both sides (bug #3449, with mods)Mark Spencer
2005-01-29Add more manager events in queue (if enabled) (bug #3454)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21Merge mjohnston's pause/unpause (bug #3252)Mark Spencer
2005-01-18Fix agentcallback login (bug #3293)Mark Spencer
2005-01-18Make sure we ring queues properly and know busy vs. no answer (bug #3114)Mark Spencer
2005-01-10More flagification, courtesy drumkilla (bug #3280)Mark Spencer
2005-01-08Warn if flags is signed instead of unsigned (bug #3279)Mark Spencer