summaryrefslogtreecommitdiff
path: root/include/asterisk/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/manager.h')
-rw-r--r--include/asterisk/manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/manager.h b/include/asterisk/manager.h
index 8d1e8579f..1cbfb5dfc 100644
--- a/include/asterisk/manager.h
+++ b/include/asterisk/manager.h
@@ -35,11 +35,15 @@
Manager protocol packages are text fields of the form a: b. There is
always exactly one space after the colon.
+\verbatim
+
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)
+\endverbatim
+
** 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