aboutsummaryrefslogtreecommitdiffstats
path: root/main/cli.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Merged revisions 291073 via svnmerge from rmudgett1-17/+39
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-4/+39
2010-07-27Revert r280019 for now - This was poorly executed.seanbright1-5/+1
2010-07-27Add ability to use system libedit and update bundled libedit.seanbright1-1/+5
2010-07-14ast_callerid restructuringrmudgett1-5/+5
2010-06-02Add a CLI command that blocks until Asterisk has fully booted.russell1-0/+24
2010-05-19Fix compilation problem with previous commit.lmadsen1-1/+1
2010-05-19Add ability to hangup all channels from the CLI.lmadsen1-3/+17
2010-05-12Notify CLI when modules is loaded / unloadedpabelanger1-0/+3
2010-03-23Change per-file debug and verbose levels to be per-module, the waykpfleming1-65/+69
2009-12-30Fix compiling with LOW_MEMORY.jpeeler1-0/+10
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-2/+4
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-25add default alias reload to run module reload.mvanbaak1-5/+0
2009-07-24Note that "reload" needs to be added back.russell1-0/+5
2009-07-24Don't log a warning for something that does not affect operation.russell1-1/+0
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-5/+8
2009-06-25Merged revisions 203380 via svnmerge from twilson1-3/+2
2009-06-25Merged revisions 203311 via svnmerge from twilson1-1/+3
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-05-28Eliminate several needless checks and fix a few memory leakstilghman1-2/+1
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-51/+56
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-44/+107
2009-04-22Fix building of chan_h323 with gcc-3.3jpeeler1-1/+1
2009-03-27Change global_app_buf to ast_str_thread_global_buf.russell1-1/+1
2009-01-29Remove tabs from commentrmudgett1-4/+4
2009-01-14Don't crash when typing 'core set verbose' or 'core set debug' by themselves.seanbright1-1/+1
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-8/+9
2008-12-10add tab completion for 'core set debug X filename.c'mvanbaak1-8/+72
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-12-04Fix minor coding guidelines introduced with CLI permissions.eliel1-2/+3
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-1/+2
2008-12-01Introduce CLI permissions.eliel1-12/+406
2008-11-12This commit does two things:mvanbaak1-94/+24
2008-10-17Fix CLI command 'channel request hangup'mvanbaak1-2/+2
2008-10-09(closes issue #13557)murf1-2/+2
2008-10-03Resolve a subtle bug where we would never successfully be able to getseanbright1-5/+5
2008-09-28Merge the cli_cleanup branch.mvanbaak1-4/+4
2008-09-06Some fixes to autocompletion in some commands.mvanbaak1-1/+3
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-10/+10
2008-08-05Merged revisions 135597 via svnmerge from seanbright1-1/+1
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-1/+1
2008-07-09Code wasn't ready to be merged - see -dev list discussiontilghman1-15/+1
2008-07-05Implement flags for AGI in the channel structure so taht "show channels" andoej1-1/+15
2008-05-27Merged revisions 118551 via svnmerge from tilghman1-1/+1
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-1/+1
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-04Whitespace changes onlytilghman1-1/+1
2008-02-18Context tracing for channelstilghman1-1/+9
2008-01-10Check pointers before freeing (was getting WARNINGS under MALLOC_DEBUG)twilson1-1/+2