[asterisk-commits] res pjsip: Add res pjproject dependency to UPGRADE.txt and ... (asterisk[13])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jan 27 14:05:18 CST 2016
Mark Michelson has submitted this change and it was merged.
Change subject: res_pjsip: Add res_pjproject dependency to UPGRADE.txt and samples
......................................................................
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
---
M UPGRADE.txt
M configs/basic-pbx/modules.conf
2 files changed, 8 insertions(+), 0 deletions(-)
Approvals:
Mark Michelson: Looks good to me, approved
Richard Mudgett: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 27ca0e6..cd9816e 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 db727b7..3561537 100644
--- a/configs/basic-pbx/modules.conf
+++ b/configs/basic-pbx/modules.conf
@@ -66,6 +66,7 @@
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
--
To view, visit https://gerrit.asterisk.org/2103
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I42826597d5e10f08e518208860c44c96e52f1b2d
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-commits
mailing list