summaryrefslogtreecommitdiff
path: root/include/asterisk/devicestate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/devicestate.h')
-rw-r--r--include/asterisk/devicestate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index 1892ab51b..3c7f5b40e 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -41,6 +41,8 @@ extern "C" {
#define AST_DEVICE_UNAVAILABLE 5
/*! Device is ringing */
#define AST_DEVICE_RINGING 6
+/*! Device is ringing *and* in use */
+#define AST_DEVICE_RINGINUSE 7
typedef int (*ast_devstate_cb_type)(const char *dev, int state, void *data);