Next Previous Contents

3. Features

3.1 feature_not: Which ISDN features can not be offered by isdn4linux?

Some ISDN features are device-specific and cannot be activated by isdn4linux for other devices, unless isdn4linux were to falsify the TEI (which would probably confuse the other device). Such device-specific ISDN features are, among others: rejection of a waiting call, caller id on/off, hold, conference calls, differing COLP/CLRP.

3.2 feature_data: Which ISDN data transmission modes are supported?

These low-level formats are possible:

These level2 formats are possible: These encapsulations are possible:

3.3 feature_voice: Can I use isdn4linux as an answering machine?

Yes, voice support is possible with the current version of isdn4linux. You can either use "vgetty" from Gert Doerings "mgetty+sendfax", or "vboxgetty" from Michael Herold, which is made especially for isdn4linux. The latter can be found at: ftp://ftp.franken.de/pub/isdn4linux/contributions/

3.4 feature_fax: Can I fax with isdn4linux?

NO, for all passive cards. However, there is a project working on this rather complicated problem. For more info on its status have a look at: http://home.telia.no/Morten.Rolland/linux/i4lfax/index.html Yes, for the active card AVM B1 (its firmware has implemented fax as one of its features). If you do want to fax now, your best choice is to install an analog fax modem along with your ISDN card.

3.5 feature_divert: Is it possible to initiate call forwarding with i4l?

Call diversion features are implemented in the latest cvs tree version for kernel 2.0.x (but not 2.1/2.2/2.3). Use the new program divertctrl. So far no howto and little documentation does exist for it, therefore currently this is something for the more experienced user. Alternatively in the Netherlands, the keypad protocol can be used.

3.6 feature_ipx: Can I route ipx/spx over ISDN with Linux?

Yes, just set up an ISDN interface with encapsulation ethernet. mars_nwe can do the rest (e.g. routing). Also, you can route ipx with ipppd, see question cfg_syncppp_ipx .

3.7 feature_2channel: Does isdn4linux support channel bundling?

The current version of isdn4linux support 2 methods of channel bundling:

Both variants have their own advantages and disadvantages See the question " How do I use channel bundling?" in the "Channel bundling" section below. Warning: Channel bundling saves time, but not any telephone charges. Only if you really need the extra bandwidth is it useful.

3.8 feature_diald: Can I combine isdn4linux with diald?

Yes, see the "Diald" part of the "Configuration" section.

3.9 feature_dod: Does the driver support "dial on demand"?

Yes. If a network interface (e.g. "isdn0") is set up, the driver will dial the number. If in addition a hangup timeout (Idle Timeout) has been given, isdnctrl huptime interface time, then the driver will automatically hang up when no data was been transferred over the interface for "time" seconds. However, with syncPPP there are problems (see the syncPPP section). Also look at the dialmode description (configuration section). You may also be very interested in the big part of this FAQ that handles unwanted dialouts...

3.10 feature_btx: Is the German videotex/Btx/Datex-J possible with isdn4linux?

Yes, it works with the modem emulation with the ttyI* devices. There is a special register to set for videotex (ATSx=y - see the Readme's) Warning! XCept (formerly Xbtx) has an ISDN configuration option. This should NOT be used. XCept should be configured as if a normal modem were being used.

3.11 feature_clock: How can I set the clock of my computer with ISDN?

Isdnlog offers this feature with option "-t". Unfortunately, the seconds are not transmitted via ISDN, and the transmitted time is not very accurate - depending on the ISDN equipment of your telephone company there may be a deviation of several minutes (!). It's better to get a PC clock that is set by radio signals and check it with, for example, xntp. You can also use a time server in the Internet with "netdate" or "rdate". One time server can be found in Cologne: time.rrz.uni-koeln.de, but there are many more.

3.12 feature_dosemu: Can I use isdn4linux under dosemu?

Yes, you really can! Steffan Henke henker@informatik.uni-bremen.de wrote on 25 Oct 96:

In dosemu.conf it is enough to enter a virtual com port, (for example com2) that can be used with e.g. Telix or Terminate: serial { com 2 device /dev/ttyI3 } Access with Fossil is possible if fossil.com (included with dosemu) is started. Tested with the following configurations: - Kernel 2.0.21, Teles driver incl. Karsten's patches - Kernel 2.0.21, HiSax

3.13 feature_rawip: What is Raw IP, when should I use it?

Raw IP does without the use of a protocol such as X.75 or HDLC (for modem emulation, etc.) or PPP. TCP/IP packets are directly exchanged. Raw IP has both advantages and disadvantages. Advantages:

Disadvantages: From this summary it should be clear under what conditions it makes sense to use raw IP.


Next Previous Contents