[asterisk-commits] mmichelson: trunk r373771 - in /trunk: ./ channels/ configs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Sep 25 17:57:59 CDT 2012
Author: mmichelson
Date: Tue Sep 25 17:57:56 2012
New Revision: 373771
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373771
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
........
Merged revisions 373770 from http://svn.asterisk.org/svn/asterisk/branches/11
Modified:
trunk/ (props changed)
trunk/channels/chan_agent.c
trunk/configs/agents.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-11-merged' - no diff available.
Modified: trunk/channels/chan_agent.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_agent.c?view=diff&rev=373771&r1=373770&r2=373771
==============================================================================
--- trunk/channels/chan_agent.c (original)
+++ trunk/channels/chan_agent.c Tue Sep 25 17:57:56 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: trunk/configs/agents.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/agents.conf.sample?view=diff&rev=373771&r1=373770&r2=373771
==============================================================================
--- trunk/configs/agents.conf.sample (original)
+++ trunk/configs/agents.conf.sample Tue Sep 25 17:57:56 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