aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-18Fix agent recording issue (bug #4551)markster1-0/+4
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-1/+2
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-8/+13
2005-05-26Fix agent deadlock and remove braindead tags dependencymarkster1-2/+1
2005-05-15add counters to 'show agents' CLI command (bug #4232)kpfleming1-1/+12
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-22/+22
2005-04-15fix potential seg fault in my patch that just went in, oopsrussell1-1/+1
2005-04-15Fix "show agents" when name is not present (bug #4030)markster1-18/+28
2005-04-06If an agent still has "wrapuptime" left after he finishes a call and themattf1-1/+15
2005-04-05optimize frame handling in agent_read()kpfleming1-36/+43
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-2/+2
2005-03-27Make status update on agents properlymarkster1-0/+1
2005-03-22Fix chan_agent segfault (bug #3590)markster1-2/+3
2005-03-05Propagate device state properly when agentlogoff command is issuedmarkster1-0/+1
2005-03-05Don't consider wrapuptime when call was not answeredmarkster1-2/+2
2005-03-05More persistence fixesmarkster1-1/+1
2005-03-05Minor persistence fixesmarkster1-3/+5
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-58/+73
2005-03-03Member presistance improvements (bug #3647)markster1-39/+23
2005-03-01Update agent manager docs (bug #3687)markster1-1/+2
2005-02-28Don't pass agent audio until call is confirmed (bug #3677)markster1-0/+5
2005-02-25Add execiftime, remove duplicate agent logoff CLImarkster1-49/+0
2005-02-25Adding support to log off an agent from the consolemattf1-0/+49
2005-02-18Add event for agentlogoff from CLI (bug #3611)markster1-1/+11
2005-02-14Fix native agent transfer, add UPGRADE.txt for notes about backwards compatib...markster1-9/+13
2005-02-10Make agent support sending url (bug #3543)markster1-0/+12
2005-02-08quicky agent formatting fix, merge polarity/answer patch (bug #2847)markster1-2/+1
2005-02-07Inherit variables across an agent (bug #3520)markster1-0/+1
2005-02-01Fix agent moh issue (bug #3383)markster1-1/+6
2005-01-30Add agent logon/logoff CLI command (bug #3440)markster1-0/+59
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-17Rid us of a silly compiler warningmarkster1-8/+10
2005-01-15Fix agent deadlock (bug #3311)markster1-3/+10
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-4/+4
2005-01-01Add ability to remember agentsmarkster1-2/+107