aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-19 16:21:36 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-19 16:21:36 +0000
commitc1b27d16223604f52fe2e52a148b6a391d0756d3 (patch)
tree1d669c6ea897ef1c03622839b89f352e8b2341a6 /res
parent528c99ca2146fdf49350ac2c37f5bbc4643ac741 (diff)
ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can handle
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@109926 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_phoneprov.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index 21a440f5a..69e97c0ee 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)