Commit Graph

87 Commits (f51bb019bb338084f497dcbb65dcd5e15b63f102)

Author SHA1 Message Date
Mark Michelson 76a73083a4 Merged revisions 188582 via svnmerge from
17 years ago
Tilghman Lesher 8f28bfc63e Merged revisions 187300-187301 via svnmerge from
17 years ago
Russell Bryant b043f8ab1b Don't act surprised if we get a -1 indication.
17 years ago
Joshua Colp 5f7f4a0c84 Fix an issue where the timer for file playback would not be stopped if DAHDI was not installed.
17 years ago
Mark Michelson bd244342e2 Fix a problem where file playback would cause fds to remain open forever
17 years ago
Russell Bryant b0a8b26ac2 Merged revisions 167566 via svnmerge from
17 years ago
Russell Bryant 90431add27 Merged revisions 167554 via svnmerge from
17 years ago
Russell Bryant 9ec93dbcef Merged revisions 167545 via svnmerge from
17 years ago
Russell Bryant 1c7519cd09 Merged revisions 167541 via svnmerge from
17 years ago
Mark Michelson 9f7ce9da41 Fix a file playback crash and explicitly initialize values in func_timeout.c
17 years ago
Joshua Colp d330d3e210 Use ast_seekstream to return the file stream back to the beginning instead of directly seeking to zero. This is because some audio formats have headers at the front that need to be skipped, which will be done by the format module.
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Matthew Nicholson 69d85eaca9 Fix compiling in dev mode.
17 years ago
Matthew Nicholson 926eb0940b Make ast_streamfile() check the result of ast_openstream() before doing
17 years ago
Mark Michelson 3a9c27459e Merged revisions 158072 via svnmerge from
17 years ago
Jeff Peeler d12263a16a (closes issue #12929)
17 years ago
Kevin P. Fleming bd4eb070f3 bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too
17 years ago
Tilghman Lesher 8b14e5f493 Reverting format addition for now
17 years ago
Tilghman Lesher f5d5eb5e19 Fudges for wav16, just like wav49
17 years ago
Tilghman Lesher 8c53dd7f5e Merged revisions 142740 via svnmerge from
17 years ago
Mark Michelson a4e8af9af2 Allow for video files to be opened as well as
17 years ago
Sean Bright b69c8e6ab5 Another big chunk of changes from the RSW branch. Bunch of stuff from main/
17 years ago
Russell Bryant b6457ecf4c Merge changes from timing branch
18 years ago
Jeff Peeler ef3b214728 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
18 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
18 years ago
Jason Parker 51c92a4644 Merged revisions 114035 via svnmerge from
18 years ago
Tilghman Lesher 0e6140c564 Use a 32k file buffer on recordings, which increases the efficiency of file recording.
18 years ago
Russell Bryant 4e72f83d3e Fix a bug when using zaptel timing for playing back files that have a sample rate
18 years ago
Russell Bryant 5ca5d97673 Merge changes from team/russell/g722-sillyness ...
18 years ago
Jason Parker 49ef635a6d Fix file playback in many cases.
18 years ago
Joshua Colp 496adc6fc0 Merged revisions 106235 via svnmerge from
18 years ago
Tilghman Lesher cfc1df4c1a Whitespace changes only
18 years ago
Mark Michelson 10d9d1e5a1 Merged revisions 104783 via svnmerge from
18 years ago
Joshua Colp b21b5f5574 Merged revisions 104665 via svnmerge from
18 years ago
Kevin P. Fleming 892a6b95be Merged revisions 104593 via svnmerge from
18 years ago
Joshua Colp c929c6abd9 Only output a log message saying the format does not exist if it actually does not exist, not if the file itself could not be opened.
18 years ago
Russell Bryant 1ce789336b Merged revisions 101601 via svnmerge from
18 years ago
Tilghman Lesher ac699196f5 Merged revisions 100465 via svnmerge from
18 years ago
Tilghman Lesher afac5cce50 Merged revisions 90155 via svnmerge from
18 years ago
Russell Bryant 8a3e984b0c Merged revisions 90142 via svnmerge from
18 years ago
Luigi Rizzo dd10b6d37e more removal of fcntl.h and other system headers
18 years ago
Luigi Rizzo 730e4eaca4 implement the split of file.h and mod_format.h
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo a23c055c3d move asterisk/paths.h outside asterisk.h and into those files
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Kevin P. Fleming edc78d6023 improve linked-list macros in two ways:
18 years ago
Tilghman Lesher 7c56918262 Commit some cleanups to the format type code.
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago