summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-07-17 14:00:27 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-07-17 14:00:27 +0000
commit1517710d7e51632b04e8372f6f933a5682454924 (patch)
tree80615df02a69e1c53cdf68fb1c3d156f96f31ddd /UPGRADE.txt
parentb46ad8b190b230ab097847075c07303deb6acfa9 (diff)
Change several 'core' commands to be 'dialplan' commands (with appropriate
deprecation, of course) (closes issue #13016) Reported by: caio1982 Patches: dialplan_globals6.diff uploaded by caio1982 (license 22) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@131606 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 0f5a854cf..5db13ff4e 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -63,6 +63,11 @@ Core:
* The concise versions of various CLI commands are now deprecated. We recommend
using the manager interface (AMI) for application integration with Asterisk.
+* The following core commands dealing with dialplan has been deprecated: 'core
+ show globals', 'core set global' and 'core set chanvar'. Use the equivalent
+ 'dialplan show globals', 'dialplan set global' and 'dialplan set chanvar'
+ instead.
+
* The silencethreshold used for various applications is now settable via a
centralized config option in dsp.conf.