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
1.6.1
Kevin P. Fleming 18 years ago
parent 75cb5032e6
commit 521b193eff

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

Loading…
Cancel
Save