aboutsummaryrefslogtreecommitdiffstats
path: root/configs/features.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2009-04-02Merged revisions 186175 via svnmerge from mmichelson1-1/+1
https://origsvn.digium.com/svn/asterisk/trunk ................ r186175 | mmichelson | 2009-04-02 16:56:21 -0500 (Thu, 02 Apr 2009) | 11 lines Merged revisions 186174 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r186174 | mmichelson | 2009-04-02 16:55:34 -0500 (Thu, 02 Apr 2009) | 5 lines Fix instructions in one-step parking comment to make more sense. Changed a capital K to a lowercase k. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@186177 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-27Merged revisions 178986 via svnmerge from murf1-2/+2
https://origsvn.digium.com/svn/asterisk/trunk ................ r178986 | murf | 2009-02-26 20:45:58 -0700 (Thu, 26 Feb 2009) | 26 lines Merged revisions 178956 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 In this case, it's just a matter of reducing the default timeouts from 2000 to 1000 msec, as the max def feature digit timeout is no longer halved. ........ r178956 | murf | 2009-02-26 14:27:32 -0700 (Thu, 26 Feb 2009) | 18 lines This change moves the default feature digit timeout to 1000 ms from the previous default of 500. As per bug 14515, a dev discussion arrived at a "mediated concensus" of a default feature digit timeout of 1.0 sec. Some voted for 1300; ctooley thought 1500 for distracted phone users in phone booths; kpfleming put his foot down at 1.0 sec. Users who found the previous default max delay of 250 msec perfect, are welcome to override the new default. Notice that I said that 250 msec was the default; wait a minute, you might say, the config file said it was 500 msec!; well, because of the bug fix for 14515, we found that 500 msec was actually enforcing a max of 250. The bug fix would restore 500 msec, but we felt even that was a bit tight for most users... 2000 msec was pushed earlier by mmichelson, so that reduces to 1000 msec after the bug fix. Enjoy! ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@178988 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-31Merged revisions 172581 via svnmerge from twilson1-2/+0
https://origsvn.digium.com/svn/asterisk/trunk ........ r172581 | twilson | 2009-01-30 15:50:03 -0600 (Fri, 30 Jan 2009) | 2 lines Remove incorret line from sample config ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@172638 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-31Merged revisions 172580 via svnmerge from twilson1-0/+6
https://origsvn.digium.com/svn/asterisk/trunk ................ r172580 | twilson | 2009-01-30 15:29:12 -0600 (Fri, 30 Jan 2009) | 44 lines Merged revisions 172517 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r172517 | twilson | 2009-01-30 11:47:41 -0600 (Fri, 30 Jan 2009) | 37 lines Fix feature inheritance with builtin features When using builtin features like parking and transfers, the AST_FEATURE_* flags would not be set correctly for all instances when either performing a builtin attended transfer, or parking a call and getting the timeout callback. Also, there was no way on a per-call basis to specify what features someone should have on picking up a parked call (since that doesn't involve the Dial() command). There was a global option for setting whether or not all users who pickup a parked call should have AST_FEATURE_REDIRECT set, but nothing for DISCONNECT, AUTOMON, or PARKCALL. This patch: 1) adds the BRIDGE_FEATURES dialplan variable which can be set either in the dialplan or with setvar in channels that support it. This variable can be set to any combination of 't', 'k', 'w', and 'h' (case insensitive matching of the equivalent dial options), to set what features should be activated on this channel. The patch moves the setting of the features datastores into the bridging code instead of app_dial to help facilitate this. 2) adds global options parkedcallparking, parkedcallhangup, and parkedcallrecording to be similar to the parkedcalltransfers option for globally setting features. 3) has builtin_atxfer call builtin_parkcall if being transfered to the parking extension since tracking everything through multiple masquerades, etc. is difficult and error-prone 4) attempts to fix all cases of return calls from parking and completed builtin transfers not having the correct permissions (closes issue #14274) Reported by: aragon Patches: fix_feature_inheritence.diff.txt uploaded by otherwiseguy (license 396) Tested by: aragon, otherwiseguy Review http://reviewboard.digium.com/r/138/ ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@172636 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-29Merged revisions 152605 via svnmerge from murf1-6/+6
https://origsvn.digium.com/svn/asterisk/trunk ................ r152605 | murf | 2008-10-28 23:47:13 -0600 (Tue, 28 Oct 2008) | 22 lines Merged revisions 152538 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r152538 | murf | 2008-10-28 23:19:04 -0600 (Tue, 28 Oct 2008) | 14 lines A little documentation cross-ref between features and dial and queue... I wasted some time (stupidly) trying to get the one-touch parking stuff working, because it didn't occur to me that I had to also have the corresponding options in the dial command! Duh! (In all this time, I never set this up before!) So, to keep some poor fool from suffering the same fate, I made the features.conf.sample file mention the corresponding opts in dial/queue; and the docs for dial/app specifically mention the corresponding decls in the feature.conf file. I hope this doesn't spoil some vast, eternal plan... ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@152606 f38db490-d61c-443f-a65b-d21fe96a405b
2008-07-21Update configuration files to add missing options for jingle, gtalk, bbryant1-2/+5
manager.conf, and features.conf. (closes issue #13128) Reported by: caio1982 Patches: missing_options1.diff uploaded by caio1982 (license 22) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@132514 f38db490-d61c-443f-a65b-d21fe96a405b
2008-04-21(closes issue #6113)jpeeler1-12/+16
Reported by: oej Tested by: jpeeler This patch implements multiple parking lots for parked calls. The default parkinglot is used by default, however setting the channel variable PARKINGLOT in the dialplan will allow use of any other configured parkinglot. See configs/features.conf.sample for more details on setting up another non-default parkinglot. Also, one can (currently) set the default parkinglot to use in the driver configuration file via the parkinglot option. Patch initially written by oej, brought up to date and finalized by mvanbaak, and then stabilized and converted to astobj2 by me. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@114487 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-06Merged revisions 102651 via svnmerge from russell1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r102651 | russell | 2008-02-06 09:19:41 -0600 (Wed, 06 Feb 2008) | 3 lines Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels. (due to a discussion between me and a user via email) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@102652 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-30Adding support for the "automixmonitor" dial and queue options.mmichelson1-0/+1
This works in much the same way as the automonitor, except that instead of using the monitor app, it uses the mixmonitor app. By providing an 'x' or 'X' as a dial or queue option, a DTMF sequence may be entered (as defined in features.conf) to start the one-touch mixmonitor. This patch also introduces some new API calls to the audiohooks code for searching for an audiohook by type and for searching for a running audiohook by type. Big thanks to joetester for writing the initial patch, testing it and patiently waiting for it to be committed. (closes issue #10185, reported and patched by xmarksthespot) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@90388 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-15Merged revisions 85571 via svnmerge from file1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r85571 | file | 2007-10-15 13:39:59 -0300 (Mon, 15 Oct 2007) | 4 lines Document that DTMF based features only work when two channels are bridged together. (closes issue #10773) Reported by: pbayley ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85578 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Add support for configuring named groups of custom call features inrussell1-0/+17
features.conf. This allows you to create a feature one time, and then map it into groups for various different key mappings for the same feature, as well as easy access control to groups of features. (patch from bbryant) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66774 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Revert changes that snuck in with revision 66724.russell1-17/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66773 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-31Fix a crash on reload by using calloc() instead of malloc() to ensure thatrussell1-0/+17
data is properly initialized. (issue #9765, reported by MatsK, patch from eliel) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66724 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-01In addition to making it so attended transfers don't fail unnecessarily,russell1-1/+8
add some new options to control what happens when you hangup on an attended transfer before the target extension answers the transferred channel. You can now have it send the transferee back to the transferer. (issue #8413, patch from sergee with very minor modifications by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@62593 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16Allow the user to specify where to enable the respective features for when a ↵file1-2/+4
parked call is picked up. (ie: transfers and parking) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54910 f38db490-d61c-443f-a65b-d21fe96a405b
2007-02-16Add option to features.conf that enables parking via DTMF on picked up ↵file1-0/+1
parked calls. (issue #9082 reported by francesco_r) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@54889 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-16Add parkedcalltransfers option for res_features. This basically ↵file1-0/+1
enables/disables DTMF based transfers. If you want to get former behavior you will have to make sure it is enabled. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@51152 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-02Update sample configoej1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-11Merged revisions 42716 via svnmerge from tilghman1-1/+1
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-08-29Kevins last commit made me spot a typo.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41282 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-29add one remaining bit of functionality to the features.conf applicationmap ↵kpfleming1-1/+4
(from Matt Nicholson in Digium Express Services) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisrussell1-4/+39
post to the asterisk-dev mailing list: http://lists.digium.com/pipermail/asterisk-dev/2006-August/022174.html This implements full control over both which channel(s) can activate a dynamic feature, as well as which channel to run the application on. I also updated the documentation on the applicationmap in features.conf.sample in hopes that the configuration is more clear. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39109 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ↵kpfleming1-0/+3
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-05-23allows for configurable answer timeout on attended transfermogorman1-0/+1
patch 0006763 with minor changes. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29766 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to ↵bweschke1-0/+1
/trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03Clarify the need for numeric parking positions (imported from 1.2)oej1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17152 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21add a CLI command that allows converting files to other formats usingrussell1-10/+10
the Asterisk file format and codec translator modules (issue #6062) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14027 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-21Merged revisions 13964 via svnmerge from russell1-1/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r13964 | russell | 2006-03-21 13:59:29 -0500 (Tue, 21 Mar 2006) | 3 lines add a note explaining how to set the DYNAMIC_FEATURES variable to allow the use of custom features (issue #6747) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13967 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-14added feature for pausing and unpausing the mogorman1-1/+2
monitor app from manager and in the call through features.conf bug 5395 for the patch git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8070 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-08added small feature from bug 5682 with one typo fix.mogorman1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7865 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-09Document other use of courtesytone, make association of "One Touch Record" ↵twisted1-1/+2
with "Touch monitor" git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7409 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-11-03document an undocumented variablekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6958 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23add ability to map feature sequences to applications (issue #3764)kpfleming1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6374 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27Add option to park in the next slot (bug #4028)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5512 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-05Various/assundry cleanupsmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4680 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-05allow sounds to be configurableanthm1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4678 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-05Merge Tony's attended # transfer with changes (bug #3241)markster1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4677 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-04Make features configurable and easier to implementmarkster1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4650 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-26make pick-up extension configurable. update ChangeLogrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3843 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-15Merge ADSI parking announcement (bug #2211)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3787 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31Add documentation for new courtesy tone (bug #2329)markster1-4/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3700 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-01Merge gryn's transfer digit timeout patch (bug #2184)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3555 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-17rename "parking" to "features" in preparation for some more (possibly post ↵markster1-0/+9
1.0) feature additions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3463 f38db490-d61c-443f-a65b-d21fe96a405b