mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
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:
@@ -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) {
|
||||||
|
@@ -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]
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user