aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-23(closes issue #5866)file1-2/+2
2007-07-11The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.mmichelson1-0/+2
2007-07-10Fix an issue with wrapuptime not working when using AgentLogin.qwell1-4/+6
2007-07-06Fixed a bug wherein agents get stuck busy. (issue 9618, reported by jiddings,...mmichelson1-1/+1
2007-02-28Fix a few more issues with the agent logoff CLI command. (issue #9123 reporte...file1-1/+10
2007-02-22Always defer Agent logoff if any channels are up until they hang up. (issue #...file1-6/+4
2007-02-20Defer clearing callback information if channels are up until they are hung up...file1-2/+10
2007-02-16Do not send indications through ast_indicate in chan_agent but instead go dir...file1-1/+1
2006-09-06 Look ma! No more deadlocks! <sic>bweschke1-2/+15
2006-07-06 Don't do wierd things on a callback agent that has attempted logoff while st...bweschke1-2/+4
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell1-12/+2
2006-05-08 Don't show agents as available when they are in wrap-up time. #6726 (ZX81)bweschke1-1/+4
2006-02-15ensure that agents logged in via the manager interface are stored in the pers...kpfleming1-0/+2
2006-01-13fix spelling errors (issue #6227)russell1-7/+7
2006-01-11move variable to correct scope (issue #6197)russell1-1/+1
2006-01-06update agent persistence when an agent gets logged off by autologoffkpfleming1-0/+2
2006-01-05send device state updates for auto-logoff of agents as wellkpfleming1-0/+1
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-2/+2
2005-12-21Bug #6040 - Documentation correctionbweschke1-1/+1
2005-12-13only report AGENT_IDLE for callback mode agents when they are actually idle (...kpfleming1-1/+1
2005-12-02protect agent_bridgedchannel() from segfaulting when there is no bridged chan...kpfleming1-7/+8
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-08more header include simplificationkpfleming1-0/+1
2005-11-06don't loop forever on an invalid options string (issue #5629)russell1-9/+7
2005-11-06issue #5605russell1-2/+6
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-1/+1
2005-10-28fix remaining breakage from yesterday's changeskpfleming1-1/+1
2005-10-28use new app-argument macros, and try to fix yesterday's breakagekpfleming1-30/+24
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-9/+9
2005-10-26fix up arguments to AgentCallbackLogin so that the options string and therussell1-49/+39
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-4/+3
2005-10-14support sending text through agent channels (issue #5295)kpfleming1-0/+13
2005-10-13properly display connected channel name in 'agents' manager action for non-ca...kpfleming1-12/+11
2005-10-13Fix seg in chan_agent (bug #5402)markster1-1/+1
2005-10-05don't check 'acknowledged' for setting lastdisc, since it's guaranteed to be ...kpfleming1-1/+1
2005-09-28Remove possibility of manager deadlocks from manager actionsmarkster1-3/+0
2005-09-26fix some buglets in 'agents' Manager action (issue #5235)kpfleming1-3/+5
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+14
2005-09-14more documentation (issue #5174)kpfleming1-7/+70
2005-09-14ensure that agent channels don't get seized during login (issue #5020)kpfleming1-0/+5
2005-09-14ensure that the AGENTBYCALLERID_* variable is cleared when an agent logs in t...kpfleming1-9/+9
2005-09-14partial formatting cleanupkpfleming1-291/+275
2005-09-07add doxygen documentation (issue #5133)kpfleming1-33/+75
2005-08-26add AgentCallbackLogin and AgentLogoff manager actions (issue #4766)kpfleming1-36/+170
2005-07-25add line break after show agents output (bug #4768)russell1-0/+2
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-33/+14
2005-07-15make 'Agents' manager action conform to protocol (bug #4723)kpfleming1-1/+13
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-0/+1
2005-07-06ensure that AGENTBYCALLERID is set for agents being reloaded from persistent ...kpfleming1-2/+3
2005-07-06remember CallerID in AgentCallbackLogin, so it can be used at logoff timekpfleming1-16/+46