mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 06:53:41 +00:00
Make sure we default allowmultiplelogin to on/yes, per the default stated in the config.
Issue 9885, patch by eliel. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -111,7 +111,7 @@ struct eventqent {
|
||||
static AST_LIST_HEAD_STATIC(all_events, eventqent);
|
||||
|
||||
static int displayconnects = 1;
|
||||
static int allowmultiplelogin;
|
||||
static int allowmultiplelogin = 1;
|
||||
static int timestampevents;
|
||||
static int httptimeout = 60;
|
||||
static int manager_enabled = 0;
|
||||
|
Reference in New Issue
Block a user