aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manager_1_1.txt
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-14 14:22:39 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-14 14:22:39 +0000
commit9091ffc287226ca83b6821b13b351abf2d14eb7e (patch)
tree5af20c4388d1c166eb8b2f3de7c00f0657e48a89 /doc/manager_1_1.txt
parentfc171ca2df49bc377b94a85d6d57e57e37dff48e (diff)
New actions should go under "New Actions", not "new events"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@188284 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc/manager_1_1.txt')
-rw-r--r--doc/manager_1_1.txt57
1 files changed, 29 insertions, 28 deletions
diff --git a/doc/manager_1_1.txt b/doc/manager_1_1.txt
index ae9b510be..5a674e596 100644
--- a/doc/manager_1_1.txt
+++ b/doc/manager_1_1.txt
@@ -252,6 +252,35 @@ Changes to manager version 1.1:
To list the information about a specific SKINNY line.
Variables:
Line: <line> Line to show information about.
+
+- Action: CoreSettings
+ Modules: manager.c
+ Purpose: To report core settings, like AMI and Asterisk version,
+ maxcalls and maxload settings.
+ * Integrated in SVN trunk as of May 4th, 2007
+ Example:
+ Response: Success
+ ActionID: 1681692777
+ AMIversion: 1.1
+ AsteriskVersion: SVN-oej-moremanager-r61756M
+ SystemName: EDVINA-node-a
+ CoreMaxCalls: 120
+ CoreMaxLoadAvg: 0.000000
+ CoreRunUser: edvina
+ CoreRunGroup: edvina
+
+- Action: CoreStatus
+ Modules: manager.c
+ Purpose: To report current PBX core status flags, like
+ number of concurrent calls, startup and reload time.
+ * Integrated in SVN trunk as of May 4th, 2007
+ Example:
+ Response: Success
+ ActionID: 1649760492
+ CoreStartupTime: 22:35:17
+ CoreReloadTime: 22:35:17
+ CoreCurrentCalls: 20
+
* NEW EVENTS
------------
@@ -294,34 +323,6 @@ Changes to manager version 1.1:
SIPcallid: NTQzYWFiOWM4NmE0MWRkZjExMzU2YzQ3OWQwNzg3ZmI.
SIPfullcontact: sip:olle@127.0.0.1:49054
-- Action: CoreSettings
- Modules: manager.c
- Purpose: To report core settings, like AMI and Asterisk version,
- maxcalls and maxload settings.
- * Integrated in SVN trunk as of May 4th, 2007
- Example:
- Response: Success
- ActionID: 1681692777
- AMIversion: 1.1
- AsteriskVersion: SVN-oej-moremanager-r61756M
- SystemName: EDVINA-node-a
- CoreMaxCalls: 120
- CoreMaxLoadAvg: 0.000000
- CoreRunUser: edvina
- CoreRunGroup: edvina
-
-- Action: CoreStatus
- Modules: manager.c
- Purpose: To report current PBX core status flags, like
- number of concurrent calls, startup and reload time.
- * Integrated in SVN trunk as of May 4th, 2007
- Example:
- Response: Success
- ActionID: 1649760492
- CoreStartupTime: 22:35:17
- CoreReloadTime: 22:35:17
- CoreCurrentCalls: 20
-
- Event: NewAccountCode
Modules: cdr.c
Purpose: To report a change in account code for a live channel