don't send warnings for unhandled indications, let ast_indicate() deal with them (issue #5097)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6491 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 21 years ago
parent 06e4ba227d
commit 8fc8505607

@ -4780,8 +4780,6 @@ static int zt_indicate(struct ast_channel *chan, int condition)
case -1:
res = tone_zone_play_tone(p->subs[index].zfd, -1);
break;
default:
ast_log(LOG_WARNING, "Don't know how to set condition %d on channel %s\n", condition, chan->name);
}
} else
res = 0;

Loading…
Cancel
Save