summaryrefslogtreecommitdiff
path: root/main/cli.c
AgeCommit message (Expand)Author
2012-10-01Change core show help output format.Richard Mudgett
2012-08-10Add private representation of caller, connected and redirecting party ids.Richard Mudgett
2012-07-25Enable usage of system-provided NetBSD editline library if available.Kevin P. Fleming
2012-06-26Unique Call ID logging Phases III and IVJonathan Rose
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-18Fix more memory leaksMatthew Jordan
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-17logger: Adds additional support for call id logging and chan_sip specific stuffJonathan Rose
2012-03-22Kill off red blobs in most of main/*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-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-11Make CLI "core show channel" not hold the channel lock during console output.Richard Mudgett
2011-04-15Merged revisions 313860 via svnmerge from Jonathan Rose
2011-04-11Merged revisions 313366 via svnmerge from Richard Mudgett
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-10-11Merged revisions 291075 via svnmerge from Richard Mudgett
2010-08-12Merged revisions 282066 via svnmerge from Russell Bryant
2010-08-12Merged revisions 282047 via svnmerge from David Vossel
2010-08-10Merged revisions 281529 via svnmerge from Russell Bryant
2010-07-14ast_callerid restructuringRichard Mudgett
2010-06-02Add a CLI command that blocks until Asterisk has fully booted.Russell Bryant
2010-05-19Fix compilation problem with previous commit.Leif Madsen
2010-05-19Add ability to hangup all channels from the CLI.Leif Madsen
2010-05-12Notify CLI when modules is loaded / unloadedPaul Belanger
2010-03-23Change per-file debug and verbose levels to be per-module, the wayKevin P. Fleming
2009-12-30Fix compiling with LOW_MEMORY.Jeff Peeler
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...Kevin P. Fleming
2009-08-10AST-2009-005Tilghman Lesher
2009-07-25add default alias reload to run module reload.Michiel van Baak
2009-07-24Note that "reload" needs to be added back.Russell Bryant
2009-07-24Don't log a warning for something that does not affect operation.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-25Merged revisions 203380 via svnmerge from Terry Wilson
2009-06-25Merged revisions 203311 via svnmerge from Terry Wilson
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
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
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-04-22Fix building of chan_h323 with gcc-3.3Jeff Peeler
2009-03-27Change global_app_buf to ast_str_thread_global_buf.Russell Bryant
2009-01-29Remove tabs from commentRichard Mudgett
2009-01-14Don't crash when typing 'core set verbose' or 'core set debug' by themselves.Sean Bright