summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-07-31 21:21:57 +0000
committerMark Michelson <mmichelson@digium.com>2012-07-31 21:21:57 +0000
commit58f281a67059c4348ac84544210f03a7527883d6 (patch)
treec054e574e704f2cffc87d036b92cfc720779f85b /CHANGES
parentd5d41741ccdeee4432595fea1305714bea5e44ae (diff)
Add "setvar" option to manager.conf.
With this option set, channel variables can be set on every manager originate. The Variable header can still be used to set additional channel variables for individual calls if desired. This work was completed by Olle Johansson on review board. I have applied the review feedback and am committing it in order to get this into trunk before Asterisk 11 is branched. Review: https://reviewboard.asterisk.org/r/1412 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370681 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7d5e7fbc7..3baf959fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,6 @@
=== and the other UPGRADE files for older releases.
===
==============================================================================
-
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 10 to Asterisk 11 --------------------
------------------------------------------------------------------------------
@@ -420,6 +419,8 @@ AGI
AMI (Asterisk Manager Interface)
------------------
+ * Added setvar= option to manager accounts (much like sip.conf)
+
* Originate now generates an error response if the extension given is not found
in the dialplan