--- main/channel.c (Asterisk 13.32.0) +++ main/channel.c (working copy) @@ -6341,11 +6341,3 @@ static int set_security_requirements(con for (i = 0; i < 2; i++) { - if (ops[i][1]) { - if (ast_channel_setoption(out, ops[i][0], &ops[i][1], sizeof(ops[i][1]), 0)) { - /* We require a security feature, but the channel won't provide it */ - return -1; - } - } else { - /* We don't care if we can't clear the option on a channel that doesn't support it */ ast_channel_setoption(out, ops[i][0], &ops[i][1], sizeof(ops[i][1]), 0); - } }