summaryrefslogtreecommitdiff
path: root/channels/chan_agent.c
AgeCommit message (Expand)Author
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
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-08Merged revisions 25563 via svnmerge from BJ Weschke
2006-05-08woohoo asterdevcon first commit, adds feature to Matt O'Gorman
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-15add the ability to turn off the feature that allows agents to end callsRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-28optimize a bit name completion by avoiding repeated calls toLuigi Rizzo
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-26conversions to S_OR (issue #6803)Russell Bryant
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-15Merged revisions 10137 via svnmerge from Kevin P. Fleming
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-30Merge Rizzo's waitfor update (bug #4584)Mark Spencer
2006-01-25use arg parsing macros in the AGENT dialplan function (issue #6236, with smal...Russell Bryant
2006-01-25store agent_pvt list using linked list macros (issue #6342)Russell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant