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
This commit is contained in:
Kevin P. Fleming 2008-03-19 16:21:36 +00:00
parent 75cb5032e6
commit 521b193eff
1 changed files with 1 additions and 0 deletions

View File

@ -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)