X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.h;h=db1a8cb3106175c3f79be6c5c6e94ba12a0efff4;hp=030c5fc63af50fd18b6636066addf6c7b13ae3bf;hb=54d34cda7a6f0d9bd3ff22d529ce69ff2c004bd3;hpb=ef3fc1931a2fa82f482d21fb1296735206463d3a diff --git a/mISDN.h b/mISDN.h index 030c5fc..db1a8cb 100644 --- a/mISDN.h +++ b/mISDN.h @@ -1,6 +1,6 @@ /*****************************************************************************\ ** ** -** PBX4Linux ** +** Linux Call Router ** ** ** **---------------------------------------------------------------------------** ** Copyright: Andreas Eversberg ** @@ -79,6 +79,8 @@ calls with no bchannel (call waiting, call on hold). /* mISDN none-object functions */ +int mISDN_initialize(void); +void mISDN_deinitialize(void); void mISDN_port_info(void); struct mISDNport *mISDNport_open(int port, int ptp, int ptmp, struct interface *interface); void mISDNport_close_all(void); @@ -118,7 +120,7 @@ class PmISDN : public Port // int p_m_nodata; /* all parties within a conf are isdn ports, so pure bridging is possible */ int p_m_txdata; /* get what we transmit */ int p_m_dtmf; /* dtmf decoding is enabled */ - int p_m_calldata; /* the call requires data due to no briging capability */ + int p_m_joindata; /* the call requires data due to no briging capability */ int p_m_load; /* current data in dsp tx buffer */ unsigned long p_m_last_tv_sec; /* time stamp of last handler call, (to sync audio data */