aboutsummaryrefslogtreecommitdiffstats
path: root/configs/features.conf.sample
AgeCommit message (Collapse)AuthorFilesLines
2009-04-02Fix instructions in one-step parking comment to make more sense.mmichelson1-1/+1
Changed a capital K to a lowercase k. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@186174 f38db490-d61c-443f-a65b-d21fe96a405b
2009-02-26This change moves the default feature digit timeout to 1000 ms from the ↵murf1-3/+3
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.4@178956 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-31Rename new parkedcallparking option to parkedcallreparkingtwilson1-1/+1
Since this option actually already existed in 1.6.0+, use the same name so as not to confuse people when they upgrade git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@172639 f38db490-d61c-443f-a65b-d21fe96a405b
2009-01-30Fix feature inheritance with builtin featurestwilson1-0/+6
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.4@172517 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-29A little documentation cross-ref between features andmurf1-5/+5
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.4@152538 f38db490-d61c-443f-a65b-d21fe96a405b
2008-10-23Backport fix from 1.6.0 that allows you to set ↵twilson1-0/+2
parkedcalltransfers=no|caller|callee|both, but default to both which would be the equivalent of the existing behaviour. The problem was that if someone parked a call, the callee and caller would both get assigned the builtin transfer feature, which would not only be potentially giving someone the ability to transfer themselves when they shouldn't have it, but would also dissallow reinviting the media off of the call. (closes issue #12854) Reported by: davidw Patches: parkingfix4.diff.txt uploaded by otherwiseguy Tested by: davidw, otherwiseguy git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@151763 f38db490-d61c-443f-a65b-d21fe96a405b
2008-02-06Clarify setting DYNAMIC_FEATURES so that it gets inherited by outbound channels.russell1-1/+4
(due to a discussion between me and a user via email) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@102651 f38db490-d61c-443f-a65b-d21fe96a405b
2007-10-15Document that DTMF based features only work when two channels are bridged ↵file1-0/+4
together. (closes issue #10773) Reported by: pbayley git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@85571 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-02Adding note on effect of applicationmap features on re-invitesoej1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49145 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