[Asterisk-cvs] asterisk/include/asterisk manager.h,1.15,1.16
kpfleming
kpfleming
Thu Aug 25 19:16:02 CDT 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv1691/include/asterisk
Modified Files:
manager.h
Log Message:
minor doc fixes and copyright header cleanup (issue #5029 with mods)
Index: manager.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/manager.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- manager.h 15 Jul 2005 23:24:51 -0000 1.15
+++ manager.h 25 Aug 2005 23:17:47 -0000 1.16
@@ -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 at linux-support.net>
+ * Mark Spencer <markster at 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
*/
More information about the svn-commits
mailing list