aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_externalivr.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-16Fixes and closes bug number 12804ctooley1-6/+4
2008-05-14Merged revisions 116298 via svnmerge from tilghman1-2/+9
2008-02-14a few syntax changes and safer codejpeeler1-20/+14
2008-02-14Formatting fixesoej1-7/+8
2008-02-13(closes issue #11825)jpeeler1-230/+319
2008-02-09whitespace fixes only.mvanbaak1-11/+11
2008-01-23Merged revisions 99975 via svnmerge from mmichelson1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-08-06(closes issue #10381)file1-3/+2
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...tilghman1-6/+6
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-6/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-7/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-5/+5
2007-01-23Make 'H' command do as advertised and add 'E' and 'V' commands to ExternalIVR...file1-0/+15
2006-12-11Merged revisions 48396 via svnmerge from mogorman1-1/+1
2006-12-11Merged revisions 48375 via svnmerge from tilghman1-1/+11
2006-10-27Merged revisions 46363 via svnmerge from russell1-1/+1
2006-10-19Merged revisions 45692 via svnmerge from file1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-2/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-19/+8
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+4
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-5/+5
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-05-01Merged revisions 24019 via svnmerge from tilghman1-0/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-15/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-12README files have changed names, better change references too :-)oej1-1/+1
2006-02-16Bug 6516 - u->chan not definedtilghman1-0/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...russell1-12/+16
2006-01-21on this pass, only remove duplicate log messagesrussell1-3/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+5
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-5/+0
2006-01-11conversions to memory allocation wrappers (issue #6210)russell1-8/+5
2005-12-30update doxygen docs to specify authorsrussell1-1/+6
2005-12-26Merged revisions 7634 via svnmerge from russell1-2/+2
2005-12-12Merged revisions 7433,7435 via svnmerge from kpfleming1-2/+4
2005-12-01use ast_app_separate_args to split arguments (issue #5686)russell1-9/+11
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-2/+2
2005-11-06issue #5605russell1-0/+1
2005-11-06issue #5622russell1-1/+2
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-11/+9
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+5
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16