diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index 21a440f5a847527adb4dc10e018594b4c351fff8..69e97c0ee846a16640a84342a793aff2561c1cbd 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)