[Asterisk-code-review] res_pjsip: Add build-time dependency. (asterisk[master])
Alexander Traud
asteriskteam at digium.com
Fri Apr 17 04:56:47 CDT 2020
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14268 )
Change subject: res_pjsip: Add build-time dependency.
......................................................................
res_pjsip: Add build-time dependency.
ASTERISK-28838
Change-Id: Icb08304744ae3f34dce6ccb76f94379b8382a074
---
M res/res_pjsip_nat.c
M res/res_pjsip_path.c
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/68/14268/1
diff --git a/res/res_pjsip_nat.c b/res/res_pjsip_nat.c
index dc7d10b..01ce139 100644
--- a/res/res_pjsip_nat.c
+++ b/res/res_pjsip_nat.c
@@ -19,6 +19,7 @@
/*** MODULEINFO
<depend>pjproject</depend>
<depend>res_pjsip</depend>
+ <depend>res_pjsip_session</depend>
<support_level>core</support_level>
***/
diff --git a/res/res_pjsip_path.c b/res/res_pjsip_path.c
index 3c545f9..adc5a8c 100644
--- a/res/res_pjsip_path.c
+++ b/res/res_pjsip_path.c
@@ -19,6 +19,7 @@
/*** MODULEINFO
<depend>pjproject</depend>
<depend>res_pjsip</depend>
+ <depend>res_pjsip_session</depend>
<support_level>core</support_level>
***/
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14268
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Icb08304744ae3f34dce6ccb76f94379b8382a074
Gerrit-Change-Number: 14268
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200417/e3a4f27f/attachment.html>
More information about the asterisk-code-review
mailing list