summaryrefslogtreecommitdiff
path: root/apps/app_disa.c
AgeCommit message (Expand)Author
2017-05-16asterisk: Audit locking of channel when manipulating flags.Joshua Colp
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2013-12-19app_cdr,app_forkcdr,func_cdr: Synchronize with engine when manipulating stateMatthew Jordan
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2012-05-10Coverity Report: Fix issues for error type UNINIT in Core supported modulesJonathan Rose
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
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