]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
res_rtp_asterisk: Build without PJProject.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 13 Apr 2020 16:27:28 +0000 (18:27 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 13 Apr 2020 20:03:03 +0000 (15:03 -0500)
Change-Id: Ifc5059cd867e77b9c92ed9f4b895a9a91200d3ec

res/res_rtp_asterisk.c

index 72f46684e1809179a858af8937ec2dbbd7d6fc41..7af7fe085de058aeca09ce9364f97be0cb4e07e0 100644 (file)
@@ -8812,9 +8812,9 @@ static char *handle_cli_rtp_settings(struct ast_cli_entry *e, int cmd, struct as
        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;
 }