Commit Graph

95 Commits (1cb1bbbe8dcbb744f26d81c879b4480ac52ea66a)

Author SHA1 Message Date
Kevin P. Fleming 0c754a13a8 fix a case where ast_lock_path() could leave a randomly-named lock file hanging around
19 years ago
Matt O'Gorman f009c13db7 GRRR no fprintf!
19 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
19 years ago
BJ Weschke 83b525e2cb When using the silence detector in ast_play_and_record() and ast_play_and_prepend(), the truncation code never gets called to remove the detected silence, because the value of res is zero when control gets to that point. #6903 w/some mods (softins)
19 years ago
Tilghman Lesher 6b682d34ff Would be nice to tell people to look in the right file to increase a constant
20 years ago
Tilghman Lesher cab988b595 Bug 6529 - memory leak in ast_play_and_prepend
20 years ago
Russell Bryant fbee1f0ed7 don't override an error condition that occurred when acting on the primary channel
20 years ago
Kevin P. Fleming f9f44d7d9b use the stream's current point when pausing/unpausing, instead of elapsed time (which doesn't work when the stream has been skipped forward or backward) (issue #5897)
20 years ago
Kevin P. Fleming a563eab49a 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
Kevin P. Fleming 9a7a5d5623 fix up lock breakage from bug #4245
20 years ago
Kevin P. Fleming 8c6c774ab6 fix channel walking problems from recent changes (bug #4494)
20 years ago
Kevin P. Fleming 2b8338cb52 more file version tags
20 years ago
Kevin P. Fleming 0e6762dd5f remove experimental module version tags
20 years ago
Kevin P. Fleming 4f299de252 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
20 years ago
Kevin P. Fleming 1bac31d6bd more efficient (and understandable) ast_channel_walk_locked, and vastly more efficient ast_channel_by_name_locked (bug #4265)
20 years ago
Kevin P. Fleming 723d6b5be8 more ast_copy_string() conversion
20 years ago
Kevin P. Fleming 7a2d5cbb3e make ast_waitstream_* return value compatible with platforms that use unsigned char by default (bug #4455)
20 years ago
Russell Bryant 9644f1dcfe various code cleanups (bug #4353)
20 years ago
Kevin P. Fleming ba9b384f58 fix obvious fault in ast_separate_app_args
20 years ago
Kevin P. Fleming 523911c9b0 re-implement ast_separate_app_args with clearer code and in a way that doesn't fail with certain combinations of array size and delimiter count
20 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
20 years ago
Kevin P. Fleming 199add9567 phase 1 of header include cleanup (bug #4067)
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Russell Bryant 7bffc0459c add missing newlines, fix misspelling of nonexistent (bug #4027)
20 years ago
Mark Spencer b0b916c16c Fix app bug, update skel example, add skel to makefile as option (bug #3869)
20 years ago
Mark Spencer 730194d609 Merge Russell's formatting patch (bug #3838)
20 years ago
Mark Spencer 2deba424d2 Create experimental new options API, various cleanups
20 years ago
Mark Spencer 1bb8d52938 Flush out app stuff, make profiling easier to turn on/off
20 years ago
Mark Spencer 9ac81e10ba Include stat.h to fix FreeBSD build (bug #3683)
21 years ago
Mark Spencer 85a0e13c73 Merge mog's ReadFile application (bug #3670)
21 years ago
Mark Spencer 5057e4898f Add atxfer fix (bug #3592)
21 years ago
Mark Spencer ce18e66db2 Add placeholder IVR application support (static version)
21 years ago
Mark Spencer f9222e7e4b Fix misspellings of separate (bug #3607)
21 years ago