[Asterisk-code-review] res pjsip: Add res pjproject dependency to UPGRADE.txt and ... (asterisk[13])

George Joseph asteriskteam at digium.com
Wed Jan 27 13:08:52 CST 2016


George Joseph has uploaded a new change for review.

  https://gerrit.asterisk.org/2103

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 basix-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(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/03/2103/1

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: newchange
Gerrit-Change-Id: I42826597d5e10f08e518208860c44c96e52f1b2d
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>



More information about the asterisk-code-review mailing list