Jason Parker
|
56c2ccbbbe
Fix a few silly usages of ast_playstream() - it only ever returns 0...
|
18 years ago |
Tilghman Lesher
|
5cb0d596de
Bug 9486 - memory leak when opening a filestream
|
18 years ago |
Joshua Colp
|
b7c84adf50
Even more frames to treat as though the remote side disappeared (issue #8097 reported by eldadran)
|
19 years ago |
Joshua Colp
|
07203711c9
Treat busy control frames as hangup in the file streaming core (issue #8097 reported by eldadran)
|
19 years ago |
Kevin P. Fleming
|
212bf3db4e
don't output 'no format found' when we _did_ find the format but couldn't open the desired file for some other reason
|
19 years ago |
BJ Weschke
|
c62e26cab7
Make certain ast_stopstream() sets the channel's stream members to NULL after closing them. #7067 (jcomellas)
|
19 years ago |
Russell Bryant
|
1cd1d44283
add missing unlock (issue #6112)
|
19 years ago |
Tilghman Lesher
|
f48b2737a0
Bug 5988 - record append option not working
|
19 years ago |
Kevin P. Fleming
|
d9e19f71f3
|
19 years ago |
Russell Bryant
|
2104250e32
change ast_strlen_zero to also check for the string to be defined
|
20 years ago |
Russell Bryant
|
019929452c
Doxygen documentation update from oej (issue #5505)
|
20 years ago |
Kevin P. Fleming
|
8ce57b5d97
minor changes and eliminate some compiler warnings
|
20 years ago |
Mark Spencer
|
7e4f191977
Use FILE * instead of fd for files to support buffering
|
20 years ago |
Kevin P. Fleming
|
125059a469
update MANY more files with proper copyright/license info (thanks Ian!)
|
20 years ago |
Kevin P. Fleming
|
4fbfedaf62
remove useless buffer initializations (issue #5134)
|
20 years ago |
Mark Spencer
|
a2ed9e93de
Add SIP video fixes
|
20 years ago |
Kevin P. Fleming
|
d476635bee
add counter to 'show formats' (issue #5001)
|
20 years ago |
Kevin P. Fleming
|
c4e888e07d
ensure that format string macros are undef'd after use (bug #4716)
|
20 years ago |
Kevin P. Fleming
|
ee856b8fbe
add 'exit context' and 'only stop on match' options to Background app (bug #4511)
|
20 years ago |
Kevin P. Fleming
|
1398ce8d99
don't unlink files just because they can't be opened (bug #4641)
|
20 years ago |
Kevin P. Fleming
|
146648da48
more file version tags
|
20 years ago |
Kevin P. Fleming
|
f766a596ef
remove experimental module version tags
|
20 years ago |
Kevin P. Fleming
|
7a1360f6a0
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
|
bb0b39e375
more ast_copy_string() conversion
|
20 years ago |
Kevin P. Fleming
|
45cc91bddf
make ast_waitstream_* return value compatible with platforms that use unsigned char by default (bug #4455)
|
20 years ago |
Kevin P. Fleming
|
3af8bcf961
consolidate API functions for saying numbers/digits/alpha/phonetic into less functions, using more efficient and clearer code (inspired by bug #4414)
|
20 years ago |
Mark Spencer
|
10945ebeb6
Fix language handling (bug #4399)
|
20 years ago |
Kevin P. Fleming
|
0ac5638fd5
phase 1 of header include cleanup (bug #4067)
|
20 years ago |
Kevin P. Fleming
|
d09e282e31
use double-quotes instead of angle-brackets for non-system include files (bug #4058)
|
20 years ago |
Mark Spencer
|
2e31370e83
Match special case of wav49 behavior (bug #3975)
|
20 years ago |