The Asterisk Resource¶
While the primary purpose of ARI is to allow developers to build their own communications applications using Asterisk as a media engine, there are other resources in the API that are useful outside of this use case. One of these is the asterisk
resource. This resource not only provides information about the running Asterisk instance, but also exposes resources and operations that allow an external system to manipulate the overall Asterisk system.
On This PageMore DetailRetrieving System Information¶
The asterisk
resource provides the ability to retrieve basic information about the running Asterisk process. This includes:
- Information about how Asterisk was compiled
- Information about Asterisk's configuration
- Current status of the Asterisk process
- Information about the system the Asterisk process is running on
An example of this is shown below: