summaryrefslogtreecommitdiff
path: root/apps/app_disa.c
AgeCommit message (Expand)Author
2006-05-30fix various typos and other bits (from Ian Kinner)Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell 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-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
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-16Added NOANSWER support, so that optional the DISA application starts withoutJim Dixon
2006-01-04Whitespace and formatting changes. /HousekeepingOlle Johansson
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-15correct a small problem with recent commitKevin P. Fleming
2005-11-15issue #5736Kevin P. Fleming
2005-11-11issue #5676Kevin P. Fleming
2005-11-07application doc updateKevin P. Fleming
2005-11-07user correct arguments to ast_cdr_reset from my changes earlier todayRussell Bryant
2005-11-06issue #5605Russell Bryant
2005-10-27strncpy to ast_copy_stringRussell 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-23Fix app_disa to set the proper variable before goign to invalid (bug #5439)Mark Spencer
2005-10-21Fix DISA documentation (bug #5461)Mark Spencer
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-10-13make DISA() use 'i' extension if it exists (issue #5439 with mods)Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)Kevin P. Fleming
2005-07-19ensure account code is not overwritten when none is supplied (bug #4743)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-07ensure that mailbox numbers are read correctly from password files (bug #4655)Kevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-26Fix timeouts when no-password used (bug #3859)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-12-15DISA fix, makefile fix (bug #3049)Mark Spencer
2004-12-15Fix DISA with callerid (bug #3058)Mark Spencer
2004-12-15Minor disa fix for 3.4Mark Spencer
2004-12-09Fixed call parking, added separate paramater to allow/disallow call parking onJim Dixon
2004-10-31DISA enhancemnets (bug #2766)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-15Fix app_disa to not ignore ignorepat :) (bug #2451)Mark Spencer
2004-08-28Update DISA to be internationalized (bug #2284)Mark Spencer
2004-08-28Major DISA improvements (bug #2284)Mark Spencer
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-05-04Make sure we don't accidently send weird delivery times on DISAMark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer