summaryrefslogtreecommitdiff
path: root/apps/app_sms.c
AgeCommit message (Expand)Author
2008-12-07Introduce SMS() application XML documentation.Eliel C. Sardanons
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-10-16Answer the channel prior to checking for the 'a'Mark Michelson
2008-10-14App is ignoring 'p' parameter -- initial pause.Tilghman Lesher
2008-10-08Correct a typo in the help; also, ensure that the date and time are correctlyTilghman Lesher
2008-10-01Initializing buffer prevents a segfault when arguments are incomplete.Tilghman Lesher
2008-08-10More RSW merges. Everything from apps/ except for the big offendersSean Bright
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-04-25Whitespace changes onlyTilghman Lesher
2008-03-11Merged revisions 107464 via svnmerge from Kevin P. Fleming
2008-03-11Merged revisions 107461 via svnmerge from Kevin P. Fleming
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17another cygwin compatibility fix.Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06"show application <foo>" changes for clarity.Mark Michelson
2007-09-12Merged revisions 82285 via svnmerge from Tilghman Lesher
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-28move variable declarations to the beginning of a block.Luigi Rizzo
2007-06-22Code cleanupsTilghman Lesher
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2006-12-27From coding guidelines:Olle Johansson
2006-12-22improve readability of a few macros.Luigi Rizzo
2006-12-21make sms_hexdump() thread safe;Luigi Rizzo
2006-12-21make isodate thread-safeLuigi Rizzo
2006-12-21- use the standard option parsing routines;Luigi Rizzo
2006-12-21put generator functions next to each other.Luigi 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-21reduce indentationLuigi Rizzo
2006-12-21restructure a block to reduce nestingLuigi Rizzo
2006-12-21Add a bit of documentation on this code, including pointersLuigi Rizzo
2006-12-20more formatting cleanup.Luigi Rizzo
2006-12-19formatting and code cleanup.Luigi Rizzo
2006-12-19start documenting this code.Luigi Rizzo
2006-12-02DoxygenificationOlle Johansson
2006-11-13Merged revisions 47551 via svnmerge from Joshua Colp
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)Russell Bryant
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-08-29suppress compiler warningJason Parker
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-14Merged revisions 37612 via svnmerge from Tilghman Lesher
2006-07-07pointer signedness warnings cleanupRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-20fix up another place where the code made assumptions about how space forRussell Bryant
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo