]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 189204 via svnmerge from
authorDavid Vossel <dvossel@digium.com>
Sat, 18 Apr 2009 01:38:21 +0000 (01:38 +0000)
committerDavid Vossel <dvossel@digium.com>
Sat, 18 Apr 2009 01:38:21 +0000 (01:38 +0000)
commit06994dc3ac5e62e70f3e2bdf5fafb52c37d6932d
tree7aabe7f8fa53f500af5186cdc1f361579b6efaba
parent17f63dd92aa89dd12fa840e079f2f77f56f2357a
Merged revisions 189204 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

................
  r189204 | dvossel | 2009-04-17 20:28:45 -0500 (Fri, 17 Apr 2009) | 18 lines

  Merged revisions 189203 via svnmerge from
  https://origsvn.digium.com/svn/asterisk/branches/1.4

  ........
    r189203 | dvossel | 2009-04-17 20:27:19 -0500 (Fri, 17 Apr 2009) | 12 lines

    Fixed autologoff in agents.conf not working when agent logs in via AgentLogin app

    An agent logs in by calling an extension that calls the AgentLogin app.  In agents.conf ackcall=always is set, so when they get a call they have the choice to either acknowledge it or ignore it.  autologoff=10 is set as well, so if the agent ignores the call over 10sec one may assume that the agent should be logged out (and in this case hungup on as well), but this was not happening.

    (closes issue #14091)
    Reported by: evandro
    Patches:
          autologoff.diff uploaded by dvossel (license 671)

    Review: http://reviewboard.digium.com/r/225/
  ........
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@189206 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_agent.c