mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
4
CHANGES
4
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.
|
||||
|
Reference in New Issue
Block a user