From 0efcf371b4a61fa1376e83d2b7404aeb47a36e26 Mon Sep 17 00:00:00 2001 From: Super User Date: Thu, 1 May 2008 10:35:20 +0200 Subject: 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 --- bchannel.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bchannel.h') diff --git a/bchannel.h b/bchannel.h index 002cdd0..20a7e78 100644 --- a/bchannel.h +++ b/bchannel.h @@ -12,7 +12,7 @@ struct bchannel { struct bchannel *next; - unsigned long ref; /* ref for link to call process */ + struct chan_call *call; /* ink to call process */ unsigned long handle; /* handle for stack id */ #ifdef SOCKET_MISDN int b_sock; /* socket for b-channel */ @@ -20,6 +20,9 @@ struct bchannel { unsigned long b_stid; /* stack id */ unsigned long b_addr; /* channel address */ #endif + unsigned short bridge_id; /* bridge id */ + struct bchannel *bridge_channel; + /* remote channel */ int b_state; int b_txdata; int b_delay; -- cgit v1.2.3-55-g7522