aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index b3a728752..b2ea67824 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -8165,7 +8165,7 @@ static void *do_monitor(void *data)
res = has_voicemail(last);
if (last->msgstate != res) {
/* Set driver resources for signalling VMWI */
- res2 = ioctl(last->subs[SUB_REAL].dfd, DAHDI_VMWI, res);
+ res2 = ioctl(last->subs[SUB_REAL].dfd, DAHDI_VMWI, &res);
if (res2) {
/* TODO: This message will ALWAYS be generated on some cards; any way to restrict it to those cards where it is interesting? */
ast_debug(3, "Unable to control message waiting led on channel %d: %s\n", last->channel, strerror(errno));