summaryrefslogtreecommitdiff
path: root/cli.c
AgeCommit message (Expand)Author
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-06more efficient (and understandable) ast_channel_walk_locked, and vastly more ...Kevin P. Fleming
2005-05-24print out appropriate message when no help text is available for a commandRussell Bryant
2005-05-18Add optional call limitMark Spencer
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-23Merge Russell's formatting patch (bug #3838)Mark Spencer
2005-03-05Allow debug to be enabled on a per-file basis...Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-23Merge anthm's CDR updates (bug #3595)Mark Spencer
2005-02-05Allow uptime to be displayed in seconds (bug #3510, with mods)Mark Spencer
2005-02-01Fix agent moh issue (bug #3383)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-06Fix command completion issue (bug #3257)Mark Spencer
2004-12-29Fix additional typos (bug #3162)Mark Spencer
2004-12-26Fix CLI to report "N/A" when appropriate for time, chan_features updates, ALS...Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-12-07Big diet for struct ast_channelMark Spencer
2004-11-21Fix compiler warningMark Spencer
2004-11-18Minor command completion tweak (bug #988 bis)Mark Spencer
2004-11-17Fix initialization of CLI (bug #2861)Mark Spencer
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...Mark Spencer
2004-10-22This patch adds a new api call:Anthony Minessale II
2004-10-16Provide module command completion (make twisted happy)Mark Spencer
2004-10-14Add option for "show modules like" (bug #2643)Mark Spencer
2004-10-14Handle excessive entries properly (bug #2634)Mark Spencer
2004-10-08Minor config updates, add module counts (bug #2593)Mark Spencer
2004-10-08Fix small verboseness bugs (bug #2602)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-13Add set debug option, make output for set verbose better (bug #2428)Mark Spencer
2004-09-03reload documentation, don't display res in app_test...Mark Spencer
2004-09-03Display elapsed time in hours/mins/seconds (bug #2365 kinda sorta)Mark Spencer
2004-09-02Don't try to look offhook with channel banks & Loopstart (bug #2362), also ma...Mark Spencer
2004-08-07Fix a couple minor command line completion issuesMark Spencer
2004-08-03Merge nicolasg's manager/cli patch (bug #2207)Mark Spencer
2004-07-14Minor formatting fix from code audit in cli.cJames Golovich
2004-07-14Remaining rgagnon source audit improvements (bug #2011)Mark Spencer
2004-07-08Bug # 1973: Change write to ast_carefulwriteMalcolm Davenport
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-11Add "show channels concise" for machine readable formatMark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-28Hopefully last ast_strlen_zero fix in cli.cJames Golovich
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-05-10Patch Submitted by BKW on 5/10/2004 to chan_sip.cAnthony Minessale II
2004-05-06Use ast_strlen_zero in cli.cJames Golovich
2004-04-08Free some cli memoryJames Golovich
2004-04-06Remove size restiction on remote console command completion (bug 1360)James Golovich