aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 14:49:36 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-01 14:49:36 +0000
commit34863327b032b7264f6cc11f0df8681233e1f5cb (patch)
tree6c9e40433651fc7230019eb751c9632827bced1a /doc
parent9211e2eb211161f98f3e4ccce94572f6e31dfb21 (diff)
Add documentation for CLI prompt
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2841 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/README.cliprompt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/README.cliprompt b/doc/README.cliprompt
new file mode 100755
index 000000000..8b0369694
--- /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