summaryrefslogtreecommitdiff
path: root/channels/chan_console.c
AgeCommit message (Expand)Author
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2014-11-08chan_console: Fix reference leaks to pvt.Corey Farrell
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
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-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-02Reduce channel snapshot creation and publishing by up to 50%.Joshua Colp
2012-10-14Doxygen Updates - Title updateAndrew Latham
2012-10-01Doxygen CleanupAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-05-14Commit framework for HANGUPCAUSE (replacement for SIP_CAUSE)Kinsey Moore
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-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-09-09Merged revisions 335078 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-05Merged revisions 317478 via svnmerge from Russell Bryant
2011-05-05Merged revisions 317474 via svnmerge from Russell Bryant
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-12-03Merged revisions 297535 via svnmerge from Sean Bright
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14ast_callerid restructuringRichard Mudgett
2010-05-13Fix an off by one error that causes a crash.Russell Bryant
2010-05-10fixes crash in chan_consoleDavid Vossel
2010-03-02fixes adaptive jitterbuffer configurationDavid Vossel
2009-11-09Fix various problems detected with Valgrind.Tilghman Lesher
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-06Recorded merge of revisions 222152 via svnmerge from Kevin P. Fleming
2009-07-30Fixes numerous spelling errors. Patch submitted by alecdavis.David Brooks
2009-07-28Define side-effect-safe MIN and MAX macros and remove duplicate definitions f...Kevin P. Fleming
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-28Eliminate several needless checks and fix a few memory leaksTilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-15Use the new case insensitive hash function for console interfaces. The compa...Russell Bryant
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-29Merged revisions 140488 via svnmerge from Mark Michelson
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownSean Bright
2008-08-04Be explicit that we don't want a result from this callback. The callback wouldRussell Bryant
2008-06-08This was accidentally reverted.Jeff Peeler
2008-05-22chan_console fixes because of ast_frame.data => ast_frame.data.ptrMichiel van Baak