aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_sms.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-13When sending an SMS with a user data header properly set the UDH flag in the ...file1-1/+1
2006-07-14Bug 7526 - previous commit broke app_smstilghman1-1/+2
2006-05-20fix a case where code made assumptions about how memory for variables isrussell1-14/+12
2005-12-26cast time_t to an int in printf/scanf (issue #5635)russell1-4/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-3/+4
2005-11-07application doc updatekpfleming1-2/+1
2005-11-06issue #5605russell1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-3/+9
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-07eliminate signedness warnings (issue #5130)kpfleming1-5/+5
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-1/+1
2005-07-10more ast_copy_string conversionsrussell1-8/+8
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming1-1/+1
2005-06-06the last round of file version tagskpfleming1-10/+13
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+1
2005-04-29formatting cleanup (bug #4109)kpfleming1-1436/+1305
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-10/+10
2005-04-03ensure that needed headers are included for chmod() and mkdir() (bug #3937)kpfleming1-0/+1
2005-01-21update copyright headers for 2005russell1-1/+1
2004-12-19SMS fix, pbx optimization (bug #3098)markster1-2/+7
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
2004-12-11Merge sms stuff and move to "utils" subdir (bug #2973)markster1-972/+1396
2004-10-23Fix SMS thingy for Bezeq (bug #2708)markster1-0/+1
2004-10-07Fix app_sms to use correct path (bug #2597)markster1-3/+9
2004-10-02Huge callerid rework (might break H.323, others)markster1-11/+2
2004-08-31Merge NetBSD and Courtesty tone with modifications (bug #2329)markster1-1/+1
2004-08-26Fix directory name in SMS (bug #2307)markster1-2/+2
2004-07-14Merge rgagnon's pedantic string changes (apps n-z) (bug #2038)markster1-211/+209
2004-06-28Merge OSX compatibility patch (bug #1940)markster1-1/+1
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+0
2004-06-13x86-64 compile fixes and cleanupsmarkster1-1/+1
2004-06-12Fix OpenBSD compile (bug #1830)markster1-1/+1
2004-05-31Fix compile warning on FreeBSD (bug #1755)markster1-0/+1
2004-05-15Fix timezone handling for FreeBSDmarkster1-0/+4
2004-04-28Add revk's SMS application (bug #1437). Thanks!markster1-0/+1227