summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2006-01-23changed some settings to app_args and some codeMatt O'Gorman
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queueRussell Bryant
2006-01-22Bug 6312 - Macro janitorTilghman Lesher
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (...Tilghman Lesher
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-20Merged revisions 8347 via svnmerge from Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17oops all better now.Matt O'Gorman
2006-01-17allow for multiple periodic announcementsMatt O'Gorman
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 BJ Weschke
2006-01-13Added QUEUE_MEMBER_COUNT and QUEUE_MEMBER_LIST Matt O'Gorman
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!Russell Bryant
2006-01-13added two new features to meetme, autofill and Matt O'Gorman
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod...BJ Weschke
2006-01-12 Remove an unneccessary unlock and do away with the error msg about not being...BJ Weschke
2006-01-12 More new memory wrapper work and initializing some memory allocations to zer...BJ Weschke
2006-01-06allow limiting of queue members who will be delivered a given caller's call b...Kevin P. Fleming
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