[svn-commits] oej: trunk r188284 - /trunk/doc/manager_1_1.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Apr 14 09:22:43 CDT 2009
Author: oej
Date: Tue Apr 14 09:22:39 2009
New Revision: 188284
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=188284
Log:
New actions should go under "New Actions", not "new events"
Modified:
trunk/doc/manager_1_1.txt
Modified: trunk/doc/manager_1_1.txt
URL: http://svn.digium.com/svn-view/asterisk/trunk/doc/manager_1_1.txt?view=diff&rev=188284&r1=188283&r2=188284
==============================================================================
--- trunk/doc/manager_1_1.txt (original)
+++ trunk/doc/manager_1_1.txt Tue Apr 14 09:22:39 2009
@@ -252,6 +252,35 @@
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 @@
SIPcallid: NTQzYWFiOWM4NmE0MWRkZjExMzU2YzQ3OWQwNzg3ZmI.
SIPfullcontact: sip:olle at 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
More information about the svn-commits
mailing list