summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-14support sending text through agent channels (issue #5295)Kevin P. Fleming
2005-10-13properly display connected channel name in 'agents' manager action for non-ca...Kevin P. Fleming
2005-10-13Fix seg in chan_agent (bug #5402)Mark Spencer
2005-10-05don't check 'acknowledged' for setting lastdisc, since it's guaranteed to be ...Kevin P. Fleming
2005-09-28Remove possibility of manager deadlocks from manager actionsMark Spencer
2005-09-26fix some buglets in 'agents' Manager action (issue #5235)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-14more documentation (issue #5174)Kevin P. Fleming
2005-09-14ensure that agent channels don't get seized during login (issue #5020)Kevin P. Fleming
2005-09-14ensure that the AGENTBYCALLERID_* variable is cleared when an agent logs in t...Kevin P. Fleming
2005-09-14partial formatting cleanupKevin P. Fleming
2005-09-07add doxygen documentation (issue #5133)Kevin P. Fleming
2005-08-26add AgentCallbackLogin and AgentLogoff manager actions (issue #4766)Kevin P. Fleming
2005-07-25add line break after show agents output (bug #4768)Russell Bryant
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15make 'Agents' manager action conform to protocol (bug #4723)Kevin P. Fleming
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-06ensure that AGENTBYCALLERID is set for agents being reloaded from persistent ...Kevin P. Fleming
2005-07-06remember CallerID in AgentCallbackLogin, so it can be used at logoff timeKevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-18Fix agent recording issue (bug #4551)Mark Spencer
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-05-26Fix agent deadlock and remove braindead tags dependencyMark Spencer
2005-05-15add counters to 'show agents' CLI command (bug #4232)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-15fix potential seg fault in my patch that just went in, oopsRussell Bryant
2005-04-15Fix "show agents" when name is not present (bug #4030)Mark Spencer
2005-04-06If an agent still has "wrapuptime" left after he finishes a call and theMatthew Fredrickson
2005-04-05optimize frame handling in agent_read()Kevin P. Fleming
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-27Make status update on agents properlyMark Spencer
2005-03-22Fix chan_agent segfault (bug #3590)Mark Spencer
2005-03-05Propagate device state properly when agentlogoff command is issuedMark Spencer
2005-03-05Don't consider wrapuptime when call was not answeredMark Spencer
2005-03-05More persistence fixesMark Spencer
2005-03-05Minor persistence fixesMark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-03-03Member presistance improvements (bug #3647)Mark Spencer
2005-03-01Update agent manager docs (bug #3687)Mark Spencer
2005-02-28Don't pass agent audio until call is confirmed (bug #3677)Mark Spencer
2005-02-25Add execiftime, remove duplicate agent logoff CLIMark Spencer
2005-02-25Adding support to log off an agent from the consoleMatthew Fredrickson
2005-02-18Add event for agentlogoff from CLI (bug #3611)Mark Spencer
2005-02-14Fix native agent transfer, add UPGRADE.txt for notes about backwards compatib...Mark Spencer
2005-02-10Make agent support sending url (bug #3543)Mark Spencer
2005-02-08quicky agent formatting fix, merge polarity/answer patch (bug #2847)Mark Spencer
2005-02-07Inherit variables across an agent (bug #3520)Mark Spencer