From 9f9d7c9fa9c2807545c1c69fd4c834cac0a1c12f Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 22 Aug 2016 13:08:02 -0500 Subject: [PATCH] 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 --- res/res_http_websocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/res_http_websocket.c b/res/res_http_websocket.c index 2aba4900c9..ece4597638 100644 --- a/res/res_http_websocket.c +++ b/res/res_http_websocket.c @@ -25,7 +25,7 @@ /*** MODULEINFO extended - no + yes ***/ #include "asterisk.h" -- 2.47.2