From: Kevin P. Fleming Date: Wed, 19 Mar 2008 16:21:36 +0000 (+0000) Subject: ensure that res_phoneprov's HTTP handler tells the dispatcher what method it can... X-Git-Tag: 1.6.0-beta7~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=521b193eff418488c8ab89be30f76a0b5beed37f;p=thirdparty%2Fasterisk.git 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 --- diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index 21a440f5a8..69e97c0ee8 100644 --- 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)