aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/manager.h
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-25 23:17:47 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-08-25 23:17:47 +0000
commit3c8955b668c51dce5c07edde28e1c3b3a736a4f5 (patch)
treebf35be182b37966d9c941c3ad9c8d2dd469ccdde /include/asterisk/manager.h
parentacbdd8e3b6b38e7de432004e38252abf3596a40e (diff)
minor doc fixes and copyright header cleanup (issue #5029 with mods)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6409 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/manager.h')
-rwxr-xr-xinclude/asterisk/manager.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 0b2712de6..547c55cd1 100755
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -1,17 +1,17 @@
/*
* Asterisk -- A telephony toolkit for Linux.
*
+ * AMI - Asterisk Management Interface
* External call management support
*
- * Copyright (C) 1999, Mark Spencer
+ * Copyright (C) 1999-2005, Digium, Inc.
*
- * Mark Spencer <markster@linux-support.net>
+ * Mark Spencer <markster@digium.com>
*
* This program is free software, distributed under the terms of
* the GNU General Public License.
*
- * Includes code and algorithms from the Zapata library.
- *
+ * $Revision$
*/
#ifndef _ASTERISK_MANAGER_H
@@ -35,11 +35,13 @@
The first header type is the "Event" header. Other headers vary from
event to event. Headers end with standard \r\n termination.
+ The last line of the manager response or event is an empty line.
+ (\r\n)
- Some standard headers:
-
- Action: <action> -- request or notification of a particular action
- Response: <response> -- response code, like "200 OK"
+ ** Please try to re-use existing headers to simplify manager message parsing in clients.
+ Don't re-use an existing header with a new meaning, please.
+ You can find a reference of standard headers in
+ doc/manager.txt
*/