Version 2.0.85

* Updated hint to AVM B1 mailinglist
* Removed broken link to www.oakhaven-consultant.co.uk
* Improved description on CBCP callback
This commit is contained in:
hessler 2004-06-24 17:13:14 +00:00
parent 134a5f53da
commit 65f107450f
1 changed files with 17 additions and 10 deletions

View File

@ -4,7 +4,7 @@
<title>FAQ for isdn4linux
<author>Matthias Hessler (<tt><htmlurl url="mailto:hessler@isdn4linux.de" name="hessler@isdn4linux.de"></tt>)
<date>v2.0.84, 1. May 2004
<date>v2.0.85, 24. June 2004
<abstract>
If you are reading this FAQ online, you may consider downloading the whole
thing, and reading it offline (much cheaper). To download the latest
@ -1328,9 +1328,9 @@ add &dquot;DSS1 P2P&dquot; to the load command for the firmware, like:
avmcapictrl load /usr/lib/isdn/b1.t4 0 DSS1 P2P
</code>
There is also a mailing list for problems with the AVM B1 available on:
linux-avmb1@calle.in-berlin.de (send an email to majordomo@calle.in-berlin.de
with <tt>subscribe linux-avmb1 &lt;your email address&gt;</tt> in its body).
There is also a mailing list for problems with the AVM B1 available.
Visit <url url="https://mlists.in-berlin.de/mailman/listinfo/linux-avmb1">
for more details about it.
<sect1> hardware_hypercope: What is special about the Hypercope cards?
<label id="hardware_hypercope">
@ -1782,8 +1782,6 @@ howto (isdn.html) and a ISDN quick-install guide (isdnquick.html).
<tt><url url="http://www.auf-der-er.de/chargeint.html"></tt>
<item>Homepage of kisdn (only works with Qt/KDE):
<tt><url url="http://www.millenniumx.de/kisdn.html"></tt>
<item>Configuration not only for UK (follow link to Linux Setup):
<tt><url url="http://www.oakhaven-consultants.co.uk"></tt>
<item>Configuration software maKs for Ackermann Euracom (not isdn4linux related):
<tt><url url="http://www.ganzfix.de"></tt>
</itemize>
@ -4668,13 +4666,18 @@ isdnctrl cbdelay isdn0 1
<p>
Yes, this is implemented in ipppd. To enable it you have to set the
parameter &dquot;callback 6&dquot; as an ipppd option on the client side
(server side not tested so far - please let me know if you have some feedback
on using CBCP as a server).
for an admin managed callback. This means the server will call back on
the number it has been configured for.
More interesting is a user managed callback, since the number to be called
back can be provided by the user. Set the paramter
&dquot;callback 123456&dquot; if you want to be dialed back on number 123456.
To start the callback trigger it from the client via:
<code>
isdnctrl cbdelay &lt;device&gt; 5
isdnctrl callback &lt;device&gt; out
</code>
Please remember that using the CBCP callback always requires both parties to
connect and exchange data, so telephone charges will be incurred.
Please note that the man page may be confusing about the callback parameter for
ipppd. Please note these hints from NOTES.IPPPD:
<verb>
@ -4687,14 +4690,18 @@ ipppd. Please note these hints from NOTES.IPPPD:
it's not possible to set any options in this case. The ipppd accepts
everything from the remote side.
</verb>
The server side is not tested so far - please let me know if you have some
feedback on using CBCP as a server).
If you have a Red Hat distribution, setting the following parameters in
ifcfg-ippp0 might do the trick:
ifcfg-ippp0 might do the trick for an admin managed callback:
<code>
CALLBACK=out
CBDELAY=5
CBCP=on
</code>
For user managed callback please follow the hints on:
<url url="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125710">.
<!-- Isdnlog