Re: [Flash Operator Panel] Asterisk 1.6
I would like to emphasize the change in the API that makes it possible to get the AMI version and the Asterisk version used. This means that it will be easier to use new features in the future, since you have a builtin action that will report this. When you login, you will notice a new manager version, then you can issue CoreSettings to get the details. Manager 1.1 also have a few syntax changes, as compared with 1.0. All of these are documented in manager_1_1.txt. /O From the docs: - 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
|