summaryrefslogtreecommitdiff
path: root/main/app.c
AgeCommit message (Expand)Author
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
2009-06-27Only update total silence counter after a counter reset.Russell Bryant
2009-06-23Ignore voicemail messages that are just silence.Russell Bryant
2009-06-01Add the ability to execute connected line interception macros.Mark Michelson
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-22Fix building of chan_h323 with gcc-3.3Jeff Peeler
2009-04-10Modify headers and macros, according to Russell's suggestions on the -dev listTilghman Lesher
2009-03-27Change global_app_buf to ast_str_thread_global_buf.Russell Bryant
2009-03-04Spacing changes onlyTilghman Lesher
2009-03-03app_read does not break from prompt loop with user terminated empty stringDavid Vossel
2009-03-02Merged revisions 179468 via svnmerge from Tilghman Lesher
2009-02-20Allow semicolons to be escaped, when passing arguments to the System command.Tilghman Lesher
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-01-29Merged revisions 172438 via svnmerge from Tilghman Lesher
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...Olle Johansson
2009-01-13Merged revisions 168561 via svnmerge from Russell Bryant
2009-01-12Some platforms (notably, the BSDs) have a more efficient implementation calledTilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-09Merged revisions 161948 via svnmerge from Russell Bryant
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. SeeTilghman Lesher
2008-09-12When checking for an encoded character, make sure the string isn't blank, first.Tilghman Lesher
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/Sean Bright
2008-07-30Merged revisions 134475 via svnmerge from Mark Michelson
2008-07-02Keep ast_app_inboxcount API compatible with 1.6.0.Tilghman Lesher
2008-06-20Merged revisions 124395 via svnmerge from Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak