summaryrefslogtreecommitdiff
path: root/main/app.c
AgeCommit message (Expand)Author
2007-11-27Merged revisions 89709 via svnmerge from Kevin P. Fleming
2007-11-27Merged revisions 89701 via svnmerge from Kevin P. Fleming
2007-11-26Merged revisions 89586 via svnmerge from Kevin P. Fleming
2007-11-24Added <sys/file.h> include to allow trunk to compile. Hope this doesn't louse...Steve Murphy
2007-11-24remove some unnecessary includesLuigi Rizzo
2007-11-24Merged revisions 89540 via svnmerge from Tilghman Lesher
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15Merged revisions 89275 via svnmerge from Tilghman Lesher
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-26Use the same delimited character as the FILTER function in FIELDQTY and CUT.Tilghman Lesher
2007-10-19Merged revisions 86502 via svnmerge from Joshua Colp
2007-09-25Merged revisions 83773 via svnmerge from Tilghman Lesher
2007-09-24Merged revisions 83637 via svnmerge from Tilghman Lesher
2007-09-20minor spelling fixes in a commentRussell Bryant
2007-09-20minor grammar fixRussell Bryant
2007-09-12Fixes Solaris build warningsMark Michelson
2007-08-28(closes issue #7852)Russell Bryant
2007-08-06Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration ...Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-10Merged revisions 74265 via svnmerge from Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-13Use read/write lock based lists for group counting.Joshua Colp
2007-06-13Merged revisions 69128 via svnmerge from Joshua Colp
2007-06-12Even more minor code cleanup!Joshua Colp
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromRussell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-06Formatting change ... testingRussell Bryant
2007-06-06Make another formatting change ... testing mantis/svn stuffRussell Bryant
2007-06-06Another minor formatting change ... testing mantis/svnRussell Bryant
2007-06-06Minor formatting change ... testing mantis/svnRussell Bryant
2007-06-06More random formatting changes to test Mantis/SVN integrationRussell Bryant
2007-06-06Make a completely arbitrary formatting change to test out some Mantis/SVNRussell Bryant
2007-06-04Change javadoc style code documentation to the same format we use elsewhere.Russell Bryant
2007-05-16Ignore this ... playing with jira (AST-1)Russell Bryant
2007-05-07Merged revisions 63286 via svnmerge from Joshua Colp
2007-04-25Merged revisions 61805 via svnmerge from Joshua Colp
2007-04-03Merged revisions 59887 via svnmerge from Russell Bryant
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-12-25rename the structs struct tone_zone_sound and struct tone_zoneLuigi Rizzo
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-11This update fixes the problem reported in bug 8551; that ast_app_getdata() be...Steve Murphy
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...Steve Murphy
2006-11-10Add the ability to specify multiple prompts to the Read() dialplan application,Russell Bryant
2006-11-04remove a useless castLuigi Rizzo
2006-10-30Issue 8246 Doxygen updates (kshumard) Olle Johansson