summaryrefslogtreecommitdiff
path: root/main/cli.c
AgeCommit message (Expand)Author
2016-03-24Restrict CLI/AMI commands on shutdown.Mark Michelson
2015-11-20main/cli: Use proper string methods to check existence of context/exten/appMatt Jordan
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-06-05CLI: Cosmetic issue - core show uptimeibercom
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-22Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2015-03-14core: Fix tab completion of "core set debug channel" CLI command.Joshua Colp
2014-09-05Call IDs: Fix appearance of call ID in core show channels when NULLJonathan Rose
2014-09-01main/cli: Do not attempt to show CDR data for internal channelsMatthew Jordan
2014-08-20cli.c: Fix tab completion of "module load" when MALLOC_DEBUG is enabled.Richard Mudgett
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-06-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2013-10-18Resolve some memory leaks due to incorrect for loop / ao2 ref usage.Mark Michelson
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-08-15Remove leading spaces from the CLI command before parsingKinsey Moore
2013-08-05Fix res_ari_asterisk load issueDavid M. Lee
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-25Fix incorrect reference to stasis/bridging.hMatthew Jordan
2013-07-25A great big renaming patchMatthew Jordan
2013-07-08Refactor operations to access the stasis cache instead of objects directly wh...Joshua Colp
2013-06-17Update Asterisk's CDRs for the new bridging frameworkMatthew Jordan
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-21Merge in the bridge_construction branch to make the system use the Bridging API.Richard Mudgett
2013-04-19cli.c: Properly initialize debug_modules and verbose_modules.David M. Lee
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2012-12-03Cleanup CLI resources on exit and CLI command registration errors.Richard Mudgett
2012-10-18Doxygen Updates - Title updateAndrew Latham
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