Remove dead code and documentation for nonexistent feature.

multiplelogin was removed from chan_agent back in 1.6.0 when
AgentCallbackLogin() was removed.

(closes issue AST-948)
reported by Steve Pitts
........

Merged revisions 373768 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 373769 from http://svn.asterisk.org/svn/asterisk/branches/10
........

Merged revisions 373770 from http://svn.asterisk.org/svn/asterisk/branches/11


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@373771 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Michelson
2012-09-25 22:57:56 +00:00
parent 7bfa978495
commit 2b56626b43
2 changed files with 0 additions and 7 deletions

View File

@@ -223,7 +223,6 @@ static int autologoff;
static int wrapuptime; static int wrapuptime;
static int ackcall; static int ackcall;
static int endcall; static int endcall;
static int multiplelogin = 1;
static int autologoffunavail = 0; static int autologoffunavail = 0;
static char acceptdtmf = DEFAULT_ACCEPTDTMF; static char acceptdtmf = DEFAULT_ACCEPTDTMF;
static char enddtmf = DEFAULT_ENDDTMF; static char enddtmf = DEFAULT_ENDDTMF;
@@ -1199,9 +1198,6 @@ static int read_agent_config(int reload)
urlprefix[0] = '\0'; urlprefix[0] = '\0';
savecallsin[0] = '\0'; savecallsin[0] = '\0';
/* Read in [general] section for persistence */
multiplelogin = ast_true(ast_variable_retrieve(cfg, "general", "multiplelogin"));
/* Read in the [agents] section */ /* Read in the [agents] section */
v = ast_variable_browse(cfg, "agents"); v = ast_variable_browse(cfg, "agents");
while(v) { while(v) {

View File

@@ -3,9 +3,6 @@
; ;
[general] [general]
; Enable or disable a single extension from logging in as multiple agents.
; The default value is "yes".
;multiplelogin=yes
[agents] [agents]
; ;