summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.cc
AgeCommit message (Expand)Author
2008-03-26Large cleanup of DSP codeJason Parker
2008-03-20Fix recent trunk breakageTilghman Lesher
2008-03-19Rename very poorly named function to reflect what it actually does. This was...Jason Parker
2008-03-11fix another potential bug found by gcc 4.3Kevin P. Fleming
2008-02-28Fix crash when configuration does not match hardware detection.Tilghman Lesher
2008-02-27Bring Voicetronix driver up to date with current driversTilghman Lesher
2008-01-28Re-inserting chan_vpb into trunk.Mark Michelson
2008-01-25Removing chan_vpb from the treeMark Michelson
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another few errno.h removalsLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to useRussell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-05Merged revisions 73398 via svnmerge from Russell Bryant
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-30Issue 9477 - Improve menuselect labelsTilghman Lesher
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove old/useless usecnt stuff.Luigi Rizzo
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-19convert lists of constants in channel.h to enums instead of #definesRussell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...Kevin P. Fleming