aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_vpb.cc
AgeCommit message (Expand)AuthorFilesLines
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-1/+1
2010-07-14ast_callerid restructuringrmudgett1-11/+10
2010-01-21Formats are inconsistent between even 32-bit and 64-bit Linux. Use casts to ...tilghman1-4/+4
2010-01-20Fix up compile breakage from ast_tvdiff_ms() API change.kpfleming1-2/+2
2009-11-05Merged revisions 228079 via svnmerge from qwell1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-37/+38
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-1/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-12/+12
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-1/+1
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson1-1/+1
2008-11-04improve configure script to remember the previous value of each dependency in...kpfleming1-1/+1
2008-05-22Fix trunk breakagetilghman1-4/+4
2008-04-01Fix last committilghman1-1/+1
2008-03-26Large cleanup of DSP codeqwell1-8/+0
2008-03-20Fix recent trunk breakagetilghman1-1/+1
2008-03-19Rename very poorly named function to reflect what it actually does. This was...qwell1-2/+2
2008-03-11fix another potential bug found by gcc 4.3kpfleming1-1/+2
2008-02-28Fix crash when configuration does not match hardware detection.tilghman1-0/+17
2008-02-27Bring Voicetronix driver up to date with current driverstilghman1-1107/+1087
2008-01-28Re-inserting chan_vpb into trunk.mmichelson1-0/+2899
2008-01-25Removing chan_vpb from the treemmichelson1-2899/+0
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another few errno.h removalsrizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-23/+5
2007-08-01Convert code that checks the _softhangup member of ast_channel directory to userussell1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-281/+151
2007-07-05Merged revisions 73398 via svnmerge from russell1-3/+3
2007-06-14Convert uses of strdup() to ast_strdup()russell1-4/+4
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-17/+17
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-13/+12
2007-05-30Issue 9477 - Improve menuselect labelstilghman1-1/+5
2007-04-10Merged revisions 60989 via svnmerge from murf1-1/+1
2006-11-07A fair number of changes for the sake of bug 7506murf1-4/+1
2006-11-03remove old/useless usecnt stuff.rizzo1-12/+0
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-26/+29
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell1-2/+2
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-1/+7
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-0/+3058