summaryrefslogtreecommitdiff
path: root/apps/app_disa.c
AgeCommit message (Expand)Author
2010-07-14ast_callerid restructuringRichard Mudgett
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-09-24Merged revisions 220288 via svnmerge from Tilghman Lesher
2009-09-04Merged revisions 216430 via svnmerge from Olle Johansson
2009-08-10AST-2009-005Tilghman Lesher
2009-06-07Global var cleanup - constification and removing unused vars.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2008-12-09Merged revisions 162014 via svnmerge from Russell Bryant
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-06-03Use proper return values for a few application modulesRussell Bryant
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-24Pass the hangup cause all the way to the calling app/channel.Michiel van Baak
2008-02-09whitespace fixes only.Michiel van Baak
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi 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-09-20Merged revisions 83246 via svnmerge from Jason Parker
2007-09-19DISA only needs to know about the end of DTMF, not the beginning/duration.Joshua Colp
2007-09-19Clean up app_disa code a bit.Joshua Colp
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...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-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-11Issue 8971 - Allow DISA input to be ended with a '#'.Tilghman Lesher
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
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-07-15case consistency in DISA (or is it "disa"?)North Antara
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
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