summaryrefslogtreecommitdiff
path: root/apps/app_rpt.c
AgeCommit message (Expand)Author
2012-03-13Remove chan_usbradio and app_rpt.Russell Bryant
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-23Multiple revisions 356290,356335,356337Paul Belanger
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-16Fix channel opaquification for app_rptPaul Belanger
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317427 via svnmerge from Russell Bryant
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-05-24Make app_rpt.c able to compile again.Richard Mudgett
2009-08-10AST-2009-005Tilghman Lesher
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-06-29Get app_rpt compiling again. I doubt seriously that it actually works.Sean Bright
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-02-26These small fixes prevent compiler warnings with ubuntu 8.10's gcc-4.3.2, whi...Steve Murphy
2009-02-10This patch removes the use of AST_PBX_KEEPALIVESteve Murphy
2009-02-10More intptr_t work.Steve Murphy
2009-02-10Merged revisions 174369 via svnmerge from Steve Murphy
2009-01-29Merged revisions 172438 via svnmerge from Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-11-25Merged revisions 159025 via svnmerge from Tilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...Kevin P. Fleming
2008-07-16Janitor project: convert free to ast_freeBrett Bryant
2008-06-25Merged revisions 125132 via svnmerge from Kevin P. Fleming
2008-06-22Let app_rpt compile.Sean Bright
2008-06-20Merged revisions 124450 via svnmerge from Tilghman Lesher
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-05-22A couple more places the frame data change was missed.Sean Bright
2008-05-16Bring all app_rpt and chan_usbradio stuff up to dateJim Dixon
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2008-04-25Whitespace changes onlyTilghman Lesher
2008-03-11Merged revisions 107464 via svnmerge from Kevin P. Fleming
2008-03-07Merged revisions 106552 via svnmerge from Tilghman Lesher
2008-02-08Merge changes from team/mvanbaak/cli-command-auditRussell Bryant
2008-01-25correct a real problem and silence an annoying compiler warningKevin P. Fleming
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...Joshua Colp
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-16remove a bunch of duplicate includesLuigi Rizzo