aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_sms.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-30Merged revisions 289424 via svnmerge from russell1-0/+6
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-30Merged revisions 209554 via svnmerge from dbrooks1-1/+1
2008-12-07Introduce SMS() application XML documentation.eliel1-28/+50
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-1/+3
2008-10-16Answer the channel prior to checking for the 'a'mmichelson1-4/+4
2008-10-14App is ignoring 'p' parameter -- initial pause.tilghman1-394/+495
2008-10-08Correct a typo in the help; also, ensure that the date and time are correctlytilghman1-1/+4
2008-10-01Initializing buffer prevents a segfault when arguments are incomplete.tilghman1-1/+1
2008-08-10More RSW merges. Everything from apps/ except for the big offendersseanbright1-19/+19
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-2/+2
2008-04-25Whitespace changes onlytilghman1-4/+6
2008-03-11Merged revisions 107464 via svnmerge from kpfleming1-3/+5
2008-03-11Merged revisions 107461 via svnmerge from kpfleming1-1/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17another cygwin compatibility fix.rizzo1-1/+1
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-06"show application <foo>" changes for clarity.mmichelson1-7/+7
2007-09-12Merged revisions 82285 via svnmerge from tilghman1-15/+15
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-19/+11
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-12/+16
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-7/+1
2007-06-28move variable declarations to the beginning of a block.rizzo1-2/+4
2007-06-22Code cleanupstilghman1-344/+345
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-8/+4
2006-12-27From coding guidelines:oej1-4/+2
2006-12-22improve readability of a few macros.rizzo1-3/+3
2006-12-21make sms_hexdump() thread safe;rizzo1-212/+224
2006-12-21make isodate thread-saferizzo1-15/+18
2006-12-21- use the standard option parsing routines;rizzo1-70/+123
2006-12-21put generator functions next to each other.rizzo1-16/+23
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-4/+4
2006-12-21reduce indentationrizzo1-100/+97
2006-12-21restructure a block to reduce nestingrizzo1-99/+98
2006-12-21Add a bit of documentation on this code, including pointersrizzo1-36/+376
2006-12-20more formatting cleanup.rizzo1-39/+45
2006-12-19formatting and code cleanup.rizzo1-100/+85
2006-12-19start documenting this code.rizzo1-11/+28
2006-12-02Doxygenificationoej1-43/+43
2006-11-13Merged revisions 47551 via svnmerge from file1-1/+1
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-1/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-1/+1
2006-08-29suppress compiler warningqwell1-1/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-26/+13
2006-07-14Merged revisions 37612 via svnmerge from tilghman1-1/+1
2006-07-07pointer signedness warnings cleanuprussell1-2/+2