[svn-commits] tzafrir: trunk r2692 - /trunk/zaptel.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 4 21:51:01 CDT 2007


Author: tzafrir
Date: Wed Jul  4 21:51:01 2007
New Revision: 2692

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2692
Log:
The zaptel.h patch from part of #9909 . Commited as asterisk-dev
discussion concluded in favour. 

It has been tested mostly on zaptel 1.2 and also on 1.4 and applies
cleanly on both.

The Asterisk patch is safe to apply and requires no extra autoconf
settings, as it is ifdef-ed on the new #define from the zaptel patch.

The xpp patch is will be updated on the driver on our upcoming driver
update.

Modified:
    trunk/zaptel.h

Modified: trunk/zaptel.h
URL: http://svn.digium.com/view/zaptel/trunk/zaptel.h?view=diff&rev=2692&r1=2691&r2=2692
==============================================================================
--- trunk/zaptel.h (original)
+++ trunk/zaptel.h Wed Jul  4 21:51:01 2007
@@ -661,6 +661,12 @@
  * Transcoder operations
  */
 #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.
+ */
+#define ZT_VMWI			_IOWR(ZT_CODE, 94, int)
 
 /* 
  * Startup or Shutdown a span




More information about the svn-commits mailing list