aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_adsiprog.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-03port gcc 4.3.x warning fixes from trunk to this branchkpfleming1-1/+3
2008-07-08Merged revisions 129045 via svnmerge from bbryant1-4/+4
2008-02-07whitespace fixes onlymvanbaak1-64/+61
2007-12-26Use defined return values in load_module in more places.qwell1-1/+3
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-10-09Remove redundant includes (patch by snuffy) (Closes issue #10922)tilghman1-1/+0
2007-09-19Clean up code in app_adsiprog.file1-182/+195
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-8/+4
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-6/+1
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-8/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-02-09Merged revisions 53779-53781 via svnmerge from kpfleming1-0/+4
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-14/+14
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-18/+7
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-14/+9
2006-04-11normalize code preparing for loader changesrizzo1-4/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-11replace malloc+memset with a call to ast_calloc, also removing the errorrussell1-4/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10fix typos in my doc cleanuprussell1-1/+1
2005-11-10clean up some application descriptions to use more gooder Englishrussell1-4/+2
2005-11-07application doc updatekpfleming1-2/+3
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-1/+6
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-3/+3
2005-07-10more ast_copy_string conversionsrussell1-7/+7
2005-06-06the last round of file version tagskpfleming1-9/+12
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-11/+11
2004-07-26Fix ADSI prog to only accept 253 (bug #2135)markster1-3/+3
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+1
2004-05-04strlen fixes and don't destroy SIP channels that still have pending things on...markster1-4/+5
2004-03-20Merge ADSI fixesmarkster1-0/+13
2004-03-02Fix small (yet big) bug in show_displaymarkster1-1/+1
2003-05-08Fix typos in adsiprog and thus remove compiler warningsmarkster1-7/+7
2003-04-23Add commonly used include headersmarkster1-0/+1
2003-02-04Version 0.3.0 from FTPmarkster1-1/+4
2002-06-21Version 0.1.12 from FTPmarkster1-0/+1567