From c98217263f0f7f64bf29bed1c5d6ae2949325310 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Mon, 6 Aug 2007 20:28:15 +0000 Subject: Calrify the meaning of ZT_VMWI. git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2823 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaptel.h b/zaptel.h index a06c5c3..c33c6ad 100644 --- a/zaptel.h +++ b/zaptel.h @@ -662,8 +662,8 @@ struct zt_versioninfo { #define ZT_TRANSCODE_OP _IOWR(ZT_CODE, 93, int) /* - * VoiceMail Waiting Indication (WMWI) -- implemented by low-level driver - * Tell zaptel that a voicemail message is waiting or not. + * VoiceMail Waiting Indication (WMWI) -- implemented by low-level driver. + * Value: number of waiting messages (hence 0: switch messages off). */ #define ZT_VMWI _IOWR(ZT_CODE, 94, int) -- cgit v1.2.3