aboutsummaryrefslogtreecommitdiffstats
path: root/configs/manager.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-17 17:12:23 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-17 17:12:23 +0000
commitc180e625c1d48e531645f47588f20332175e9e29 (patch)
tree1c5a0f35530a5f038e1ce554f9393e489fc13865 /configs/manager.conf.sample
parent872026202f4a76bd930f559546182dee8adafb22 (diff)
Add an option that lets you only allow one connection at a time for each
manager user. (issue #8664, reported and original patch by ssokol, patch updated by bkruse, and further updated by me) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64786 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/manager.conf.sample')
-rw-r--r--configs/manager.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/manager.conf.sample b/configs/manager.conf.sample
index 11ba37354..04305e0e9 100644
--- a/configs/manager.conf.sample
+++ b/configs/manager.conf.sample
@@ -45,6 +45,10 @@ bindaddr = 0.0.0.0
; sslcert=/tmp/asterisk.pem ; path to the certificate.
+;
+;allowmultiplelogin = yes ; IF set to no, rejects manager logins that are already in use.
+; ; The default is yes.
+;
;displayconnects = yes
;
; Add a Unix epoch timestamp to events (not action responses)