isdn4k-utils/pppdcapiplugin
Karsten Keil 561ed877ea - fix library directories
- build without root permissions
2008-08-31 10:59:55 +00:00
..
examples - New interface to get adsl parameters for Fritz!Card DSL. 2002-04-10 15:09:43 +00:00
peers - changes in t-dsl 2002-07-01 10:14:30 +00:00
.cvsignore - Forgot some files. 2001-05-03 09:00:52 +00:00
Makefile - fix library directories 2008-08-31 10:59:55 +00:00
Makefile.template - new pppd 2.4.1 looks in /usr/lib/pppd/VERSION for plugins 2001-05-01 12:43:52 +00:00
README Minor documentation fix ( /usr/lib/ppp/ -> /usr/lib/pppd/ ) 2001-11-08 09:09:20 +00:00
Rules.make We should not copy other projects (under a different License) files into 2006-08-08 18:12:38 +00:00
capiconn.c - add SENDING_COMPLETE to INFO_REQ CONNECT_REQ and CONNECT_IND 2005-03-08 07:26:49 +00:00
capiconn.h New version of capiconn. 2004-06-14 11:33:07 +00:00
capiplugin.8 Support for more than one controller added. 2004-10-06 15:29:20 +00:00
capiplugin.c Support for more than one controller added. 2004-10-06 15:29:20 +00:00
install-sh Plugin for pppd to support PPP over CAPI2.0. 2000-05-18 14:58:35 +00:00
mkinstalldirs Plugin for pppd to support PPP over CAPI2.0. 2000-05-18 14:58:35 +00:00
pversion.c - new pppd 2.4.1 looks in /usr/lib/pppd/VERSION for plugins 2001-05-01 12:43:52 +00:00
userpass.c getpass => get_password_hook. 2004-08-10 12:10:38 +00:00

README

You need a pppd with plugin support:
	kernel 2.2.X	-	ppp-2.3.11
	kernel 2.3.99	-	ppp-2.4.0b2
	kernel 2.4.X	-	ppp-2.4.1
since ppp-2.4.1 the pppd will load the plugins from
/usr/lib/pppd/<pppd-version>.
So use "plugin capiplugin.so" instead of
"plugin /etc/ppp/plugin/capiplugin.so" with ppp-2.4.1 or later.

Usage example:

Make a single call to arcor:
	pppd call isdn/arcor

Make a call on demand to arcor:
	pppd demand connect "" idletime 30 holdoff 1 call isdn/arcor

Make a multilink call with to channels to AVM test server:
(Only working with 2.3.99-pre8 with ppp_synctty patch)
	pppd call isdn/avm-ml
	pppd call isdn/avm-ml

Make a single call to arcor with outside dialing prefix "0"
	pppd call isdn/arcor numberprefix 0

Make a single call to arcor using controller 2:
	pppd call isdn/arcor controller 2