summaryrefslogtreecommitdiffstats
path: root/joinpbx.h
diff options
context:
space:
mode:
authorSuper User2008-05-19 19:39:39 +0200
committerSuper User2008-05-19 19:39:39 +0200
commit153bf9b2f40504eb7fde8d7c5bcb996227deece3 (patch)
tree199b211aa303551d0f8cd3688f9dcbc6859fe6ad /joinpbx.h
parentlcr work (soon done :) (diff)
downloadlcr-153bf9b2f40504eb7fde8d7c5bcb996227deece3.tar.gz
lcr-153bf9b2f40504eb7fde8d7c5bcb996227deece3.tar.xz
lcr-153bf9b2f40504eb7fde8d7c5bcb996227deece3.zip
work on chan_lcr
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 */