[svn-commits] russell: trunk r2295 - in /trunk: ./ zaptel.h
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Mar 7 17:50:35 MST 2007
Author: russell
Date: Wed Mar 7 18:50:35 2007
New Revision: 2295
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2295
Log:
Merged revisions 2294 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.4
........
r2294 | russell | 2007-03-07 18:48:22 -0600 (Wed, 07 Mar 2007) | 3 lines
Add a constant for ZT_EVENT_REMOVED to allow a driver to hint to userspace that
a channel has been removed. (issue #7256, tzafrir)
........
Modified:
trunk/ (props changed)
trunk/zaptel.h
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/zaptel.h
URL: http://svn.digium.com/view/zaptel/trunk/zaptel.h?view=diff&rev=2295&r1=2294&r2=2295
==============================================================================
--- trunk/zaptel.h (original)
+++ trunk/zaptel.h Wed Mar 7 18:50:35 2007
@@ -923,6 +923,9 @@
/* Echo can disabled event */
#define ZT_EVENT_EC_DISABLED 19
+
+/* Channel was disconnected. Hint user to close channel */
+#define ZT_EVENT_REMOVED 20
#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 */
More information about the svn-commits
mailing list