aboutsummaryrefslogtreecommitdiffstats
path: root/configs/queues.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2010-09-16Set the default for "autofill" and "shared_lastcall" to "yes" in queues.conf.russell1-8/+7
Review: https://reviewboard.asterisk.org/r/922/ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@287193 f38db490-d61c-443f-a65b-d21fe96a405b
2010-05-04Add new possible value to autopause option to allow members to be autopaused ↵mmichelson1-1/+3
in all queues. See the CHANGES file and queues.conf.sample for more details. (closes issue #17008) Reported by: jlpedrosa Patches: queues.autopause_en_review.diff uploaded by jlpedrosa (license 1002) Review: https://reviewboard.asterisk.org/r/581/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@261051 f38db490-d61c-443f-a65b-d21fe96a405b
2009-12-04new queue option, penaltymemberslimit, disregards penalty on too few queue ↵dvossel1-0/+6
members when enabled (closes issue #14559) Reported by: fiddur Patches: trunk-199584-1.diff uploaded by fiddur (license 678) Tested by: fiddur, dvossel git-svn-id: http://svn.digium.com/svn/asterisk/trunk@233196 f38db490-d61c-443f-a65b-d21fe96a405b
2009-11-09Add the 'relative-periodic-announce' option to app_queue to allow for ↵mnicholson1-0/+6
calculating the time of announcments from the end of the previous announcment rather than from the beginning. (closes issue #15260) Reported by: tonils git-svn-id: http://svn.digium.com/svn/asterisk/trunk@228947 f38db490-d61c-443f-a65b-d21fe96a405b
2009-11-03Add support for using a hint when configuring a state interface using the ↵file1-0/+4
format hint:<extension>@<context>. (closes issue #15168) Reported by: p_lindheimer Patches: queue_extenstate5_1.4.svn.patch uploaded by GameGamer43 (license 894) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@227424 f38db490-d61c-443f-a65b-d21fe96a405b
2009-10-07Remove 'keepstats' queue option from sample config, as it's no longer used.qwell1-5/+0
https://reviewboard.asterisk.org/r/115/ (closes issue #15820) Reported by: kshumard git-svn-id: http://svn.digium.com/svn/asterisk/trunk@222548 f38db490-d61c-443f-a65b-d21fe96a405b
2009-08-21Merged revisions 213493 via svnmerge from qwell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r213493 | qwell | 2009-08-21 11:03:21 -0500 (Fri, 21 Aug 2009) | 5 lines Clarify queues.conf comments to specify that variables should be set in the dialplan. (closes issue #15755) Reported by: trendboy ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@213494 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.seanbright1-47/+47
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197535 f38db490-d61c-443f-a65b-d21fe96a405b
2009-05-28Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.seanbright1-10/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197528 f38db490-d61c-443f-a65b-d21fe96a405b
2009-03-03Merged revisions 180006 via svnmerge from mmichelson1-0/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r180006 | mmichelson | 2009-03-03 16:48:18 -0600 (Tue, 03 Mar 2009) | 17 lines Clarify some documentation of queues.conf.sample 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/trunk@180007 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-07Update queues.conf.sample documentation.lmadsen1-2/+2
Update the queues.conf.sample documentation to mention that you need to preload chan_local.so as well if you plan on using Local channels for queue members, and you're preloading pbx_config.so. (closes issue #14179) Reported by: CrashHD Tested by: CrashHD git-svn-id: http://svn.digium.com/svn/asterisk/trunk@167477 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-06This commit introduces a change to how the "joinempty"mmichelson1-12/+45
and "leavewhenempty" options are configured in queues.conf. Instead of using vague terms like "yes," "no," "loose," and "strict," we now accept a comma-separated list of values to determine when to consider a member available. Extended details can be found in the queues.conf.sample file. Note also that the above four referenced values are still accepted for backwards-compatibility, but are mapped internally to the new method of representing the option. AST-105 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@146640 f38db490-d61c-443f-a65b-d21fe96a405b
2008-08-18Change the queue timeout priority logic into less uglymmichelson1-5/+13
and confusing code pieces. Clarify the logic within queues.conf.sample. (closes issue #12690) Reported by: atis Patches: queue_timeoutpriority.patch uploaded by atis (license 242) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@138694 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-03Added a new option, "timeoutpriority" to queues.conf. A detailedmmichelson1-4/+41
explanation of the change may be found in configs/queues.conf.sample (closes issue #12690) Reported by: atis git-svn-id: http://svn.digium.com/svn/asterisk/trunk@127720 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. ↵jpeeler1-3/+3
Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@122234 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-27Merged revisions 118358 via svnmerge from tilghman1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r118358 | tilghman | 2008-05-27 10:45:37 -0500 (Tue, 27 May 2008) | 3 lines Add a note that pbx_config.so is needed for Local channels. (Closes issue #12671) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@118359 f38db490-d61c-443f-a65b-d21fe96a405b
2008-05-10fix a sample since we now required , and not | for the arguments separatorjunky1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@115595 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-30Adding new configuration options to app_queue. This adds two new valuesmmichelson1-2/+14
to announce-position, "limit" and "more," as well as a new option, announce-position-limit. For more information on the use of these options, see CHANGES or configs/queues.conf.sample. (closes issue #10991) Reported by: slavon Patches: app_q.diff uploaded by slavon (license 288) Tested by: slavon, putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114906 f38db490-d61c-443f-a65b-d21fe96a405b
2008-03-18Add option 'randomperiodicannounce' to queues.conf. Setting this willmmichelson1-0/+4
allow the list of periodic announcments specified to be played in a random order instead of being played sequentially. (closes issue #6681) Reported by: alt_phil Tested by: putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/trunk@109621 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-14Change the queue holdtime announcement to happen at any interval (not just ↵mmichelson1-5/+2
greater than two minutes). Remove the saying of less-than for holdtime announcements since it can lead to awkward holdtime announcements. Using '1' as a queue-round-seconds value is no longer valid. (closes issue #9736) Reported by: caio1982 Patches: queue_announce5.diff uploaded by caio1982 (license 22) Tested by: caio1982, putnopvut git-svn-id: http://svn.digium.com/svn/asterisk/trunk@103687 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-21Adding the QUEUENAME variable to the variables set using the setqueuevar option mmichelson1-0/+1
in queues.conf. Suggestion comes from Shaun2222 on IRC. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99406 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-08Adding the option of specifying a second interface in a member definition ↵mmichelson1-1/+5
for a queue. app_queue will monitor this second device's state for the member, even though it actually calls the first interface. This ability has been added for statically defined queue members, realtime queue members, and dynamic queue members added through the CLI, dialplan, or manager. (closes issue #11603, reported by acidv) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@97203 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-21Merging the queue-penalty branch. In short, this allows one to dynamically ↵mmichelson1-0/+7
adjust the QUEUE_MAX_PENALTY and the newly introduced QUEUE_MIN_PENALTY during a call depending on the amount of time passed. The purpose is to allow the call to open up to more (or maybe just different) members without the caller's losing his place in the queue. See configs/queuerules.conf.sample for an example of how to set up queue rules and configs/queues.conf.sample for how to associate a rule with a queue. Along with the functional changes, new CLI and manager commands exist to show the rules defined and there is an additional CLI command to reload the queue rules. Future enhancements that may be made: support for realtime queue rules and support for dynamically adding a rule through the manager or CLI. Also a manager command to reload the queue rules (I'll probably write this myself very soon). git-svn-id: http://svn.digium.com/svn/asterisk/trunk@94370 f38db490-d61c-443f-a65b-d21fe96a405b
2007-12-03Updating sample queues.conf file to show how multiple periodic announcementsmmichelson1-0/+7
may be specified since this was not documented previously (closes issue #11432, reported and patched by Laureano) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@90528 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-06Adding the queue strategy wrandommmichelson1-0/+7
(closes issue #10942, reported and patched by julianjm, documentation changes by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89070 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-26Added queue strategy "linear". This strategy is useful for those who always ↵mmichelson1-0/+3
wish for their phones to be rung in a specific order. (closes issue #7279, reported and initially patched by diLLec, patch reworked by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87154 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-26Remove information about the roundrobin strategy from trunk's queues.conf.samplemmichelson1-1/+0
since it no longer exists git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87153 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-24Adding the general option "shared_lastcall" to queues so that a member's ↵mmichelson1-1/+8
wrapuptime may be used across multiple queues. (closes issue #9777, reported and patched by eliel) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86985 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-16Merged revisions 86032 via svnmerge from mmichelson1-7/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r86032 | mmichelson | 2007-10-16 18:35:31 -0500 (Tue, 16 Oct 2007) | 3 lines Since monitor-join is deprecated now, remove the example from the sample queues.conf file ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86033 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-12Allow for the position announcement to be turned off if desired.mmichelson1-1/+6
(closes issue #8515, reported by bruno_rocha, initial patch by bruno_rocha, final patch by qwell) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85527 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-18(closes issue #10755)qwell1-0/+8
Reported by: snar Patches: app-queue-cdr-trunk.patch uploaded by snar (license 245) queues.conf.patch uploaded by snar (license 245) Add an updatecdr option to queues.conf, so that if a "member name" is specified, the cdr record will be updated with that, rather than the channel. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82800 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-07Merged revisions 81886 via svnmerge from mmichelson1-12/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r81886 | mmichelson | 2007-09-07 10:25:19 -0500 (Fri, 07 Sep 2007) | 3 lines Moving the explanation for joinempty to a more appropriate place ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81891 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-30Added note to sample queues.conf file to line up with most recent change ↵mmichelson1-0/+1
regarding setinterfacevar. MEMBERREALTIME indicates whether a member is realtime. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@81388 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-10Merged revisions 78951 via svnmerge from file1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r78951 | file | 2007-08-10 10:49:19 -0300 (Fri, 10 Aug 2007) | 4 lines (closes issue #10422) 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/trunk@78952 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14oops - silly typo thereqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64273 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Don't allow rounding seconds to weird values that may cause "unexpected" ↵qwell1-0/+1
results. Issue 9514. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64263 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-27Add a min-announce-frequency option to queues.conf which allows you to ↵russell1-0/+9
control the minimum amount of time between queue announcements for use when the caller's queue position changes frequently. (issue #9604, patch by Matthew Roth) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62242 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Add 'loose' option to joinempty and leavewhenempty which is almost exactly ↵file1-0/+2
like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47567 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-27 * Added option to run macro when a queue member is connected to a caller,bweschke1-4/+34
see queues.conf.sample for details. * Added QUEUE_VARIABLES function to set queue variables added setqueuevar and setqueueentryvar options for each queue, see queues.conf.sample for details. (#8216, jmls reported and submitted) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46369 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Expand setinterfacevar option to also set a variable, MEMBERNAME, which ↵file1-0/+1
contains the member's name. (issue #8046 reported by jmls) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44218 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Add option 'keepstats' which will keep queue statistics during a reload. ↵file1-0/+5
(issue #7908 reported by jmls) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@44150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-01Merged revisions 44111 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r44111 | russell | 2006-10-01 11:20:12 -0400 (Sun, 01 Oct 2006) | 11 lines Merged revisions 44110 via svnmerge from 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/trunk@44112 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