[Asterisk-cvs] asterisk/include/asterisk channel.h,1.37,1.38
jim at lists.digium.com
jim at lists.digium.com
Fri Jan 16 17:48:43 CST 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24297/include/asterisk
Modified Files:
channel.h
Log Message:
Added functionality for E911 signalling
Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- channel.h 18 Dec 2003 23:42:10 -0000 1.37
+++ channel.h 16 Jan 2004 23:40:37 -0000 1.38
@@ -320,6 +320,8 @@
#define AST_STATE_UP 6
/*! Line is busy */
#define AST_STATE_BUSY 7
+/*! Digits (or equivalent) have been dialed while offhook */
+#define AST_STATE_DIALING_OFFHOOK 8
/* Bits 16-32 of state are reserved for flags */
/*! Do not transmit voice data */
More information about the svn-commits
mailing list