mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 14:56:58 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user