summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-03add some simple infrastructure for modules to be used for testing parts of As...Kevin P. Fleming
2008-01-03eliminiate sound_thread() and other stuff from chan_oss since Asterisk indica...Kevin P. Fleming
2008-01-03coding guidelines cleanupKevin P. Fleming
2008-01-03Merged revisions 96198 via svnmerge from Christian Richter
2008-01-03Add coordination between AMI and AGI applications, with an asyncagi methodTilghman Lesher
2008-01-03Compatibility fix for OpenBSDTilghman Lesher
2008-01-02Merged revisions 96102 via svnmerge from Mark Michelson
2008-01-02Add support for generating a ringing sound on an incoming call. This is a bitRussell Bryant
2008-01-02Note that this module doesn't actually play a ringing sound for an incoming callRussell Bryant
2008-01-02Show the correct CLI command to answer the callRussell Bryant
2008-01-02actually parse and store echocan parameters from zapata.conf... this *should*...Kevin P. Fleming
2008-01-02Don't use AST_C_DEFINE_CHECK for the two pthread things that may not actually...Joshua Colp
2008-01-02Add curly braces around a compound if statement so that trunk will build prop...Mark Michelson
2008-01-02Blocked revisions 96024 via svnmergeRussell Bryant
2008-01-02Blocked revisions 96022 via svnmergeRussell Bryant
2008-01-02Blocked revisions 96020 via svnmergeRussell Bryant
2008-01-02another checkpoint... chan_zap can now use the new ZT_ECHOCAN_PARAMS ioctl if...Kevin P. Fleming
2008-01-02Add doxygen documentation to libresample.h while it's still fresh on my mindRussell Bryant
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...Mark Michelson
2008-01-02Merged revisions 95946 via svnmerge from Joshua Colp
2008-01-02Since ',' is the standard argument separator in trunk, change app_queueMark Michelson
2008-01-02Fix a typo in a comment. AST_STANDARD_APP_ARGS uses ',' as the separator,Mark Michelson
2008-01-02clean up hwgain CLI command and improve docs for swgain CLI commandKevin P. Fleming
2008-01-02improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for,...Kevin P. Fleming
2008-01-02and now just to keep the libresample party going... if the functions from lib...Kevin P. Fleming
2008-01-02umm... this did not compile on x86-64, and could not possibly have worked on ...Kevin P. Fleming
2008-01-02Merged revisions 95890 via svnmerge from Mark Michelson
2008-01-02Update osplookup documentation to use commas instead of pipes.Jason Parker
2008-01-02For some odd reason, the last set of libresample build changes from Kevin didRussell Bryant
2008-01-02fix some long-time breakage that kept chan_misdn from being embeddedKevin P. Fleming
2008-01-02use the proper technique for including submodules so that embedding will workKevin P. Fleming
2008-01-02note that chan_console requires portaudio v19Kevin P. Fleming
2008-01-02actually check for a function present in libiconv (don't know how this test c...Kevin P. Fleming
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Set stream flags to zero upon initialization.Philippe Sultan
2008-01-02some cleanup of this code while I am trying to debug a problem withLuigi Rizzo
2008-01-02There are three instances of the module definition macros,Luigi Rizzo
2008-01-02Don't make libresample print out debugging outputRussell Bryant
2008-01-02Make the translation table show slin16Russell Bryant
2008-01-02fix a spacing issue introduced in revision 95443.Russell Bryant
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asRussell Bryant
2008-01-01call directly the cli command to implement hangup.Luigi Rizzo
2008-01-01prevent a panic when destroying a channel with no incoming video.Luigi Rizzo
2008-01-01remove a leftover sleep(1) used for debuggingLuigi Rizzo
2008-01-01Fix building of codec_resample on platforms other then Cygwin. On everything ...Joshua Colp
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDLuigi Rizzo
2008-01-01implement "configure" checks for libiconv, and add theLuigi Rizzo
2007-12-31Merged revisions 95577 via svnmerge from Mark Michelson
2007-12-31Use float.h to fix the build on FreeBSD. Also, add some other platforms asRussell Bryant
2007-12-31Update chan_console to natively use a 16 kHz sample rate. If it is talkingRussell Bryant