]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ARI: Added new functionality to get all module information. 32/732/11
authorBenjamin Ford <bford@digium.com>
Fri, 26 Jun 2015 15:57:15 +0000 (10:57 -0500)
committerBenjamin Ford <bford@digium.com>
Fri, 10 Jul 2015 16:15:25 +0000 (11:15 -0500)
commit47ea312b2402bf31a0f1ccb9d73a6b8b7d814b09
tree3a1187d4c9fe2513247143d188a6669441328955
parent0a1700d286ad130ab29ce70e8b291fa1f2f567a7
ARI: Added new functionality to get all module information.

An http request can be sent to retrieve a list of all existing modules,
including the resource name, description, use count, status, and
support level.

The command "curl -v -u user:pass -X GET 'http://localhost:8088/ari/
asterisk/modules" (or something similar, depending on configuration)
can be run in the terminal to access this new functionality.

For more information, see:
https://wiki.asterisk.org/wiki.display/~bford/Asterisk+ARI+Resource

* Added new ARI functionality
* Information on modules can now be retrieved

Change-Id: I63cbbf0ec0c3544cc45ed2a588dceabe91c5e0b0
CHANGES
include/asterisk/module.h
main/loader.c
res/ari/ari_model_validators.c
res/ari/ari_model_validators.h
res/ari/resource_asterisk.c
res/ari/resource_asterisk.h
res/res_ari_asterisk.c
rest-api/api-docs/asterisk.json