Minor persistence fixes

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5140 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2005-03-05 02:53:27 +00:00
parent 2fbb559a70
commit fe64d7eca6
1 changed files with 5 additions and 3 deletions

View File

@ -1363,6 +1363,8 @@ static int agent_logoff_cmd(int fd, int argc, char **argv)
ast_queue_log("NONE", "NONE", agent, "AGENTCALLBACKLOGOFF", "%s|%ld|%s", p->loginchan, logintime, "CommandLogoff");
p->loginchan[0] = '\0';
ast_cli(fd, "Logging out %s\n", agent);
if (persistent_agents)
dump_agents();
break;
}
}