chan_sip deprecation.

This officially deprecates chan_sip in Asterisk 17+.  A warning is
printed upon startup or module load to tell users that they should
consider migrating.  chan_sip is still built by default but the default
modules.conf skips loading it at startup.

Very important to note we are not scheduling a time where chan_sip will
be removed.  The goal of this change is to accurately inform end users
of the current state of chan_sip and encourage movement to the fully
supported chan_pjsip.

Change-Id: Icebd8848f63feab94ef882d36b2e99d73155af93
This commit is contained in:
Corey Farrell
2018-10-10 08:09:15 -04:00
parent e81d33e78f
commit 90a11c4ae7
10 changed files with 65 additions and 9 deletions

View File

@@ -41,4 +41,6 @@ noload => chan_console.so
noload => res_hep.so
noload => res_hep_pjsip.so
noload => res_hep_rtcp.so
;
; Do not load chan_sip by default, it may conflict with res_pjsip.
noload => chan_sip.so