From 41af29bedd67d1a5509f8afcefd903c02f2689e3 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Fri, 31 Aug 2007 06:54:20 +0000 Subject: * Maintain the same meaning of DESTDIR and INSTALL_PREFIX as in main Makefile * Document ppp support to the best of my knowledge. * Err clearly if the VERSION was not found. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@2987 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- README | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 3bb6fca..5bc0ea5 100644 --- a/README +++ b/README @@ -374,6 +374,26 @@ see an extra '(In use)': 2 XPP_FXS/0/0/1 FXOLS (In use) +[[ppp]] +PPP Support +----------- +Zaptel digital cards can provide data channels through ppp as +point-to-point connections. This requires a plugin to the ppp daemon +that is included in the ppp/ subdirectory. To install it: + +1. Make sure you have the PPP source / headers installed. On Debian: + + apt-get install ppp-dev + +2. Run 'make' on the ppp subdirectory: + + make -C ppp + make -C ppp install + +3. Make sure your kernel has support for both PPP (which is common is + distribution kernels and for HDLC (much less common) - CONFIG_PPP and + CONFIG_HDLC . + What is the license for the zaptel driver? ------------------------------------------ @@ -383,8 +403,7 @@ The GNU GPL is included in the file LICENSE in this directory. If you wish to use the zaptel drivers in an application for which the GPL is not appropriate (e.g. a proprietary embedded system), licenses -under more flexible terms can be readily obtained through Digium, Inc. -at reasonable cost. +under more flexible terms can be readily obtained through Digium, Inc.at reasonable cost. How do I report bugs or contribute? -- cgit v1.2.3