aboutsummaryrefslogtreecommitdiffstats
path: root/app.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-22use functional form of time()rizzo1-5/+5
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-12/+12
2006-05-19Missing messagecount2 functiontilghman1-0/+14
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...tilghman1-1/+5
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-7/+6
2006-05-09remove API function that was added and never usedkpfleming1-80/+0
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke1-9/+32
2006-05-04 #6991. Take 3. (casper)bweschke1-19/+23
2006-05-04 Another adjustment for #6991 (casper)bweschke1-2/+1
2006-05-04 ast_play_and_prepend and ast_play_and_record cleanup #6991 (casper)bweschke1-245/+67
2006-04-29a bunch of conversion to ast_channel_*lock (issue #7058)russell1-2/+2
2006-04-21convert to use ast_stream_and_waitrizzo1-27/+13
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...file1-1/+1
2006-04-15applied two of the 3 chunks in #6907, and a similar onerizzo1-20/+10
2006-04-11Merged revisions 19008 via svnmerge from bweschke1-4/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-1/+1
2006-03-28remove a few unneeded calls to strlen, and replace a while()rizzo1-12/+8
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-2/+2
2006-02-20Merged revisions 10577 via svnmerge from tilghman1-2/+2
2006-02-18Merged revisions 10409 via svnmerge from tilghman1-0/+2
2006-02-14more memory allocation wrapper conversion (issue #6365)kpfleming1-14/+6
2006-01-21finish reverting my pass through the tree to remove checks of the result ofrussell1-4/+5
2006-01-21remove some useless checks after calls to ast_strduparussell1-5/+4
2006-01-16 Spelling corrections (mostly in comments and doxygen areas) #6249 bweschke1-1/+1
2006-01-15Allow application arguments to be quoted, allowing '|' characters inside argu...tilghman1-2/+10
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamrussell1-36/+40
2006-01-10Allow a digitstream to contain a flash character ('f' or 'F') when sending dt...mattf1-3/+9
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-13Merged revisions 7448-7449,7451,7453 via svnmerge from kpfleming1-32/+20
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-1/+1
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-8/+8
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-2/+3
2005-11-11ugh... another broken commitkpfleming1-1/+2
2005-11-10slight correction to options parsingkpfleming1-1/+1
2005-11-10issue #5630, #5711, and probably othersrussell1-1/+1
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-12/+11
2005-11-01optionally send silence during recording (issue #5135)kpfleming1-2/+8
2005-10-30Actually write audio to file in get_voice (bug #5547)markster1-0/+7
2005-10-26change ast_strlen_zero to also check for the string to be definedrussell1-7/+7
2005-10-26fix misplaced } (issue #5518)russell1-1/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-14use a better name for structure element (when using named initializers)kpfleming1-5/+7
2005-09-07remove useless buffer initializations (issue #5134)kpfleming1-12/+11
2005-08-30Add SIP video fixesmarkster1-0/+2
2005-08-22add 'restart' character to ast_control_playback function and ControlPlayback(...kpfleming1-3/+19
2005-08-06Properly handle | within ()'s when doing app arg parsing... (bug #4911)markster1-14/+19
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-4/+2