[Home]

Summary:ASTERISK-09848: wrapuptime doesn't work for an agent logged on via AgentLogin
Reporter:Makoto Dei (makoto)Labels:
Date Opened:2007-07-10 04:14:38Date Closed:2007-07-10 13:50:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_agent
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) asterisk-1.2.18-agent-wrapuptime.patch
Description:wrapuptime doesn't work for an agent logged on via AgentLogin because
agent_pvt's lastdisc differs between AgentLogin and AgentCallbackLogin.

While lastdisc of AgentLogin is last disconnect time,
lastdisc of AgentCallbackLogin is when wrapuptime expires.

Attached patch will fix the problem.
Comments:By: Digium Subversion (svnbot) 2007-07-10 13:50:45

Repository: asterisk
Revision: 74382

------------------------------------------------------------------------
r74382 | qwell | 2007-07-10 13:50:43 -0500 (Tue, 10 Jul 2007) | 21 lines

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

(closes issue ASTERISK-9848)
................
r74379 | qwell | 2007-07-10 14:06:24 -0500 (Tue, 10 Jul 2007) | 12 lines

Merged revisions 74376 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r74376 | qwell | 2007-07-10 14:03:45 -0500 (Tue, 10 Jul 2007) | 4 lines

Fix an issue with wrapuptime not working when using AgentLogin.

Issue 10169, patch by makoto, with a minor mod by me to not re-break issue 9618

........

................

------------------------------------------------------------------------