summaryrefslogtreecommitdiffstats
path: root/joinpbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'joinpbx.h')
-rw-r--r--joinpbx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/joinpbx.h b/joinpbx.h
index e885e9e..c9e79d1 100644
--- a/joinpbx.h
+++ b/joinpbx.h
@@ -27,11 +27,6 @@ enum { /* relation types */
RELATION_TYPE_CONNECT, /* interface is connected */
};
-enum { /* relation audio state */
- CHANNEL_STATE_CONNECT, /* endpoint is connected to the join voice transmission in both dirs */
- CHANNEL_STATE_HOLD, /* endpoint is on hold state, no audio */
-};
-
enum { /* states that results from last notification */
NOTIFY_STATE_ACTIVE, /* just the normal case, the party is active */
NOTIFY_STATE_SUSPEND, /* the party is inactive, because she has parked */