From dae22a8a791e1cabf5c987aaa85f3ba624a81eca Mon Sep 17 00:00:00 2001 From: David Troy Date: Sat, 1 Apr 2006 16:17:28 +0000 Subject: Populating trunk git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/trunk@21 f02b47b9-160a-0410-81a6-dc3441afb0ec --- README.standard | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.standard 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. + -- cgit