The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.

(closes issue #10178, reported and patched by makoto, with slight modification for 1.4 and trunk by me)



git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@74719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2
Mark Michelson 18 years ago
parent 4307bca95c
commit 140c936792

@ -1998,6 +1998,8 @@ static int __login_exec(struct ast_channel *chan, void *data, int callbackmode)
ast_device_state_changed("Agent/%s", p->agent); ast_device_state_changed("Agent/%s", p->agent);
while (res >= 0) { while (res >= 0) {
ast_mutex_lock(&p->lock); ast_mutex_lock(&p->lock);
if (!p->loginstart && p->chan)
ast_softhangup(p->chan, AST_SOFTHANGUP_EXPLICIT);
if (p->chan != chan) if (p->chan != chan)
res = -1; res = -1;
ast_mutex_unlock(&p->lock); ast_mutex_unlock(&p->lock);

Loading…
Cancel
Save