-
- Downloads
ARI: Retrieve existing log channels
An http request can be sent to get the existing Asterisk logs. The command "curl -v -u user:pass -X GET 'http://localhost:8088 /ari/asterisk/logging'" can be run in the terminal to access the newly implemented functionality. * Retrieve all existing log channels ASTERISK-25252 Change-Id: I7bb08b93e3b938c991f3f56cc5d188654768a808
Showing
- include/asterisk/logger.h 15 additions, 0 deletionsinclude/asterisk/logger.h
- main/logger.c 45 additions, 3 deletionsmain/logger.c
- res/ari/resource_asterisk.c 55 additions, 4 deletionsres/ari/resource_asterisk.c
- res/ari/resource_asterisk.h 11 additions, 0 deletionsres/ari/resource_asterisk.h
- res/res_ari_asterisk.c 52 additions, 0 deletionsres/res_ari_asterisk.c
- rest-api/api-docs/asterisk.json 12 additions, 0 deletionsrest-api/api-docs/asterisk.json
Loading
Please register or sign in to comment