summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.cc
AgeCommit message (Expand)Author
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-25Fix channel opaquification of stringfields for chan_vpbTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-08-28chan_vpb: remove unused variables (gcc4.6)Tzafrir Cohen
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14ast_callerid restructuringRichard Mudgett
2010-01-21Formats are inconsistent between even 32-bit and 64-bit Linux. Use casts to ...Tilghman Lesher
2010-01-20Fix up compile breakage from ast_tvdiff_ms() API change.Kevin P. Fleming
2009-11-05Merged revisions 228079 via svnmerge from Jason Parker
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-04improve configure script to remember the previous value of each dependency in...Kevin P. Fleming
2008-05-22Fix trunk breakageTilghman Lesher
2008-04-01Fix last commitTilghman Lesher
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