]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
chan_sip.c: Don't build by default
authorSean Bright <sean.bright@gmail.com>
Tue, 15 Sep 2020 15:48:21 +0000 (11:48 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 22 Sep 2020 14:03:33 +0000 (09:03 -0500)
ASTERISK-29083 #close

Change-Id: I9ea25fba3ba8f63a47886894bd966e0f08d5e003

channels/chan_sip.c
doc/UPGRADE-staging/do-not-build-chan-sip-by-default.txt [new file with mode: 0644]

index 78c0bb3973d4a2c52bd4af8eff41d743ae6c89bd..e506d35fdd584358bf33a6e97b83608e732df95b 100644 (file)
 /*** MODULEINFO
        <use type="module">res_crypto</use>
        <use type="module">res_http_websocket</use>
+       <defaultenabled>no</defaultenabled>
        <support_level>deprecated</support_level>
  ***/
 
diff --git a/doc/UPGRADE-staging/do-not-build-chan-sip-by-default.txt b/doc/UPGRADE-staging/do-not-build-chan-sip-by-default.txt
new file mode 100644 (file)
index 0000000..31790e4
--- /dev/null
@@ -0,0 +1,5 @@
+Subject: chan_sip
+Master-Only: True
+
+chan_sip is no longer built by default. To build it, make sure to
+enable it when running 'make menuselect'