aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manager.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 07:59:02 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-04 07:59:02 +0000
commit48e3469f05a9a3b6ddf0286ff2a4bc115122a1a6 (patch)
tree92bad1e817bd0cc134548572cb0f734c8c6316da /doc/manager.txt
parent1ad6e500c4bcb297897ae8a1f90cfc3dc325c6cd (diff)
Clarify syntax of new manager events that reports a status.
We do not longer approve "ThisEventOn" and "ThisEventOff" named events, they need to be named "ThisEvent" with a status header showing the current status. (Approved by Mark) Old events won't be changed to keep backwards compatibility, until we have a revision plan for the AMI. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17199 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/manager.txt')
-rw-r--r--doc/manager.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manager.txt b/doc/manager.txt
index 065d70a21..cee0c470a 100644
--- a/doc/manager.txt
+++ b/doc/manager.txt
@@ -296,3 +296,4 @@ Some standard AMI headers:
** Please try to re-use existing headers to simplify manager message parsing in clients.
+Read the CODING-GUIDELINES if you develop new manager commands or events.