From 7ee13037960d00e9da88e66544ddf002968cd522 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 17 May 2007 17:12:23 +0000 Subject: 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: https://origsvn.digium.com/svn/asterisk/trunk@64786 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/manager.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/manager.conf.sample') 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) -- cgit v1.2.3