summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
2006-01-20More doxygen updatesOlle Johansson
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-14 Code cleanup spawned from an earlier commit today r8063. Standardize manager...BJ Weschke
2006-01-13Made chan_agent code parsing more robust andMatt O'Gorman
2006-01-13 Implement the autologoffunavail option in chan_agent (#6038 with some minor ...BJ Weschke
2006-01-13added some minor changes from bug 6046 thanks ppyyMatt O'Gorman
2006-01-13fix spelling errors (issue #6227)Russell Bryant
2006-01-12Added option for limiting a user from logging inMatt O'Gorman
2006-01-12removed unused variable and config parsing for itMatt O'Gorman
2006-01-11Merged revisions 7986 via svnmerge from Russell Bryant
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2006-01-06Merged revisions 7829 via svnmerge from Kevin P. Fleming
2006-01-05Merged revisions 7809 via svnmerge from Kevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-21 Bug #6040 - Documentation correctionBJ Weschke
2005-12-20add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)Russell Bryant
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from Kevin P. Fleming
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from Kevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08more header include simplificationKevin P. Fleming
2005-11-06don't loop forever on an invalid options string (issue #5629)Russell Bryant
2005-11-06issue #5605Russell Bryant
2005-11-03major update to arg/option parsing APIs and documentationKevin P. Fleming
2005-10-28fix remaining breakage from yesterday's changesKevin P. Fleming
2005-10-28use new app-argument macros, and try to fix yesterday's breakageKevin P. Fleming
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-26fix up arguments to AgentCallbackLogin so that the options string and theRussell Bryant
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