aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_externalivr.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-07fix some race conditionskpfleming1-14/+13
2005-09-01ensure that file handles are never double closedkpfleming1-9/+12
2005-09-01minor optimizationkpfleming1-1/+2
2005-08-25fix race conditionkpfleming1-2/+2
2005-08-24clean up code, fix a few bugskpfleming1-53/+62
2005-08-24protocol upgradeskpfleming1-51/+101
2005-08-11fix bugkpfleming1-2/+2
2005-08-10add ExternalIVR() applicationkpfleming1-0/+502