summaryrefslogtreecommitdiffstats
path: root/join.h
diff options
context:
space:
mode:
authorSuper User2007-07-26 14:23:56 +0200
committerSuper User2007-07-26 14:23:56 +0200
commit701b046a45c2c79cc6d07ac3a4f84f499f7ed376 (patch)
tree0b534df0b08d2016f473fbee74bae36a010a7258 /join.h
parentfixes & improvements (diff)
downloadlcr-701b046a45c2c79cc6d07ac3a4f84f499f7ed376.tar.gz
lcr-701b046a45c2c79cc6d07ac3a4f84f499f7ed376.tar.xz
lcr-701b046a45c2c79cc6d07ac3a4f84f499f7ed376.zip
unified socket application interface (for asterisk and maybe other apps)
bugfixes
Diffstat (limited to 'join.h')
-rw-r--r--join.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/join.h b/join.h
index 8c255cc..9ef2d1d 100644
--- a/join.h
+++ b/join.h
@@ -9,7 +9,7 @@
** **
\*****************************************************************************/
-enum { JOIN_TYPE_NONE, JOIN_TYPE_PBX, JOIN_TYPE_ASTERISK};
+enum { JOIN_TYPE_NONE, JOIN_TYPE_PBX, JOIN_TYPE_REMOTE};
/* join
*
@@ -26,8 +26,8 @@ class Join
virtual void message_epoint(unsigned long epoint_id, int message, union parameter *param);
virtual int handler(void);
- unsigned long c_type; /* join type (pbx or asterisk) */
- unsigned long c_serial; /* serial/unique number of join */
+ unsigned long j_type; /* join type (pbx or asterisk) */
+ unsigned long j_serial; /* serial/unique number of join */
};
void join_free(void);