summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2013-07-21 02:11:49 +0000
committerMatthew Jordan <mjordan@digium.com>2013-07-21 02:11:49 +0000
commit3a5b68f07cb82506d63f6798ebcc69c16164db9a (patch)
treee74f823ea3ce12ca3a78de2a53814840da9f1516 /CHANGES
parentc3b8939be8af2d297104e9afae7e81517d34c1d5 (diff)
Allow setting allowmultiplelogin on an account basis
This patch modifies manager to allow the allowmultiplelogin setting to be set on an account by account basis. When set in the general context, it will act as the default for the defined accounts. Setting it in the account will override the general setting. (closes issue ASTERISK-21324) Reported by: vldmr patches: asterisk-manager-per-user-allowmultiplelogin.patch uploaded by vldmr (License 6487) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394881 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7acf8b006..c5f11a531 100644
--- a/CHANGES
+++ b/CHANGES
@@ -294,6 +294,10 @@ AMI (Asterisk Manager Interface)
the Local channel. This affects the LocalBridge, LocalOptimizationBegin,
and LocalOptimizationEnd events.
+ * The option 'allowmultiplelogin' can now be set or overriden in a particular
+ account. When set in the general context, it will act as the default
+ setting for defined accounts.
+
AGI (Asterisk Gateway Interface)
------------------
* The manager event AGIExec has been split into AGIExecStart and AGIExecEnd.