Merged revisions 71522 via svnmerge from
[asterisk/asterisk.git] / channels / chan_agent.c
2007-06-25 Joshua ColpMerged revisions 71522 via svnmerge from
2007-06-25 Joshua ColpMerged revisions 71412 via svnmerge from
2007-06-14 Russell BryantAdd a massive set of changes for converting to use...
2007-06-13 Jason ParkerCompletely remove callback mode and all references...
2007-06-12 Russell BryantCompletely remove all of the code related to jumping...
2007-06-12 Joshua ColpRemove old stuff from the AgentCallbackLogin days and...
2007-06-07 Russell BryantMerged revisions 68280 via svnmerge from
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-22 Joshua ColpUse ast_strlen_zero where possible. (issue #9774 report...
2007-04-27 Russell BryantMerged revisions 62218 via svnmerge from
2007-04-10 Steve MurphyMerged revisions 60989 via svnmerge from
2007-02-28 Joshua ColpMerged revisions 57093 via svnmerge from
2007-02-20 Joshua ColpMerged revisions 55670 via svnmerge from
2007-02-16 Joshua ColpMerged revisions 55002 via svnmerge from
2007-01-19 Russell BryantMerged revisions 51311 via svnmerge from
2007-01-05 Kevin P. Flemingconst-ify some more APIs, and fix rev 49710 from branch...
2007-01-05 Kevin P. FlemingMerged revisions 49676 via svnmerge from
2006-12-06 Russell BryantConstify a bunch of usage strings for CLI commands.
2006-11-07 Steve MurphyA fair number of changes for the sake of bug 7506
2006-11-03 Luigi Rizzoremove useless usecnt stuff
2006-11-02 Tilghman LesherMerged revisions 47051 via svnmerge from
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-09-21 Tilghman LesherLots more removal of deprecated things
2006-09-20 Mark SpencerFix agent parsing of users.conf
2006-09-20 Tilghman LesherA few misses from constification
2006-09-20 BJ WeschkeMerged revisions 42133 via svnmerge from
2006-09-18 Kevin P. Flemingmerge qwell's CLI verbification work
2006-09-18 Joshua ColpReference will be kept in the application component...
2006-08-31 Matt O'Gormaneverything that loads a config that needs a config...
2006-08-31 Joshua ColpMerge in VLDTMF support with Zaptel/Core done by the...
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):
2006-08-19 Kevin P. Flemingdeprecate chan_agent callback mode
2006-07-19 Kevin P. Flemingmerge Russell's 'hold_handling' branch, finally impleme...
2006-07-07 BJ WeschkeMerged revisions 37212 via svnmerge from
2006-07-03 Russell BryantBlocked revisions 36725 via svnmerge
2006-06-27 Olle JohanssonCode cleanup while trying to understand this channel...
2006-06-21 Olle JohanssonAdd video support to chan_agent.
2006-06-16 BJ Weschke Fixed per kpfleming's suggestion to asterisk-dev.
2006-06-16 BJ Weschke Make sure agent_tech is unregistered within unload_mod...
2006-06-14 Olle Johansson- Use our standard of doxygen comments, not javadoc...
2006-06-13 Kevin P. Fleminguse a compiler builtin (which uses processor instructio...
2006-06-07 Kevin P. Flemingsimplify autoconfig include mechanism (make tholo happy...
2006-05-11 Russell Bryant - The recent change to linklists.h broke the build...
2006-05-10 Russell Bryantremove almost all of the checks of the result from...
2006-05-10 Kevin P. Flemingensure that control frames with payload can be sent...
2006-05-08 BJ WeschkeMerged revisions 25563 via svnmerge from
2006-05-08 Matt O'Gormanwoohoo asterdevcon first commit, adds feature to
2006-04-24 Kevin P. FlemingThanks to the fine work of Russell Bryant and Dancho...
2006-04-15 Russell Bryantadd the ability to turn off the feature that allows...
2006-04-14 Luigi RizzoThis rather large commit changes the way modules are...
2006-04-08 Kevin P. Flemingsince the module API is changing, it's a good time...
2006-04-05 Tilghman LesherBug 6873 - Finish moving from the non-threadsafe (and...
2006-03-28 Luigi Rizzooptimize a bit name completion by avoiding repeated...
2006-03-27 Matt O'GormanJanitor work converting !ast_strlen_zero(a)?a:b
2006-03-26 Russell Bryantconversions to S_OR (issue #6803)
2006-03-25 Mark SpencerAdd micro-http server and abstract manager interface...
2006-02-15 Russell Bryantremove the uses of the deprecated STANDARD_LOCAL_USER
2006-02-15 Kevin P. FlemingMerged revisions 10137 via svnmerge from
2006-02-14 Kevin P. Flemingadd 'systemname' option to prefix channel unique IDs...
2006-02-12 Kevin P. Flemingmajor dialplan functions update
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-31 Russell Bryantdefine a global null_frame object so when queueing...
2006-01-30 Mark SpencerMerge Rizzo's waitfor update (bug #4584)
2006-01-25 Russell Bryantuse arg parsing macros in the AGENT dialplan function...
2006-01-25 Russell Bryantstore agent_pvt list using linked list macros (issue...
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove some useless checks of the result of ast_strdupa
2006-01-20 Olle JohanssonMore doxygen updates
2006-01-18 Russell Bryantconstify arguments in more places where strings should...
2006-01-14 BJ Weschke Code cleanup spawned from an earlier commit today...
2006-01-13 Matt O'GormanMade chan_agent code parsing more robust and
2006-01-13 BJ Weschke Implement the autologoffunavail option in chan_agent...
2006-01-13 Matt O'Gormanadded some minor changes from bug 6046 thanks ppyy
2006-01-13 Russell Bryantfix spelling errors (issue #6227)
2006-01-12 Matt O'GormanAdded option for limiting a user from logging in
2006-01-12 Matt O'Gormanremoved unused variable and config parsing for it
2006-01-11 Russell BryantMerged revisions 7986 via svnmerge from
2006-01-11 Russell Bryantconvert some channels to use the memory allocation...
2006-01-06 Kevin P. FlemingMerged revisions 7829 via svnmerge from
2006-01-05 Kevin P. FlemingMerged revisions 7809 via svnmerge from
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-26 Russell BryantMerged revisions 7634 via svnmerge from
2005-12-21 BJ Weschke Bug #6040 - Documentation correction
2005-12-20 Russell Bryantadd AGENT function, similar to SIPPEER or IAXPEER ...
2005-12-13 Kevin P. FlemingMerged revisions 7448-7449,7451,7453 via svnmerge from
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-12-02 Kevin P. FlemingMerged revisions 7265-7266,7268-7275 via svnmerge from
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-08 Kevin P. Flemingmore header include simplification
2005-11-06 Russell Bryantdon't loop forever on an invalid options string (issue...
2005-11-06 Russell Bryantissue #5605
2005-11-03 Kevin P. Flemingmajor update to arg/option parsing APIs and documentation
2005-10-28 Kevin P. Flemingfix remaining breakage from yesterday's changes
2005-10-28 Kevin P. Fleminguse new app-argument macros, and try to fix yesterday...
2005-10-27 Russell BryantRemove unnecessary checks before calls to ast_strlen_ze...
2005-10-26 Russell Bryantfix up arguments to AgentCallbackLogin so that the...
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-14 Kevin P. Flemingsupport sending text through agent channels (issue...
2005-10-13 Kevin P. Flemingproperly display connected channel name in 'agents...
next