Skip to content
Snippets Groups Projects
Commit 521b193e authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

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
parent 75cb5032
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment