summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-18Minor code tweaks. Variables were being checked wrong in some situations and ...Joshua Colp
2007-07-12Merged revisions 74997 via svnmerge from Mark Michelson
2007-07-11Merged revisions 74722 via svnmerge from Mark Michelson
2007-07-10Merged revisions 74379 via svnmerge from Jason Parker
2007-07-10Fix building that was broken by recent monitor.h changes. Thanks Russell for...Jason Parker
2007-07-09remove an unused variableRussell Bryant
2007-07-06Merged revisions 73675 via svnmerge from Mark Michelson
2007-06-25Merged revisions 71522 via svnmerge from Joshua Colp
2007-06-25Merged revisions 71412 via svnmerge from Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-13Completely remove callback mode and all references to it from chan_agent.Jason Parker
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-12Remove old stuff from the AgentCallbackLogin days and only autocomplete agent...Joshua Colp
2007-06-07Merged revisions 68280 via svnmerge from Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-22Use ast_strlen_zero where possible. (issue #9774 reported by eliel)Joshua Colp
2007-04-27Merged revisions 62218 via svnmerge from Russell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-02-28Merged revisions 57093 via svnmerge from Joshua Colp
2007-02-20Merged revisions 55670 via svnmerge from Joshua Colp
2007-02-16Merged revisions 55002 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way hereKevin P. Fleming
2007-01-05Merged revisions 49676 via svnmerge from Kevin P. Fleming
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove useless usecnt stuffLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-20Fix agent parsing of users.confMark Spencer
2006-09-20A few misses from constificationTilghman Lesher
2006-09-20Merged revisions 42133 via svnmerge from BJ Weschke
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-18Reference will be kept in the application component only right now. In the fu...Joshua Colp
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-19deprecate chan_agent callback modeKevin P. Fleming
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-07Merged revisions 37212 via svnmerge from BJ Weschke
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-06-27Code cleanup while trying to understand this channel...Olle Johansson
2006-06-21Add video support to chan_agent. Olle Johansson
2006-06-16 Fixed per kpfleming's suggestion to asterisk-dev.BJ Weschke
2006-06-16 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, bu...BJ Weschke
2006-06-14- Use our standard of doxygen comments, not javadoc styleOlle Johansson
2006-06-13use a compiler builtin (which uses processor instructions) for this operationKevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming