summaryrefslogtreecommitdiff
path: root/apps/app_sms.c
AgeCommit message (Expand)Author
2018-01-06General: Avoid implicit conversion to char when changes value to negative.Alexander Traud
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-14apps/app_sms: Add an option to prevent SMS content from being loggedMatthew Jordan
2014-12-17Fix printf problems with high ascii characters after r413586 (1.8).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-19app_sms: Fix uninitialized values; hangup channel when REL is sent successfullyMatthew Jordan
2013-12-16app_sms: BufferOverflow when receiving odd length 16 bit messageScott Griepentrog
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-04-19Fix a variety of potential buffer overflowsMatthew Jordan
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-09-30Merged revisions 289426 via svnmerge from Russell Bryant
2010-07-14ast_callerid restructuringRichard Mudgett
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.David Brooks
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-02Remove rarely-used event_log/LOG_EVENT supportKevin P. Fleming
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