summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-01 16:17:28 +0000
committerDavid Troy <dave@popvox.com>2006-04-01 16:17:28 +0000
commitdae22a8a791e1cabf5c987aaa85f3ba624a81eca (patch)
treefbe161aa094542f85183f94c3f584d9de1e07e03
parent793c133268021ff9b33f04235af730295f045d52 (diff)
downloadastmanproxy-dae22a8a791e1cabf5c987aaa85f3ba624a81eca.tar.gz
astmanproxy-dae22a8a791e1cabf5c987aaa85f3ba624a81eca.tar.xz
astmanproxy-dae22a8a791e1cabf5c987aaa85f3ba624a81eca.zip
Populating trunk
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@21 f02b47b9-160a-0410-81a6-dc3441afb0ec
-rw-r--r--README.standard15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.standard b/README.standard
new file mode 100644
index 0000000..40699d7
--- /dev/null
+++ b/README.standard
@@ -0,0 +1,15 @@
+This is the standard input/output handler. This handler implements the
+traditional Asterisk Manager interface I/O format, which can be
+described as follows:
+
+Each block of input and output should be described in terms of headers,
+each terminated with \r\n (cr+lf) and consisting of a name/value pair,
+and each block of headers should be terminated with two \r\n sequences:
+
+Name1: Value1\r\nName2: Value2\r\n\r\n\r\n
+
+The "standard" IO handler is used by astmanproxy to communicate with
+Asterisk server sessions. Clients connecting to astmanproxy can use
+the "standard" handler if they wish, for either input, output or both,
+or may use any other available handler.
+