summaryrefslogtreecommitdiff
path: root/channels/chan_vpb.cc
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-10-11chan_vpb: Fix a gcc 7 out-of-bounds complaintGeorge Joseph
2017-04-27chan_vpb.cc: Fix compile error.Richard Mudgett
2017-03-31chan_vpb.cc: Fix compiler error.Richard Mudgett
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-07-01chan_vpb.cc: Fix compiler warning Jenkins found.Richard Mudgett
2015-04-28chan_vpb: Fix compile error due to use of ASTERISK_FILE_VERSION.Richard Mudgett
2014-12-22Fix compilation since the patch for ASTERISK-24363 went in.Richard Mudgett
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-03chan_vpb: Make compile again.Richard Mudgett
2013-08-15Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_...Richard Mudgett
2013-08-15Remove unsupported channel technology callbacks.Richard Mudgett
2013-08-14chan_vpb: Effectively remove native support. Left enough bread crumbs to be ...Richard Mudgett
2013-06-17chan_vpb: Fix compile error and __ast_channel_alloc() prototype const inconsi...Richard Mudgett
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
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