]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_http_websocket: Enable by default 73/3673/1
authorMark Michelson <mmichelson@digium.com>
Mon, 22 Aug 2016 18:08:02 +0000 (13:08 -0500)
committerMark Michelson <mmichelson@digium.com>
Mon, 22 Aug 2016 18:08:02 +0000 (13:08 -0500)
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

index 2aba4900c967a7ce4d7e8e9a367ada58eaef121c..ece4597638e715f73cfa91d42d6fb2af83607711 100644 (file)
@@ -25,7 +25,7 @@
 
 /*** MODULEINFO
        <support_level>extended</support_level>
-       <defaultenabled>no</defaultenabled>
+       <defaultenabled>yes</defaultenabled>
  ***/
 
 #include "asterisk.h"