aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-07-12 10:35:19 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2002-07-12 10:35:19 +0000
commit64a44de2b229276c366c9b68708e3adf066c8db1 (patch)
tree947602ef8121330463f84364e9fcd4d914ac004e /doc
parent0ac7711a22bfc433c394d87fa58d2c553ba52b9f (diff)
Version 0.2.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@485 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/manager.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/manager.txt b/doc/manager.txt
new file mode 100755
index 000000000..1dc4309ea
--- /dev/null
+++ b/doc/manager.txt
@@ -0,0 +1,20 @@
+The manager is a client/server model over TCP.
+
+Mangement communication consists of tags of the form "header: value",
+terminated with an empty newline (\r\n) in the style of SMTP, HTTP, and
+other headers.
+
+The first tag MUST be one of the following:
+
+Action: An action requested by the CLIENT to the Asterisk SERVER. Only
+one "Action" may be outstanding at any time.
+
+Response: A response to an action from the Asterisk SERVER to the CLIENT.
+
+Event: An event reported by the Asterisk SERVER to the CLIENT
+
+Management users are configured in /etc/asterisk/manager.conf and are
+given permissions for read and write, where write represents their ability
+to perform this class of "action", and read represents their ability to
+receive this class of "event".
+