37 #ifndef _ASTERISK_RESOURCE_SOUNDS_H 38 #define _ASTERISK_RESOURCE_SOUNDS_H Structure for variables, used for configurations and for channel variables.
int ast_ari_sounds_list_parse_body(struct ast_json *body, struct ast_ari_sounds_list_args *args)
Body parsing function for /sounds.
Asterisk RESTful API hooks.
void ast_ari_sounds_list(struct ast_variable *headers, struct ast_ari_sounds_list_args *args, struct ast_ari_response *response)
List all sounds.
Abstract JSON element (object, array, string, int, ...).
void ast_ari_sounds_get(struct ast_variable *headers, struct ast_ari_sounds_get_args *args, struct ast_ari_response *response)
Get a sound's details.