[asterisk-commits] res http websocket: Enable by default (asterisk[certified/11.6])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Aug 22 13:31:14 CDT 2016


Joshua Colp has submitted this change and it was merged.

Change subject: res_http_websocket: Enable by default
......................................................................


res_http_websocket: Enable by default

res_http_websocket is an extended support module. Extended support
modules are disabled by default in certified Asterisk.

Unfortunately, res_http_websocket is a dependency for chan_sip. This
means that by default, chan_sip is not built on a fresh checkout of
11.6 certified branches (specifically since release 11.6-cert5). Since
chan_sip is a very important and fundamental module in Asterisk 11, this
is inconvenient.

This commit fixes the problem by making res_http_websocket enabled by
default in menuselect. This in turn causes chan_sip to be built by
default as well.

Change-Id: I291492ea776f05324f2ee138573d109833fe1ce6
---
M res/res_http_websocket.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/res/res_http_websocket.c b/res/res_http_websocket.c
index 2aba490..ece4597 100644
--- a/res/res_http_websocket.c
+++ b/res/res_http_websocket.c
@@ -25,7 +25,7 @@
 
 /*** MODULEINFO
 	<support_level>extended</support_level>
-	<defaultenabled>no</defaultenabled>
+	<defaultenabled>yes</defaultenabled>
  ***/
 
 #include "asterisk.h"

-- 
To view, visit https://gerrit.asterisk.org/3673
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I291492ea776f05324f2ee138573d109833fe1ce6
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: certified/11.6
Gerrit-Owner: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>



More information about the asterisk-commits mailing list