[asterisk-commits] mmichelson: branch 11 r373770 - in /branches/11: ./ channels/ configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 25 17:55:39 CDT 2012
Author: mmichelson
Date: Tue Sep 25 17:55:35 2012
New Revision: 373770
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373770
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
........
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
Modified:
branches/11/ (props changed)
branches/11/channels/chan_agent.c
branches/11/configs/agents.conf.sample
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: branches/11/channels/chan_agent.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/channels/chan_agent.c?view=diff&rev=373770&r1=373769&r2=373770
==============================================================================
--- branches/11/channels/chan_agent.c (original)
+++ branches/11/channels/chan_agent.c Tue Sep 25 17:55:35 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;
@@ -1198,9 +1197,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/11/configs/agents.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/11/configs/agents.conf.sample?view=diff&rev=373770&r1=373769&r2=373770
==============================================================================
--- branches/11/configs/agents.conf.sample (original)
+++ branches/11/configs/agents.conf.sample Tue Sep 25 17:55:35 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