[Home]

Summary:ASTERISK-01527: [request] add autologoff feature to AgentLogin or AddQueueMember
Reporter:vgeller (vgeller)Labels:
Date Opened:2004-05-03 15:14:58Date Closed:2011-06-07 14:04:59
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:An autologoff feature currently supported only by AgentCallbackLogin, but it's not supported by AgentLogin and by AddQueueMember.

This feature would allow for better connection times in case when an agent forgets to logoff.

I'd suggest one of the following:

1. Add an option to AgentLogin and AddQueueMember:
a - for autologoff with value in seconds

or

2. Add 2 global parameters to agents.conf
static_autologoff = seconds
dynamic_autologoff = seconds


****** ADDITIONAL INFORMATION ******

Tested with Asterisk CVS-04/27/04
Comments:By: Brian West (bkw918) 2004-05-05 01:44:11

Thats what the n option is for or was ment for.

By: Brian West (bkw918) 2004-05-05 01:45:19

Accually you can't add these features very easy since the autologoff is done in chan_agent.

bkw

By: twisted (twisted) 2004-06-16 23:30:14

<bkw_> zappppppp it
<bkw_> if someone wants it they can write it