mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Add VMWI chan_zap support #9909
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80778 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7179,6 +7179,11 @@ static void *do_monitor(void *data)
|
||||
if (last->msgstate != res) {
|
||||
int x;
|
||||
ast_debug(1, "Message status for %s changed from %d to %d on %d\n", last->mailbox, last->msgstate, res, last->channel);
|
||||
#ifdef ZT_VMWI
|
||||
res2 = ioctl(last->subs[SUB_REAL].zfd, ZT_VMWI, res);
|
||||
if (res2)
|
||||
ast_log(LOG_DEBUG, "Unable to control message waiting led on channel %d\n", last->channel);
|
||||
#endif
|
||||
x = ZT_FLUSH_BOTH;
|
||||
res2 = ioctl(last->subs[SUB_REAL].zfd, ZT_FLUSH, &x);
|
||||
if (res2)
|
||||
|
Reference in New Issue
Block a user