summaryrefslogtreecommitdiff
path: root/res/res_phoneprov.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-03-19 16:21:36 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-03-19 16:21:36 +0000
commit521b193eff418488c8ab89be30f76a0b5beed37f (patch)
tree1d669c6ea897ef1c03622839b89f352e8b2341a6 /res/res_phoneprov.c
parent75cb5032e66598828dd42826a463c10177496d6f (diff)
ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can handle
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109926 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_phoneprov.c')
-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)