aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2009-03-30Backport state interface changes to app_queue from trunk.mmichelson1-1/+5
After several issues raised on the Asterisk bugtracker against the 1.4 branch were determined to be fixable with the state interface change available in the 1.6.X series, it finally came time to just suck it up and backport the change. For a detailed explanation of what this change entails, the original trunk commit for this feature may be found here: http://svn.digium.com/view/asterisk?view=revision&revision=97203 In addition, the details for the use of this change to fix the problems stated in issue #12970 may be found in the review request I made for this change. It is linked below. (closes issue #12970) Reported by: edugs15 Review: http://reviewboard.digium.com/r/116 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@184980 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-03Clarify some documentation of queues.conf.samplemmichelson1-0/+7
It had always been possible to explicitly specify a "blank" value for a sound file in queues.conf and have no sound played back. The problem with this is that it would result in some ugly CLI warnings from file.c. This commit introduces a check when playing a file in app_queue to see if the name of the file is zero-length and return early if that is the case. Also, the ability to specify the blank sound files in queues.conf is now mentioned more clearly in queues.conf.sample (closes issue #14227) Reported by: caspy git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@180006 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-27Add a note that pbx_config.so is needed for Local channels.tilghman1-1/+4
(Closes issue #12671) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@118358 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-16Since monitor-join is deprecated now, remove the example from the sample ↵mmichelson1-7/+0
queues.conf file git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@86032 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-07Moving the explanation for joinempty to a more appropriate placemmichelson1-10/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@81886 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-10(closes issue #10422)file1-0/+4
Reported by: bhowell Add note to sample configuration about module load order and how it can cause perfectly good queue members to be marked as invalid. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@78951 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-01Merged revisions 44110 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r44110 | russell | 2006-10-01 11:19:23 -0400 (Sun, 01 Oct 2006) | 3 lines Fix the name of the "eventmemberstatus" option in the sample queues.conf (issue #8065, adamg) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44111 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Document member name logging functionality.qwell1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43327 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42716 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r42716 | tilghman | 2006-09-11 11:39:06 -0500 (Mon, 11 Sep 2006) | 2 lines Spelling/grammar fixes (Issue 7929) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42717 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ↵kpfleming1-3/+5
handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37988 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-29Merged revisions 36253-36254 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r36253 | kpfleming | 2006-06-29 02:19:27 -0500 (Thu, 29 Jun 2006) | 2 lines add documentation for peer-specific 'outboundproxy' setting ........ r36254 | kpfleming | 2006-06-29 02:19:54 -0500 (Thu, 29 Jun 2006) | 2 lines clarify documentation for 'persistentmembers' setting ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36262 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22Bug 6589 - option to display channel variables in queue eventstilghman1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35504 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Integrate the MixMonitor functionality (introduced in 1.2) as an option for ↵bweschke1-1/+55
recording queue member conversations with callers. #7084 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25076 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 Allow for the execution of an AGI to the caller's channel right before they ↵bweschke1-1/+7
get bridged with the queue member that is going to take their call. Add the option to set a MEMBERINTERFACE variable on the caller's channel that will contain the interface of the queue member that is going to/did take the call. #6843 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25056 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-03 Fix autofill behavior in app_queue and document it's functionality in ↵bweschke1-5/+22
queues.conf.sample and UPGRADE.txt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24543 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06Formatting fixesoej1-11/+22
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-31 Provide warning about current behavior of autofill = yes bweschke1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16673 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-15add option to avoid calling members whose channels are 'in use' (issue ↵kpfleming1-0/+6
#6315, plus documentation) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10163 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23changed some settings to app_args and some codemogorman1-1/+1
cleaning patch 6267 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-13added two new features to meetme, autofill and mogorman1-0/+9
autopause. thanks twisted from 5577 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8060 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-04make sample config files easier to ready (issue #5371)kpfleming1-18/+24
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6720 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-02correct terminology (issue #5100)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6510 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-31Add periodic announcement (bug #4677 with mods)markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6248 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-15rename SetVar application to Set, deprecate SetVarkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5688 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-11correct descriptions for joinempty options (bug #3979)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5447 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-11Add option to mask certain high frequency events (bug #3707)markster1-2/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5444 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-05correct queue sample config file (bug #3964)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5415 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" ↵markster1-2/+9
DTMF mode git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5293 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-04Add timeoutrestart option (bug #3656)markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5135 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-04Update documentation on agent groups (bug #3652)markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5134 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-07Merge weight option (bug #3038)markster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4698 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-03Fix formatting etc in queues (bug #3159)markster1-5/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4640 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-03Rename musiconhold option for consistency (bug #3163)markster1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4639 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-06Add persistent dynamic queue member support (bug #2929)markster1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4390 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Merge member delay patch (bug #2563)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3904 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03Add reporting of actual hold time (bug #2564)markster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3900 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-29Fix little "less than" issuemarkster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3853 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-28add ability to purge callers from queue if no agents are logged inrussell1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3847 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-26tweak the queues.conf.samplerussell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3838 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-27Allow optional event whenever an agent is called from a queue (bug #2066)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3523 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-24Create option for joining empty queue (bug #2126)markster1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3502 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-28Merge seconds announcement for queue hold time (bug #1941)markster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3332 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-26Implement queue wide wrapuptime (bug #1707)markster1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3317 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-19Merge small bkw_ queue enhancementsmarkster1-0/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3008 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-18Add Round-Robin w/ Memory queueing strategy (rrmemory)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2998 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-10Fix missing semicolons in sample configurations (bug #1596)markster1-6/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2941 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-13Merge queue changes from Bug #214markster1-0/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2415 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-02Implement remaining queue strategies, ADSI fixes, and queue config updatesmarkster1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1252 f38db490-d61c-443f-a65b-d21fe96a405b
2003-07-30Add alternate queueing strategies. Implment ringall, roundrobin, and randommarkster1-2/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1238 f38db490-d61c-443f-a65b-d21fe96a405b