From: Sean Bright Date: Tue, 15 Sep 2020 15:48:21 +0000 (-0400) Subject: chan_sip.c: Don't build by default X-Git-Tag: 19.0.0-rc1~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ca2323aaf46808bd8c120fedacd93e17dea915;p=thirdparty%2Fasterisk.git chan_sip.c: Don't build by default ASTERISK-29083 #close Change-Id: I9ea25fba3ba8f63a47886894bd966e0f08d5e003 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 78c0bb3973..e506d35fdd 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -176,6 +176,7 @@ /*** MODULEINFO res_crypto res_http_websocket + no deprecated ***/ 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 index 0000000000..31790e448d --- /dev/null +++ b/doc/UPGRADE-staging/do-not-build-chan-sip-by-default.txt @@ -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'