aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-10/+25
2009-07-27Just replacing typos "recieved" with "received".dbrooks1-1/+1
2009-06-18Merged revisions 201678 via svnmerge from dvossel1-17/+7
2009-02-26These small fixes prevent compiler warnings with ubuntu 8.10's gcc-4.3.2, whi...murf1-1/+1
2009-02-10This patch removes the use of AST_PBX_KEEPALIVEmurf1-1/+1
2009-02-10More intptr_t work.murf1-6/+6
2009-02-10Merged revisions 174369 via svnmerge from murf1-4/+7
2009-01-29Merged revisions 172438 via svnmerge from tilghman1-1/+3
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-4/+2
2008-11-25Merged revisions 159025 via svnmerge from tilghman1-1/+9
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-3/+3
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-64/+61
2008-07-29build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for ...kpfleming1-6/+6
2008-07-16Janitor project: convert free to ast_freebbryant1-2/+2
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-6/+2
2008-06-22Let app_rpt compile.seanbright1-2/+1
2008-06-20Merged revisions 124450 via svnmerge from tilghman1-1/+1
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-201/+201
2008-05-22A couple more places the frame data change was missed.seanbright1-58/+58
2008-05-16Bring all app_rpt and chan_usbradio stuff up to datejdixon1-3624/+11353
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-7/+9
2008-04-25Whitespace changes onlytilghman1-1/+1
2008-03-11Merged revisions 107464 via svnmerge from kpfleming1-6/+2
2008-03-07Merged revisions 106552 via svnmerge from tilghman1-2/+2
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-1/+1
2008-01-25correct a real problem and silence an annoying compiler warningkpfleming1-2/+2
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-8/+8
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-4/+0
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-6/+6
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-6/+6
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-121/+148
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+4
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-26/+13
2007-07-19Fix trunk where I broke it earlier (for ast_strftime branch)tilghman1-5/+5
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-4/+5
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-3/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-1/+0
2007-06-24Conversions to ast_debug()russell1-2/+2
2007-06-19Via bug9228, no way to create macros via AEL, and some of the apps allow you ...murf1-1/+118
2007-06-18Janitor for ast_localtimetilghman1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-128/+66
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-24/+5
2007-02-01Remove duplicate calls to pthread_attr_destroy() that I put in yesterdayrussell1-4/+0