summaryrefslogtreecommitdiff
path: root/main/app.c
AgeCommit message (Expand)Author
2012-10-22core: Fix a memory leak in app.c from an early returnJonathan Rose
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-10-13Doxygen Clean upsAndrew Latham
2012-09-28Add pause one second W dial modifier.Richard Mudgett
2012-09-27Cleanup ast_dtmf_stream()Richard Mudgett
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-14Allow non-normal execution routines to be able to run on hungup channels.Richard Mudgett
2012-06-14Multiple revisions 368963,368965Jason Parker
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-01Fix bad check in voicemail functions for ast_inboxcount2_funcJonathan Rose
2012-04-20Fix connected-line/redirecting interception gosubs executing more than intended.Richard Mudgett
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-03-16Simplify some code in ast_app_run_sub().Richard Mudgett
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-27Deprecated macro usage for connected line, redirecting, and CCSSKinsey Moore
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-21Fix ast_app_dtget() time unit inconsistency.Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-22Add Asterisk TestSuite event hooks to support ConfBridge testingMatthew Jordan
2011-09-20Merged revisions 337120 via svnmerge from Matthew Jordan
2011-08-22Merged revisions 332817 via svnmerge from Matthew Jordan
2011-07-26Merged revisions 329528 via svnmerge from Jonathan Rose
2011-05-09Increase prepend filename length.Leif Madsen
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2011-01-19Merged revisions 302634 via svnmerge from Tilghman Lesher
2010-11-16Remove a trailing space.Russell Bryant
2010-09-11Whitespace cleanupOlle Johansson
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-05-26do all sip registry parsing before transmit_registerDavid Vossel
2010-04-15Merged revisions 257544 via svnmerge from Tilghman Lesher
2010-03-13Resolve unit test failure that occurred on Mac OSX.Russell Bryant
2010-02-17Add support for GROUP_MATCH_COUNT regex matching on categoryJeff Peeler
2009-12-10Add audio announcement option to app_pageJeff Peeler
2009-12-06Move implementation of closefrom(3) from app.c to strcompat.cTilghman Lesher
2009-11-30Merged revisions 231614 via svnmerge from Matthew Nicholson
2009-11-30Reverted 231616Matthew Nicholson
2009-11-30Merged revisions 231614 via svnmerge from Matthew Nicholson
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-17Remove unnecessary typedefTilghman Lesher
2009-10-15Create an API for adding an optional time unit onto the ends of time periods.Tilghman Lesher
2009-09-02Close up to the soft open file limit (same on Linux, but varies drastically o...Tilghman Lesher
2009-08-06Allow Gosub to recognize quote delimiters without consuming them.Tilghman Lesher