summaryrefslogtreecommitdiff
path: root/channels/chan_nbs.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
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-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
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-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
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-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-03-04Fix a buglet that prevented chan_nbs from loading (and subsequently stopped A...Russell Bryant
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2009-11-06Missed these two channel drivers on the codec_bits mergeTilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-05-22one more place I forgotMichiel van Baak
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi 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-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman 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-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-01Fix chan_nbs to build...Mark Spencer
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-17more module loader related fixesKevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-02More stringfield related changesMatthew Fredrickson
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-06fix version tag macro callsKevin P. Fleming