summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-06 20:28:15 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-08-06 20:28:15 +0000
commitc98217263f0f7f64bf29bed1c5d6ae2949325310 (patch)
tree12b5010cfd77d7414bf800463d551e7ecb2f91a6
parentbb3481b5f6e080f3fa7bc92da99a6e12abb38156 (diff)
Calrify the meaning of ZT_VMWI.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@2823 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rw-r--r--zaptel.h4
1 files 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)