summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorSuper User2008-05-01 10:35:20 +0200
committerSuper User2008-05-01 10:35:20 +0200
commit0efcf371b4a61fa1376e83d2b7404aeb47a36e26 (patch)
tree490134ca54abca5c1983b8d40648acdf03de3b39 /chan_lcr.h
parentwork (diff)
downloadlcr-0efcf371b4a61fa1376e83d2b7404aeb47a36e26.tar.gz
lcr-0efcf371b4a61fa1376e83d2b7404aeb47a36e26.tar.xz
lcr-0efcf371b4a61fa1376e83d2b7404aeb47a36e26.zip
work on chan_lcr
modified: Makefile modified: action.cpp modified: action_efi.cpp modified: action_vbox.cpp modified: apppbx.cpp modified: apppbx.h modified: bchannel.c modified: bchannel.h new file: callerid.c new file: callerid.h modified: chan_lcr.c modified: chan_lcr.h modified: crypt.cpp modified: endpoint.cpp modified: endpointapp.cpp modified: interface.c modified: join.cpp modified: joinpbx.cpp modified: joinremote.cpp modified: mISDN.cpp modified: mail.c modified: main.h modified: message.h modified: port.cpp modified: route.c modified: route.h modified: socket_server.c modified: todo.txt modified: vbox.cpp modified: watch.c
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index f1842c6..29affad 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -10,16 +10,15 @@
\*****************************************************************************/
/* structure for all calls */
+struct bchannel;
struct chan_call {
struct chan_call *next; /* link to next call instance */
int state; /* current call state CHAN_LCR_STATE */
unsigned long ref; /* callref for this channel */
struct ast_channel *ast; /* current asterisk channel */
- unsigned long bchannel_handle;
+ struct bchannel *channel;
/* reference to bchannel, if set */
- unsigned short bridge_id; /* 0 = off, equal ids are bridged */
-
- struct ast_channel *ast;
+ int cause, location;
};
enum {