summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
AgeCommit message (Expand)Author
2008-04-16Standardized routines for forking processes (keeps all the specialized code i...Tilghman Lesher
2008-03-13documenting changes as a result of adding TCP functionality to ExternalIVRJeff Peeler
2008-03-13set variable to NULL to prevent uninitialized warningJeff Peeler
2008-03-13(closes issue #11827)Jeff Peeler
2008-02-14a few syntax changes and safer codeJeff Peeler
2008-02-14Formatting fixesOlle Johansson
2008-02-13(closes issue #11825)Jeff Peeler
2008-02-09whitespace fixes only.Michiel van Baak
2008-01-23Merged revisions 99975 via svnmerge from Mark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-08-06(closes issue #10381)Joshua Colp
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-01-23Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR...Joshua Colp
2006-12-11Merged revisions 48396 via svnmerge from Matt O'Gorman
2006-12-11Merged revisions 48375 via svnmerge from Tilghman Lesher
2006-10-27Merged revisions 46363 via svnmerge from Russell Bryant
2006-10-19Merged revisions 45692 via svnmerge from Joshua Colp
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin 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-01Merged revisions 24019 via svnmerge from Tilghman Lesher
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-03-12README files have changed names, better change references too :-)Olle Johansson
2006-02-16Bug 6516 - u->chan not definedTilghman Lesher
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...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
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-11conversions to memory allocation wrappers (issue #6210)Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-12Merged revisions 7433,7435 via svnmerge from Kevin P. Fleming
2005-12-01use ast_app_separate_args to split arguments (issue #5686)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-06issue #5605Russell Bryant
2005-11-06issue #5622Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant