From ff4d197d5ecb2cb29a55f78b260ab387e3afc80d Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 26 Jul 2008 17:42:16 +0200 Subject: now LCR features real HDLC bchannel mode. -> if initial caller uses pure data mode (or video), the bchannels for this call are handled in HDLC mode. (hardware/software briding is still applicable.) modified: apppbx.cpp modified: chan_lcr.c modified: dss1.cpp modified: dss1.h modified: lcradmin.c modified: lcrsocket.h modified: mISDN.cpp modified: mISDN.h modified: message.h modified: socket_server.c --- dss1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dss1.h') diff --git a/dss1.h b/dss1.h index 1f27714..32b532a 100644 --- a/dss1.h +++ b/dss1.h @@ -13,7 +13,7 @@ class Pdss1 : public PmISDN { public: - Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive); + Pdss1(int type, struct mISDNport *mISDNport, char *portname, struct port_settings *settings, int channel, int exclusive, int mode); ~Pdss1(); unsigned int p_m_d_l3id; /* current l3 process id */ void message_isdn(unsigned int cmd, unsigned int pid, struct l3_msg *l3m); -- cgit v1.2.3-55-g7522