From: Mark Spencer Date: Sat, 1 May 2004 14:49:36 +0000 (+0000) Subject: Add documentation for CLI prompt X-Git-Tag: 1.0.0-rc1~604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff7f09ecc766832113eea82cc869658381ac83f1;p=thirdparty%2Fasterisk.git Add documentation for CLI prompt git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2841 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/doc/README.cliprompt b/doc/README.cliprompt new file mode 100755 index 0000000000..8b03696942 --- /dev/null +++ b/doc/README.cliprompt @@ -0,0 +1,21 @@ +* Changing the CLI Prompt +------------------------- + +The CLI prompt is set with the ASTERISK_PROMPT UNIX environment variable that +you set from the Unix shell before starting Asterisk + +You may include the following variables, that will be replaced by +the current value by Asterisk: + +%d Date (year-month-date) +%h Hostname +%t Time +%% Percent sign +%# '#' if Asterisk is run in console mode, '>' if running as remote console + +On Linux systems, you may also use +%l Load average on your system + + +----- +04-03-26