aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-22 22:55:35 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-02-22 22:55:35 +0000
commit92539559f83e574f744f4a03d084103cb71d0f05 (patch)
tree25f83f88a9f780f3bb836c1b817978c62b8979a9 /UPGRADE.txt
parentb1fb0994746a104aaba7ffcd35ad3fbe2e281276 (diff)
Move Originate to a separate privilege and require the additional System privilege to call out to a subshell.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@104039 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 46ab23db9..588bccc10 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -178,3 +178,6 @@ Manager:
change your manager.conf to add the level to existing AMI users, if they
want to see the CDR events generated.
+* The Originate command now requires the Originate write permission. For
+ Originate with the Application parameter, you need the additional System
+ privilege if you want to do anything that calls out to a subshell.