res_rtp_asterisk: Build without PJProject.

Change-Id: Ifc5059cd867e77b9c92ed9f4b895a9a91200d3ec
pull/18/head
Alexander Traud 5 years ago
parent fa3c8f94e0
commit ee1c7f465b
No known key found for this signature in database
GPG Key ID: 8D80171CB4AD5D40

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