projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75cb503
)
ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can...
author
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 19 Mar 2008 16:21:36 +0000
(16:21 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Wed, 19 Mar 2008 16:21:36 +0000
(16:21 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@109926
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_phoneprov.c
patch
|
blob
|
history
diff --git
a/res/res_phoneprov.c
b/res/res_phoneprov.c
index
21a440f
..
69e97c0
100644
(file)
--- 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)