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:
Jason Parker
2007-06-05 17:47:37 +00:00
parent c78c8ec9dc
commit ac8fc3ad2d

View File

@@ -111,7 +111,7 @@ struct eventqent {
static AST_LIST_HEAD_STATIC(all_events, eventqent); static AST_LIST_HEAD_STATIC(all_events, eventqent);
static int displayconnects = 1; static int displayconnects = 1;
static int allowmultiplelogin; static int allowmultiplelogin = 1;
static int timestampevents; static int timestampevents;
static int httptimeout = 60; static int httptimeout = 60;
static int manager_enabled = 0; static int manager_enabled = 0;