summaryrefslogtreecommitdiff
path: root/apps/app_queue.c
AgeCommit message (Expand)Author
2004-03-30Fix the 'n' option of app_queue. Thanks MikeMalcolm Davenport
2004-03-23Improve verbose messagesMark Spencer
2004-03-13Merge queue changes from Bug #214Mark Spencer
2004-03-03Unregister apps in app_queue.c on unload_moduleJames Golovich
2004-02-27Typo in app_queue.cJames Golovich
2004-02-27Get rid of compiler warnings when calling ast_queue_logJames Golovich
2004-02-23Fixed gramatical error in app_queue.c (bug #1083)James Golovich
2004-02-12Add queue logging and fix indications bugletMark Spencer
2004-02-04Fix the deadlock in show queue <queue_name>Martin Pycko
2004-02-03Remove unused tmpq variableMartin Pycko
2004-02-03Add "show queue <queue_name>" CLI commandMartin Pycko
2004-02-03Make the go_on be non-global.Martin Pycko
2004-01-28Various minor cleanups (bug #931)Mark Spencer
2003-11-19Add 'n' option to Queue application to fall through to the next extension aft...Martin Pycko
2003-11-08Trustingly add Thorston's deadlock patchMark Spencer
2003-09-27Fix various compiler warnings (bug #322)Mark Spencer
2003-09-27Fix printf to match int type (bug #247)Mark Spencer
2003-09-10Fix small logic errors (bug #242)Mark Spencer
2003-09-08BSD portability enhancements (bug #234)Mark Spencer
2003-09-08First of Jayson's manager patchesMark Spencer
2003-08-23Handle timing file descriptor properly with agentsMark Spencer
2003-08-21Little queue fix (bug #150)Mark Spencer
2003-08-18Pick the right point for rebuilding the listMark Spencer
2003-08-18Add same magic to remove from queueMark Spencer
2003-08-16Trim post dash portion of name if unspecifiedMark Spencer
2003-08-15Asterisk:Mark Spencer
2003-08-13Do the right thing with ringall queues with entries that have penaltiesMark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-08-09Fix round robin schedulingMark Spencer
2003-08-02Implement remaining queue strategies, ADSI fixes, and queue config updatesMark Spencer
2003-08-01Allow to enter one digit extensions before the call is answered in the queueMartin Pycko
2003-07-30Add alternate queueing strategies. Implment ringall, roundrobin, and randomMark Spencer
2003-07-28Add wrapup timeMark Spencer
2003-07-27Start on queueing strategiesMark Spencer
2003-07-12Add missing spaceMark Spencer
2003-07-08Clarify another areaMark Spencer
2003-07-08Fix potential seg in queue codeMark Spencer
2003-07-08Simplify stack in call attemptMark Spencer
2003-07-04Fix iax2 video/voice and update queueingMark Spencer
2003-07-02Merge 'T' and other dialing enhancementsMark Spencer
2003-07-01Take out unnecessary dependency upon tonezone.hMark Spencer
2003-07-01Fix race in local, update queueMark Spencer
2003-06-27Merge dynamic queue supportMark Spencer
2003-06-24Minor cleanupMark Spencer
2003-06-24Add count to management eventMark Spencer
2003-06-23Nest event inside if statementMark Spencer
2003-06-14Fix music on hold on parkMark Spencer
2003-06-13Fix transfer to parkingMark Spencer
2003-05-19More locking fixesMark Spencer
2003-04-12Free queue config (thanks James)Mark Spencer