[svn-commits] mmichelson: branch certified-1.8.15 r373772 - in /certified/branches/1.8.15: ...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Sep 25 17:59:33 CDT 2012


Author: mmichelson
Date: Tue Sep 25 17:59:30 2012
New Revision: 373772

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=373772
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

Modified:
    certified/branches/1.8.15/   (props changed)
    certified/branches/1.8.15/channels/chan_agent.c
    certified/branches/1.8.15/configs/agents.conf.sample

Propchange: certified/branches/1.8.15/
------------------------------------------------------------------------------
--- branch-1.8-merged (original)
+++ branch-1.8-merged Tue Sep 25 17:59:30 2012
@@ -1,1 +1,1 @@
-/branches/1.8:1-369921,370769,371141,371201,371393,371436,371747,371782,371787,371998-372015
+/branches/1.8:1-369921,370769,371141,371201,371393,371436,371747,371782,371787,371998-372015,373768

Modified: certified/branches/1.8.15/channels/chan_agent.c
URL: http://svnview.digium.com/svn/asterisk/certified/branches/1.8.15/channels/chan_agent.c?view=diff&rev=373772&r1=373771&r2=373772
==============================================================================
--- certified/branches/1.8.15/channels/chan_agent.c (original)
+++ certified/branches/1.8.15/channels/chan_agent.c Tue Sep 25 17:59:30 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: certified/branches/1.8.15/configs/agents.conf.sample
URL: http://svnview.digium.com/svn/asterisk/certified/branches/1.8.15/configs/agents.conf.sample?view=diff&rev=373772&r1=373771&r2=373772
==============================================================================
--- certified/branches/1.8.15/configs/agents.conf.sample (original)
+++ certified/branches/1.8.15/configs/agents.conf.sample Tue Sep 25 17:59:30 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 svn-commits mailing list