Commit Graph

119 Commits (f54bef6dffaaf095ccb51ebfa6f1932a102c56be)

Author SHA1 Message Date
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Luigi Rizzo 9bb0bfbebc use functional form of time()
19 years ago
Tilghman Lesher d0c36296d2 As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
19 years ago
Tilghman Lesher 4af14f6c99 Missing messagecount2 function
19 years ago
Tilghman Lesher f0b985853a Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk than for 1.2)
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Kevin P. Fleming fdc225920f remove API function that was added and never used
19 years ago
BJ Weschke 6ed0af6fc3 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
19 years ago
BJ Weschke e7b7d41d73 #6991. Take 3. (casper)
19 years ago
BJ Weschke 53e8e35d79 Another adjustment for #6991 (casper)
19 years ago
BJ Weschke c8c8164f13 ast_play_and_prepend and ast_play_and_record cleanup #6991 (casper)
19 years ago
Russell Bryant 8085f4e14b a bunch of conversion to ast_channel_*lock (issue #7058)
19 years ago
Luigi Rizzo e48275fea3 convert to use ast_stream_and_wait
19 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
19 years ago
Luigi Rizzo 9250a6d129 applied two of the 3 chunks in #6907, and a similar one
19 years ago
BJ Weschke 44b98afdcd Merged revisions 19008 via svnmerge from
19 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
19 years ago
Luigi Rizzo 387d37469d remove a few unneeded calls to strlen, and replace a while()
19 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
19 years ago
Tilghman Lesher 67e55d4d67 Merged revisions 10577 via svnmerge from
19 years ago
Tilghman Lesher 08132bdf00 Merged revisions 10409 via svnmerge from
19 years ago
Kevin P. Fleming 1c7126664d more memory allocation wrapper conversion (issue #6365)
19 years ago
Russell Bryant e040a10d81 finish reverting my pass through the tree to remove checks of the result of
20 years ago
Russell Bryant a501cdb8c6 remove some useless checks after calls to ast_strdupa
20 years ago
BJ Weschke 3854a2438e Spelling corrections (mostly in comments and doxygen areas) #6249
20 years ago
Tilghman Lesher 56bd1469ba Allow application arguments to be quoted, allowing '|' characters inside arguments
20 years ago
Russell Bryant 60174631fc add doxygen documentation and fix various issues with ast_dtmf_stream
20 years ago
Matthew Fredrickson f87a6a3c5f Allow a digitstream to contain a flash character ('f' or 'F') when sending dtmf string to a channel. (#4935)
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Kevin P. Fleming b7b2317d81 Merged revisions 7448-7449,7451,7453 via svnmerge from
20 years ago
Russell Bryant ec05153ac4 convert most of the option_*'s to a single ast_flags structure. Also, fix some
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Russell Bryant d8dfa4434d finish merging doxygen updates from issue #5605
20 years ago
Kevin P. Fleming 9e4c207dd3 ugh... another broken commit
20 years ago
Kevin P. Fleming ff364c3068 slight correction to options parsing
20 years ago
Russell Bryant b124b6d649 issue #5630, #5711, and probably others
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Kevin P. Fleming 03ceef35ac optionally send silence during recording (issue #5135)
20 years ago
Mark Spencer 388f958ecc Actually write audio to file in get_voice (bug #5547)
20 years ago
Russell Bryant a736096e0b change ast_strlen_zero to also check for the string to be defined
20 years ago
Russell Bryant 6262e9ec9f fix misplaced } (issue #5518)
20 years ago
Russell Bryant 3453e3efa5 Doxygen documentation update from oej (issue #5505)
20 years ago
Kevin P. Fleming 5da915dcfd update MANY more files with proper copyright/license info (thanks Ian!)
20 years ago
Kevin P. Fleming 4e7c01765f use a better name for structure element (when using named initializers)
20 years ago
Kevin P. Fleming 1e854ea773 remove useless buffer initializations (issue #5134)
20 years ago
Mark Spencer 5d4d2fdfd4 Add SIP video fixes
20 years ago
Kevin P. Fleming 69f9c479e7 add 'restart' character to ast_control_playback function and ControlPlayback() application (issue #4693)
20 years ago
Mark Spencer 6b6ecee06d Properly handle | within ()'s when doing app arg parsing... (bug #4911)
20 years ago
Kevin P. Fleming 22b0f5d306 add a library of timeval manipulation functions, and change a large number of usses to use the new functions (bug #4504)
20 years ago