summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorJim Dixon <telesistant@hotmail.com>2004-01-16 23:40:37 +0000
committerJim Dixon <telesistant@hotmail.com>2004-01-16 23:40:37 +0000
commita7154d73fe0975a34aef13be6b746e20fa2a975a (patch)
treece36f057195d5eb0b28e764fe2754be29884f8cf /include/asterisk/channel.h
parentde08da10031384319532c479dfc62a0a8837a77c (diff)
Added functionality for E911 signalling
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2048 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index f0d998b68..71043ea7c 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -320,6 +320,8 @@ struct outgoing_helper {
#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 */