mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Fix get confmute
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@931 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -6155,7 +6155,7 @@ static int zap_show_channel(int fd, int argc, char **argv)
|
||||
ast_cli(fd, "Actual Confinfo: Num/%d, Mode/0x%04x\n", ci.confno, ci.confmode);
|
||||
}
|
||||
#ifdef ZT_GETCONFMUTE
|
||||
if (ioctl(tmp->subs[SUB_REAL].zfd, ZT_GETCONF, &x)) {
|
||||
if (ioctl(tmp->subs[SUB_REAL].zfd, ZT_GETCONFMUTE, &x)) {
|
||||
ast_log(LOG_WARNING, "Failed to get confmute info on channel %d\n", tmp->channel);
|
||||
} else {
|
||||
ast_cli(fd, "Actual Confmute: %s\n", x ? "Yes" : "No");
|
||||
|
Reference in New Issue
Block a user