From: George Joseph Date: Wed, 27 Jan 2016 19:02:44 +0000 (-0700) Subject: res_pjsip: Add res_pjproject dependency to UPGRADE.txt and samples X-Git-Tag: 13.8.0-rc1~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da18af992a18c2ea11fef22b300ca203923245b;p=thirdparty%2Fasterisk.git res_pjsip: Add res_pjproject dependency to UPGRADE.txt and samples Since res_pjsip now depends on res_pjproject, this is now mentioned in UPGRADE.txt and the basic-pbx modules.conf has been updated. Change-Id: I42826597d5e10f08e518208860c44c96e52f1b2d --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 27ca0e6cce..cd9816e048 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -21,6 +21,13 @@ === UPGRADE-12.txt -- Upgrade info for 11 to 12 =========================================================== +From 13.7.0 to 13.8.0: + +res_pjsip: + - res_pjsip now depends on res_pjproject. If autoload=no in modules.conf, + res_pjproject must be explicitly loaded or res_pjsip and all of its + dependents will fail to load. + From 13.5.0 to 13.6.0: ARI: diff --git a/configs/basic-pbx/modules.conf b/configs/basic-pbx/modules.conf index db727b7bdb..3561537139 100644 --- a/configs/basic-pbx/modules.conf +++ b/configs/basic-pbx/modules.conf @@ -66,6 +66,7 @@ load = pbx_functions.so load = res_hep_pjsip.so load = res_musiconhold.so +load = res_pjproject.so load = res_pjsip_acl.so load = res_pjsip_authenticator_digest.so load = res_pjsip_caller_id.so