[asterisk-commits] mmichelson: branch 1.8 r373768 - in /branches/1.8: channels/ configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 25 17:47:40 CDT 2012
Author: mmichelson
Date: Tue Sep 25 17:47:36 2012
New Revision: 373768
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373768
Log:
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
Modified:
branches/1.8/channels/chan_agent.c
branches/1.8/configs/agents.conf.sample
Modified: branches/1.8/channels/chan_agent.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_agent.c?view=diff&rev=373768&r1=373767&r2=373768
==============================================================================
--- branches/1.8/channels/chan_agent.c (original)
+++ branches/1.8/channels/chan_agent.c Tue Sep 25 17:47:36 2012
@@ -223,7 +223,6 @@
static int wrapuptime;
static int ackcall;
static int endcall;
-static int multiplelogin = 1;
static int autologoffunavail = 0;
static char acceptdtmf = DEFAULT_ACCEPTDTMF;
static char enddtmf = DEFAULT_ENDDTMF;
@@ -1193,9 +1192,6 @@
strcpy(recordformatext, "wav");
urlprefix[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 */
v = ast_variable_browse(cfg, "agents");
Modified: branches/1.8/configs/agents.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/configs/agents.conf.sample?view=diff&rev=373768&r1=373767&r2=373768
==============================================================================
--- branches/1.8/configs/agents.conf.sample (original)
+++ branches/1.8/configs/agents.conf.sample Tue Sep 25 17:47:36 2012
@@ -3,9 +3,6 @@
;
[general]
-; Enable or disable a single extension from logging in as multiple agents.
-; The default value is "yes".
-;multiplelogin=yes
[agents]
;
More information about the asterisk-commits
mailing list