aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-16Merged revisions 89323 via svnmerge from mmichelson1-9/+4
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-3/+4
2007-11-14Instead of reserving 800 bytes for periodic announcements, use an array ofrussell1-8/+24
2007-11-14Convert most of the strings in the call_queue struct to use stringfields.russell1-98/+117
2007-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...murf1-0/+2
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-11-07Merged revisions 89093 via svnmerge from tilghman1-0/+6
2007-11-06Adding the queue strategy wrandommmichelson1-1/+6
2007-11-06Added CLI and manager commands for changing a queue member's penaltymmichelson1-0/+267
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-2/+0
2007-10-29Adding the more flexible QUEUE_MEMBER function to replace the QUEUE_MEMBER_CO...mmichelson1-2/+80
2007-10-26Added queue strategy "linear". This strategy is useful for those who always w...mmichelson1-12/+71
2007-10-24Adding the general option "shared_lastcall" to queues so that a member's wrap...mmichelson1-5/+38
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-4/+4
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-4/+4
2007-10-18Merged revisions 86328 via svnmerge from mmichelson1-2/+2
2007-10-18Changed some spaces to tabsmmichelson1-4/+4
2007-10-17Merged revisions 86202 via svnmerge from mmichelson1-1/+1
2007-10-16Removed the monitor-join option. If one wishes to mix audio, they should inst...mmichelson1-5/+0
2007-10-16Fixing the build.mmichelson1-5/+4
2007-10-16Merged revisions 85958 via svnmerge from mmichelson1-1/+21
2007-10-15Merged revisions 85720 via svnmerge from russell1-2/+9
2007-10-12Allow for the position announcement to be turned off if desired.mmichelson1-18/+26
2007-10-09Patch to add one-touch parking for queues.mmichelson1-0/+10
2007-10-04A two-in-one patch from the bugtrackermmichelson1-1/+12
2007-10-04Merged revisions 84692 via svnmerge from mmichelson1-1/+2
2007-10-04Merged revisions 84637 via svnmerge from file1-1/+1
2007-09-24interface_exists_global was never returning 1. Most likely an error from my m...mmichelson1-0/+1
2007-09-21Fix some areas where we were still using '|' for an argument delimiter (close...tilghman1-28/+42
2007-09-21Update app_queue to use commas as application argument separators.russell1-2/+2
2007-09-20Merging changes from queue_refcount_trunk into trunk. Refcounted queues now i...mmichelson1-249/+261
2007-09-19More conversions to NEW_CLIqwell1-114/+126
2007-09-19Merged revisions 83074 via svnmerge from file1-1/+5
2007-09-18Merged revisions 82961 via svnmerge from file1-1/+1
2007-09-18Merged revisions 82865 via svnmerge from mmichelson1-15/+8
2007-09-18Merged revisions 82834 via svnmerge from kpfleming1-6/+4
2007-09-18(closes issue #10755)qwell1-1/+10
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls torussell1-1/+1
2007-09-17Merged revisions 82590,82592 via svnmerge from kpfleming1-4/+6
2007-09-14Merged revisions 82396 via svnmerge from mmichelson1-2/+4
2007-09-13Changed "in" to "queue" in "queue {pause|unpause} member" command to be more ...mmichelson1-5/+7
2007-09-13Added the ability to pause and unpause members via the CLImmichelson1-0/+76
2007-09-13Merged revisions 82346 via svnmerge from mmichelson1-1/+1
2007-09-13Merged revisions 82326 via svnmerge from mmichelson1-1/+13
2007-09-13Fix a missing unref of a member struct. This was pointed out by Marta. Thanks!russell1-6/+2
2007-09-12Removed an unneeded ao2_ref. This was a problem because unless get_member_sta...mmichelson1-1/+0
2007-09-12Merged revisions 82274 via svnmerge from mmichelson1-1/+1
2007-09-11Merged revisions 82267 via svnmerge from russell1-8/+16
2007-09-11Merged revisions 82263 via svnmerge from russell1-0/+2