res_rtp_asterisk: Build without PJProject.

Change-Id: Ifc5059cd867e77b9c92ed9f4b895a9a91200d3ec
This commit is contained in:
Alexander Traud 2020-04-13 18:27:28 +02:00 committed by George Joseph
parent bde6be092c
commit 2b2fe947ce
1 changed files with 2 additions and 2 deletions

View 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;
}