[zaptel-commits] dbailey: branch 1.4 r3854 - /branches/1.4/kernel/zaptel.h
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Feb 19 17:04:39 CST 2008
Author: dbailey
Date: Tue Feb 19 17:04:38 2008
New Revision: 3854
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3854
Log:
Add two neon MWI event definitions
Modified:
branches/1.4/kernel/zaptel.h
Modified: branches/1.4/kernel/zaptel.h
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/zaptel.h?view=diff&rev=3854&r1=3853&r2=3854
==============================================================================
--- branches/1.4/kernel/zaptel.h (original)
+++ branches/1.4/kernel/zaptel.h Tue Feb 19 17:04:38 2008
@@ -1073,6 +1073,12 @@
/* Channel was disconnected. Hint user to close channel */
#define ZT_EVENT_REMOVED 20
+/* A neon MWI pulse was detected */
+#define ZT_EVENT_NEONMWI_ACTIVE 21
+
+/* No neon MWI pulses were detected over some period of time */
+#define ZT_EVENT_NEONMWI_INACTIVE 22
+
#define ZT_EVENT_PULSEDIGIT (1 << 16) /* This is OR'd with the digit received */
#define ZT_EVENT_DTMFDOWN (1 << 17) /* Ditto for DTMF key down event */
#define ZT_EVENT_DTMFUP (1 << 18) /* Ditto for DTMF key up event */
More information about the zaptel-commits
mailing list