summaryrefslogtreecommitdiff
path: root/main/cli.c
AgeCommit message (Expand)Author
2017-12-18CLI: Fix 'core set debug channel' completion bug.Corey Farrell
2017-11-21CLI: Create ast_cli_completion_add function.Corey Farrell
2017-11-21CLI: Remove calls to ast_cli_generator.Corey Farrell
2017-11-21Merge "cli: Remove silly usage of RAII_VAR." into 15Joshua Colp
2017-11-20cli: Remove silly usage of RAII_VAR.Corey Farrell
2017-11-17CLI: Create ast_cli_completion_vector.Corey Farrell
2017-11-06CLI: Remove unused internal command.Corey Farrell
2017-11-02Modules: Additional improvements to CLI completion.Corey Farrell
2017-10-30core / pjsip: Add support for grouping streams together.Joshua Colp
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-02-22core: Show streams in "core show channel".Joshua Colp
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-18cli: Auto-complete File not Module for core set debug.Alexander Traud
2016-06-08Fixes to include signal.hTimo Teräs
2016-03-24Restrict CLI/AMI commands on shutdown.Mark Michelson
2016-03-07main/cli.c: Refactor function to print seconds formattedRodrigo Ramírez Norambuena
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-05-04CLI: Enable automatic references to modules.Corey Farrell
2015-04-20New AMI Command Output FormatGareth Palmer
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-23Fix compilations errors on 64-bit OpenBSD systemsMatthew Jordan
2015-03-14core: Fix tab completion of "core set debug channel" CLI command.Joshua Colp
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
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