aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.8@7221 f38db490-d61c-...kpfleming1-0/+0
2005-06-22This commit was manufactured by cvs2svn to create tag 'v1-0-8'.(no author)1-35/+99
2004-09-25Make holdtime announcement say "less than 2 minutes" instead of "1 minutes" (...markster1-1/+9
2004-09-10Properly lock management stuff (bug #2406)markster1-0/+2
2004-09-02Fix minor typo (bug #2343)markster1-1/+1
2004-07-30Bug # 2171: Add permission to QueueAdd and QueueRemove manager commandsmalcolmd1-2/+2
2004-07-28Merge alternate hangup and meetme patches from Matt N.markster1-9/+17
2004-07-28Unify queue add/remove from manager and CLI (bug #2125/2123)markster1-139/+394
2004-07-27Allow optional event whenever an agent is called from a queue (bug #2066)markster1-2/+18
2004-07-24Create option for joining empty queue (bug #2126)markster1-1/+4
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster1-1/+1
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-22/+22
2004-06-28Merge seconds announcement for queue hold time (bug #1941)markster1-7/+34
2004-06-26Implement queue wide wrapuptime (bug #1707)markster1-0/+13
2004-06-23Merge in-access updates for queue priorities (bug #1821)markster1-42/+133
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-2/+3
2004-06-19Allow penalty argument to AddQueueMembermarkster1-5/+21
2004-06-13Use ast_strlen_zero instead of &id in app_queue.c (Thanks folsson)citats1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-31Only call the update oncemarkster1-1/+0
2004-05-30Update queue member after end of call (bug #1727)markster1-2/+4
2004-05-30Take member as argument, not lpeermarkster1-3/+3
2004-05-25Fix record option to take from the right channelmarkster1-1/+1
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