diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index 21a440f5a8..69e97c0ee8 100644 --- a/res/res_phoneprov.c +++ b/res/res_phoneprov.c @@ -986,6 +986,7 @@ static struct ast_http_uri phoneprovuri = { .description = "Asterisk HTTP Phone Provisioning Tool", .uri = "phoneprov", .has_subtree = 1, + .supports_get = 1, }; static int load_module(void)