[Asterisk-code-review] res_rtp_asterisk: Build without PJProject. (asterisk[master])
Alexander Traud
asteriskteam at digium.com
Mon Apr 13 11:27:59 CDT 2020
Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/14201 )
Change subject: res_rtp_asterisk: Build without PJProject.
......................................................................
res_rtp_asterisk: Build without PJProject.
Change-Id: Ifc5059cd867e77b9c92ed9f4b895a9a91200d3ec
---
M res/res_rtp_asterisk.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/01/14201/1
diff --git a/res/res_rtp_asterisk.c b/res/res_rtp_asterisk.c
index 72f4668..7af7fe0 100644
--- a/res/res_rtp_asterisk.c
+++ b/res/res_rtp_asterisk.c
@@ -8812,9 +8812,9 @@
if (strictrtp) {
ast_cli(a->fd, " Probation: %d frames\n", learning_min_sequential);
}
-
+#ifdef HAVE_PJPROJECT
ast_cli(a->fd, " ICE support: %s\n", AST_CLI_YESNO(icesupport));
-
+#endif
return CLI_SUCCESS;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14201
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ifc5059cd867e77b9c92ed9f4b895a9a91200d3ec
Gerrit-Change-Number: 14201
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/20200413/692c36f2/attachment-0001.html>
More information about the asterisk-code-review
mailing list