You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Andre c67dbd74e6
added some hints
12 years ago
Makefile initial import from svn 12 years ago
README added some hints 12 years ago
il_call.c initial import from svn 12 years ago
il_capi.c initial import from svn 12 years ago
il_event.c initial import from svn 12 years ago
il_poll.c initial import from svn 12 years ago
il_proc.c initial import from svn 12 years ago
il_tty.c initial import from svn 12 years ago
isdnlogin.c initial import from svn 12 years ago
isdnlogin.h initial import from svn 12 years ago
mkinstalldirs initial import from svn 12 years ago
xmodem.c initial import from svn 12 years ago
xmodem.h initial import from svn 12 years ago

README

UNIX ISDNLogin Client for BinTec Remote CAPI
============================================

On BinTec ISDN routers there is a isdnlogin command to either log into remote 
routers over an ISDN line or to just test ISDN connectivity with several 
bearers or services. If you don't have a BinTec ISDN router this tool has no
for you. :)

This tool aims to do the same using the freely available BinTec UNIX Remote 
CAPI library on a UNIX box.

Make sure to adjust the Makefile to point to the directory where you compiled 
the CAPI library because we link it statically into the binary. It should be 
at least version 1.7.

Also don't forget to set the apropriate environment vars required by the CAPI 
lib.

When typing ~. while connected you can quit the current connection if the 
remote side is no longer responding.

Andre Pascha