Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/doc/manager.txt
markster 64a44de2b2 Version 0.2.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@485 f38db490-d61c-443f-a65b-d21fe96a405b
2002-07-12 10:35:19 +00:00

21 lines
761 B
Text
Executable file

The manager is a client/server model over TCP.
Mangement communication consists of tags of the form "header: value",
terminated with an empty newline (\r\n) in the style of SMTP, HTTP, and
other headers.
The first tag MUST be one of the following:
Action: An action requested by the CLIENT to the Asterisk SERVER. Only
one "Action" may be outstanding at any time.
Response: A response to an action from the Asterisk SERVER to the CLIENT.
Event: An event reported by the Asterisk SERVER to the CLIENT
Management users are configured in /etc/asterisk/manager.conf and are
given permissions for read and write, where write represents their ability
to perform this class of "action", and read represents their ability to
receive this class of "event".