mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
res_rtp_asterisk: Build without PJProject.
Change-Id: Ifc5059cd867e77b9c92ed9f4b895a9a91200d3ec
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user