aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-19Merge small bkw_ queue enhancementsmarkster1-18/+30
2004-05-18Flesh out remaining "rrmemory" logicmarkster1-1/+8
2004-05-18Add Round-Robin w/ Memory queueing strategy (rrmemory)markster1-0/+36
2004-05-09Merge Connor's ringback feature for queue (bug #1560)markster1-6/+22
2004-05-09More ast_strlen_zero changescitats1-7/+7
2004-04-29Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbersmarkster1-2/+2
2004-04-26applied final release of bug 1353 per Mark's permissionanthm1-1/+8
2004-04-26Make RemoveQueueMember and AddQueueMember jump to priority + 101 (bug 1022)citats1-1/+20
2004-04-10Don't hang up if the file is missing (not a bug, but fix anyway) (#1380)markster1-3/+8
2004-04-08Turn off MOH later rather than sooner.markster1-2/+2
2004-03-30Fix the 'n' option of app_queue. Thanks Mikemalcolmd1-1/+3
2004-03-23Improve verbose messagesmarkster1-3/+9
2004-03-13Merge queue changes from Bug #214markster1-20/+284
2004-03-03Unregister apps in app_queue.c on unload_modulecitats1-0/+2
2004-02-27Typo in app_queue.ccitats1-1/+1
2004-02-27Get rid of compiler warnings when calling ast_queue_logcitats1-2/+2
2004-02-23Fixed gramatical error in app_queue.c (bug #1083)citats1-1/+1
2004-02-12Add queue logging and fix indications bugletmarkster1-5/+42
2004-02-04Fix the deadlock in show queue <queue_name>martinp1-1/+1
2004-02-03Remove unused tmpq variablemartinp1-1/+1
2004-02-03Add "show queue <queue_name>" CLI commandmartinp1-5/+58
2004-02-03Make the go_on be non-global.martinp1-13/+14
2004-01-28Various minor cleanups (bug #931)markster1-2/+3
2003-11-19Add 'n' option to Queue application to fall through to the next extension aft...martinp1-1/+10
2003-11-08Trustingly add Thorston's deadlock patchmarkster1-8/+10
2003-09-27Fix various compiler warnings (bug #322)markster1-1/+1
2003-09-27Fix printf to match int type (bug #247)markster1-1/+1
2003-09-10Fix small logic errors (bug #242)markster1-2/+2
2003-09-08BSD portability enhancements (bug #234)markster1-1/+1
2003-09-08First of Jayson's manager patchesmarkster1-3/+10
2003-08-23Handle timing file descriptor properly with agentsmarkster1-1/+0
2003-08-21Little queue fix (bug #150)markster1-1/+1
2003-08-18Pick the right point for rebuilding the listmarkster1-5/+10
2003-08-18Add same magic to remove from queuemarkster1-2/+8
2003-08-16Trim post dash portion of name if unspecifiedmarkster1-2/+8
2003-08-15Asterisk:markster1-7/+18
2003-08-13Do the right thing with ringall queues with entries that have penaltiesmarkster1-12/+19
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-31/+31
2003-08-09Fix round robin schedulingmarkster1-5/+9
2003-08-02Implement remaining queue strategies, ADSI fixes, and queue config updatesmarkster1-13/+57
2003-08-01Allow to enter one digit extensions before the call is answered in the queuemartinp1-27/+38
2003-07-30Add alternate queueing strategies. Implment ringall, roundrobin, and randommarkster1-62/+193
2003-07-28Add wrapup timemarkster1-1/+1
2003-07-27Start on queueing strategiesmarkster1-69/+84
2003-07-12Add missing spacemarkster1-1/+1
2003-07-08Clarify another areamarkster1-1/+1
2003-07-08Fix potential seg in queue codemarkster1-9/+9
2003-07-08Simplify stack in call attemptmarkster1-6/+5
2003-07-04Fix iax2 video/voice and update queueingmarkster1-2/+2
2003-07-02Merge 'T' and other dialing enhancementsmarkster1-9/+18