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