Commit Graph

178 Commits (20.2)

Author SHA1 Message Date
Terry Wilson a9d607a357 Opaquify ast_channel structs and lists
13 years ago
Terry Wilson ebaf59a656 Opaquification for ast_format structs in struct ast_channel
13 years ago
Terry Wilson 57f42bd74f ast_channel opaquification of pointers and integral types
13 years ago
Terry Wilson 34c55e8e7c Opaquify char * and char[] in ast_channel
13 years ago
Terry Wilson 99cae5b750 Opaquify channel stringfields
13 years ago
Terry Wilson 04da92c379 Replace direct access to channel name with accessor functions
13 years ago
Kinsey Moore 6fa808447b Allow playback of formats that don't support seeking
14 years ago
Matthew Jordan cf0c9830bf Add Asterisk TestSuite event hooks to support ConfBridge testing
14 years ago
Matthew Jordan 60f51c002a Video format was treated as audio when removed from the file playback scheduler
14 years ago
Terry Wilson 2644af39b4 Merged revisions 339088 via svnmerge from
14 years ago
Matthew Jordan 3b53a9cdb3 Merged revisions 332817 via svnmerge from
14 years ago
Matthew Jordan 67945ce627 Merged revisions 326209 via svnmerge from
14 years ago
Russell Bryant 37aa52fd78 Merged revisions 316265 via svnmerge from
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
14 years ago
Sean Bright 50a023add5 Merged revisions 304097 via svnmerge from
14 years ago
David Vossel 2a618dc998 Merged revisions 301446 via svnmerge from
15 years ago
Tilghman Lesher fad87eea35 Merged revisions 301402 via svnmerge from
15 years ago
Tilghman Lesher 1d48790cc2 Merged revisions 299989 via svnmerge from
15 years ago
Tilghman Lesher 45432d77b0 Merged revisions 290576 via svnmerge from
15 years ago
Olle Johansson e85f6a3d48 Merged revisions 286270 via svnmerge from
15 years ago
Olle Johansson 5f7c0c349f Small doxygen fix and doc addition
15 years ago
Richard Mudgett ec37ffbdaf ast_callerid restructuring
15 years ago
David Vossel 3f9c6bb3bc file.c was truncating audio file formats to the lower 32bits.
15 years ago
Richard Mudgett a8b0a415fc Suppress warning in waitstream_core().
15 years ago
Terry Wilson 408ba24fad Merged revisions 254451 via svnmerge from
15 years ago
Tilghman Lesher cf6592e58e Merge tests that verify the same thing. (Oops.)
15 years ago
Tilghman Lesher 962b1a22fd Try to make ast_format_str_reduce fail...
15 years ago
Matthew Nicholson 98b69d84e1 Merged revisions 238629 via svnmerge from
16 years ago
Russell Bryant 507e579dc9 Merged revisions 232007 via svnmerge from
16 years ago
Matthew Nicholson 65c9bfbead Merged revisions 231740 via svnmerge from
16 years ago
Matthew Nicholson 31848bcdd1 Merged revisions 231614 via svnmerge from
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Russell Bryant dd50b9e8b5 Merged revisions 222878 via svnmerge from
16 years ago
Tilghman Lesher 07f9778f5b Merged revisions 219653 via svnmerge from
16 years ago
Kevin P. Fleming 7f745ecd73 Document language prompt submission process.
16 years ago
Russell Bryant 3b91d3b5ab Revert some silly code that snuck into trunk from my working copy. Sorry!
16 years ago
Russell Bryant c511a26749 Move Asterisk-addons modules into the main Asterisk source tree.
16 years ago
Russell Bryant 4021f7d71b Merged revisions 203785 via svnmerge from
16 years ago
Kevin P. Fleming 4c0265664e Merged revisions 200991 via svnmerge from
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Joshua Colp c35e305c82 Fix a memory leak of the write buffer when writing a file.
16 years ago
Mark Michelson 76a73083a4 Merged revisions 188582 via svnmerge from
16 years ago
Tilghman Lesher 8f28bfc63e Merged revisions 187300-187301 via svnmerge from
16 years ago
Russell Bryant b043f8ab1b Don't act surprised if we get a -1 indication.
16 years ago
Joshua Colp 5f7f4a0c84 Fix an issue where the timer for file playback would not be stopped if DAHDI was not installed.
16 years ago
Mark Michelson bd244342e2 Fix a problem where file playback would cause fds to remain open forever
16 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
17 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.
17 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
17 years ago
Jason Parker 51c92a4644 Merged revisions 114035 via svnmerge from
17 years ago
Tilghman Lesher 0e6140c564 Use a 32k file buffer on recordings, which increases the efficiency of file recording.
17 years ago
Russell Bryant 4e72f83d3e Fix a bug when using zaptel timing for playing back files that have a sample rate
17 years ago
Russell Bryant 5ca5d97673 Merge changes from team/russell/g722-sillyness ...
17 years ago
Jason Parker 49ef635a6d Fix file playback in many cases.
17 years ago
Joshua Colp 496adc6fc0 Merged revisions 106235 via svnmerge from
17 years ago
Tilghman Lesher cfc1df4c1a Whitespace changes only
17 years ago
Mark Michelson 10d9d1e5a1 Merged revisions 104783 via svnmerge from
17 years ago
Joshua Colp b21b5f5574 Merged revisions 104665 via svnmerge from
17 years ago
Kevin P. Fleming 892a6b95be Merged revisions 104593 via svnmerge from
17 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.
17 years ago
Russell Bryant 1ce789336b Merged revisions 101601 via svnmerge from
17 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
Russell Bryant e97a723cf1 Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)
18 years ago
Russell Bryant 9f64905d4e Merged revisions 83432 via svnmerge from
18 years ago
Russell Bryant 8bcfddc8ec Merged revisions 81599 via svnmerge from
18 years ago
Joshua Colp 845cba6792 Merged revisions 78955 via svnmerge from
18 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
18 years ago
Jason Parker 68ac7f7633 Merged revisions 71068 via svnmerge from
18 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
18 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
18 years ago
Joshua Colp d777d9a850 Merged revisions 67924 via svnmerge from
18 years ago