From 14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 19 Jan 2008 18:10:46 +0100 Subject: work on unfinished asterisk channel driver (bchannel handling) modified: Makefile modified: README modified: action.cpp modified: admin_server.c modified: apppbx.cpp modified: apppbx.h new file: bchannel.c new file: bchannel.h renamed: asterisk_client.c -> chan_lcr.c renamed: asterisk_client.h -> chan_lcr.h deleted: channel.c modified: dss1.cpp modified: extension.c modified: extension.h modified: interface.c modified: interface.h modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: message.h modified: route.c modified: todo.txt --- chan_lcr.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 chan_lcr.h (limited to 'chan_lcr.h') diff --git a/chan_lcr.h b/chan_lcr.h new file mode 100644 index 0000000..0f861fe --- /dev/null +++ b/chan_lcr.h @@ -0,0 +1,19 @@ +/*****************************************************************************\ +** ** +** Linux Call Router ** +** ** +**---------------------------------------------------------------------------** +** Copyright: Andreas Eversberg ** +** ** +** Asterisk socket client header ** +** ** +\*****************************************************************************/ + +/* structure for all calls */ +struct chan_call { + struct chan_call *next; + unsigned long ref; /* callref, is 0, if not yet set */ + unsigned long bchannel_handle; /* reference to bchannel, if set */ +}; + + -- cgit v1.2.3-55-g7522