aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_agent.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-28optimize a bit name completion by avoiding repeated calls torizzo1-9/+6
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2
2006-03-26conversions to S_OR (issue #6803)russell1-1/+1
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-02-15Merged revisions 10137 via svnmerge from kpfleming1-0/+2
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming1-2/+2
2006-02-12major dialplan functions updatekpfleming1-6/+6
2006-02-01use string fields for some stuff in ast_channelkpfleming1-8/+7
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-6/+4
2006-01-30Merge Rizzo's waitfor update (bug #4584)markster1-6/+3
2006-01-25use arg parsing macros in the AGENT dialplan function (issue #6236, with smal...russell1-15/+17
2006-01-25store agent_pvt list using linked list macros (issue #6342)russell1-148/+69
2006-01-21on this pass, only remove duplicate log messagesrussell1-9/+2
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-1/+13
2006-01-21remove some useless checks of the result of ast_strduparussell1-13/+1
2006-01-20More doxygen updatesoej1-3/+3
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-14 Code cleanup spawned from an earlier commit today r8063. Standardize manager...bweschke1-65/+50
2006-01-13Made chan_agent code parsing more robust andmogorman1-22/+37
2006-01-13 Implement the autologoffunavail option in chan_agent (#6038 with some minor ...bweschke1-0/+48
2006-01-13added some minor changes from bug 6046 thanks ppyymogorman1-2/+2
2006-01-13fix spelling errors (issue #6227)russell1-8/+8
2006-01-12Added option for limiting a user from logging inmogorman1-2/+34
2006-01-12removed unused variable and config parsing for itmogorman1-4/+0
2006-01-11Merged revisions 7986 via svnmerge from russell1-1/+1
2006-01-11convert some channels to use the memory allocation wrappers.russell1-28/+17
2006-01-06Merged revisions 7829 via svnmerge from kpfleming1-0/+2
2006-01-05Merged revisions 7809 via svnmerge from kpfleming1-0/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+3
2005-12-26Merged revisions 7634 via svnmerge from russell1-2/+2
2005-12-21 Bug #6040 - Documentation correctionbweschke1-1/+1
2005-12-20add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)russell1-2/+90
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming1-1/+1
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-2/+3
2005-12-02Merged revisions 7265-7266,7268-7275 via svnmerge from kpfleming1-7/+8
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...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