Fix minor typos

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent c75324a1a4
commit b0506b3e4b

@ -1005,7 +1005,7 @@ static inline int zt_confmute(struct zt_pvt *p, int muted)
x = muted;
if (p->sig == SIG_PRI) {
y = 1;
res = ioctl(p->subs[SUB_REAL].zfd, ZT_CONFMUTE, &x);
res = ioctl(p->subs[SUB_REAL].zfd, ZT_AUDIOMODE, &y);
if (res)
ast_log(LOG_WARNING, "Unable to set audio mode on '%d'\n", p->channel);
}

Loading…
Cancel
Save