-
- Downloads
ARI: Added new functionality to get information on a single module.
An http request can be sent to retrieve information on a single module, 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/{moduleName}'" (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 a single module can now be retrieved ASTERISK-25173 Change-Id: Ibce5a94e70ecdf4e90329cf0ba66c33a62d37463
Showing
- CHANGES 2 additions, 1 deletionCHANGES
- include/asterisk/module.h 19 additions, 0 deletionsinclude/asterisk/module.h
- main/loader.c 28 additions, 0 deletionsmain/loader.c
- res/ari/resource_asterisk.c 73 additions, 0 deletionsres/ari/resource_asterisk.c
- res/ari/resource_asterisk.h 13 additions, 0 deletionsres/ari/resource_asterisk.h
- res/res_ari_asterisk.c 72 additions, 2 deletionsres/res_ari_asterisk.c
- rest-api/api-docs/asterisk.json 32 additions, 0 deletionsrest-api/api-docs/asterisk.json
Loading
Please register or sign in to comment