res_rtp_asterisk: Build without PJProject.

Change-Id: Ifc5059cd867e77b9c92ed9f4b895a9a91200d3ec
changes/22/14222/2
Alexander Traud 6 years ago committed by George Joseph
parent bde6be092c
commit 2b2fe947ce

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

Loading…
Cancel
Save