summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-29avoid multiple strlen calls in complete_queueRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-06Clarify purpose of function, by renamingTilghman Lesher
2005-12-05Merged revisions 7337 via svnmerge from Russell Bryant
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-01fix queue weight feature - compare member interfaces instead of pointers toRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10issue #5707Kevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-11-07application doc updateKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-11-06alphabetize option listsRussell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-18Fix segfault in app queue when no cdr exists for the calling channel (bug #5462)Mark Spencer
2005-10-17Fix queue, iax and sip formatting issues (bug #5449)Mark Spencer
2005-10-13add auto-monitor support (issue #5411)Kevin P. Fleming
2005-10-13Log timeouts in queues when the call timeout is set from the dialplan (Bug #5...Josh Roberson
2005-09-30fix queues properly (issue #5300, take two)Kevin P. Fleming
2005-09-29ensure that app_queue won't crash if no members are defined via Realtime (iss...Kevin P. Fleming
2005-09-28fix logic error that breaks queue exit (issue #5312)Russell Bryant
2005-09-26don't drop the caller just because it's not time to play an announcement (iss...Kevin P. Fleming
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