Commit Graph

1642 Commits

Author SHA1 Message Date
fritz 1ee4d8c3d9 test 2003-08-21 12:48:20 +00:00
keil 4b2943216d fix some typos 2003-08-16 16:56:02 +00:00
tobiasb 71af2ed919 Allow dualmode workaround 0x100 aka DUALFIX_DESTNUM to work also with
CALL_PROCEEDING messages for cleaning up unanswered incoming calls.
  (http://lists.suse.com/archive/suse-isdn/2003-Aug/0026.html in German)
Update for `Denmark cellphone' entry in destination database.
2003-08-14 12:18:57 +00:00
tobiasb aca421219c Rates4linux release 3.06 of rate-de.dat.
Release location: http://sourceforge.net/project/showfiles.php?group_id=869
2003-08-07 21:08:50 +00:00
keil 0557a5fa4d fix wrong b3support bits 2003-08-02 14:50:21 +00:00
keil 5a8184cc5a version 3.3 2003-07-28 19:50:13 +00:00
tobiasb 75c7c1392e Added .cvsignore files to isdnlog directories. 2003-07-25 22:55:23 +00:00
tobiasb 408c0bb82c isdnlog-4.65:
- New values for isdnlog option -2x / dual=x with enable certain
   workarounds for correct logging in dualmode in case of prior
   errors.  See `man isdnlog' and isdnlog/processor.c for details.
 - New isdnlog option -U2 / ignoreCOLP=2 for displaying ignored
   COLP information.
 - Improved handling of incomplete D-channel frames.
 - Increased length of number aliases shown immediately by isdnlog.
   Now 127 instead of 32 chars are possible. (Patch by Jochen Erwied.)
 - The zone number for an outgoing call as defined in the rate-file
   is written to the logfile again and used by isdnrep
 - Improved zone summary of isdnrep.  Now the real zone numbers as
   defined in the rate-file are shown.  The zone number is taken
   from the logfile as mentioned before or computed from the current
   rate-file.  Missmatches are indicated with the chars ~,+ and *,
   isdnrep -v ... explains the meanings.
 - Fixed provider summary of isdnrep. Calls should no longer be
   treated wrongly as done via the default (preselected) provider.
 - Fixed the -pmx command line option of isdnrep, where x is the xth
   defined [MSN].
 - `make install' restarts isdnlog after installing the data files.
 - A new version number generates new binaries.
 - `make clean' removes isdnlog/isdnlog/ilp.o when called with ILP=1.
2003-07-25 22:18:02 +00:00
tobiasb ca6a8f5631 Updates for destination database source files. 2003-07-25 21:33:02 +00:00
tobiasb 74d853c0df Updates for destination database generation and related tools.
Makefile.in  With cdb as database format the dest.cdb is now rebuild
             automatically when the input files change (targets data
             and alldata).  New target dest.gdbm.

i4lconf.pm   Locates the countryfile country(-de).dat in order to
             handle different installation schemes for that file.

pp_rate      Use of i4lconf.pm if present.  New command `i' at
             interactive prompt for unknown destinations names.
             Comments at the end of A: lines are now preserved.

makedest     Use of i4lconf.pm if present.
             Fixed function of the -g command line switch.

wld.pm       Speed enhancements for weighted Levenshtein distance.

Note: i4lconf.pm, pp_rate and wld.pm originate unchanged from the
rates4linux CVS where there are needed to build rate-files like
rate-de.dat independent from the isdnlog sources.
2003-07-25 21:23:15 +00:00
tobiasb 6d14cc8aad The modifications remove a bug which occurs when dealing with special
numbers and the callerid.conf file.  Regular numbers such as +4940555
can be noted in the following way in a NUMBER line:
NUMBER=+49-40-555, +49-69-555

For special numbers prior to this modifications there are strong
unmentioned limitations.  Only one number per NUMBER line is allowed
without any of the options shown above.
Allowed: NUMBER=01802555
Not allowed/not working: NUMBER=01802-555
also not working: NUMBER=0180255, 0700555

This modification brings the later two examples in function.  About the
background of the problem:  isdnlog/isdnrep and other know a sort of
telephone numbers called `special numbers', which are noted with S: and
N: Tags in the rate-file. These numbers are per definition only available
within the country.  In order to emphasize this and for other more
practical reasons, the normalized format for this numbers is not the
usual +<countrycode><areacode><local number> but the national format
like 01802555.

While the logged numbers in /var/log/isdn.log or so follow this convention,
such entries in callerid.conf got internally converted to the normalized
format (+49180255 in case of the last mentioned number) so that the
comparison executed by isdnlog or isdnrep did not show the expected
result.

The modification activates the advanced feature in the notation of normal
numbers for special numbers.

IMPORTANT NOTE:  As the resulting library is located outside the isdnlog
subdirectory, this changes may influence other parts of the isdn4k-utils.
2003-07-23 20:55:39 +00:00
tobiasb d7ec6a03fa Rates4linux release 3.04 of rate-de.dat dating from 2003-01-12.
Source location:
http://sourceforge.net/project/showfiles.php?group_id=869&release_id=133180
Next release 3.06 is scheduled for July/August 2003.
2003-07-22 21:24:10 +00:00
hessler e489f8948b Version2.0.78
* Added hint on how to set up MPPP with multiple numbers (via script)
* Explained why freeing B-channel on incoming phone call is difficult
2003-07-14 19:42:49 +00:00
keil e5358e261f add missing file 2003-07-01 09:05:38 +00:00
keil 19cdd165b6 Add PPP filtering to ippp man page (thanks to Frank Elsner) 2003-07-01 09:03:45 +00:00
keil ef1228bd93 IPPPD_FILTER option to filter packets for the HUPTIMEOUT; need kernel patch 2003-06-30 22:30:57 +00:00
calle 884dab4f1e Workaround for libtool version that need variable SED defined. 2003-06-16 12:08:23 +00:00
calle e6d456b40e Now with support for chap with pppd >= 2.4.2b3 2003-05-19 06:57:22 +00:00
calle ac1c2cdae0 ppp-2.4.2b3 included 2003-05-18 20:22:12 +00:00
calle c20a77bc38 Bugfix: fixed problems with activate and deactivate subcommands, when
AVM B1 PCI V4 is used.
2003-03-31 09:50:52 +00:00
hessler 8426692fb5 Version 2.0.77
* Added link for configuration hints on BeWAN Gazel 128 USB.
2003-03-19 20:16:49 +00:00
hessler bb5c3a92d0 Version 2.0.76
* Added Gazel 128 USB as supported terminal adapter when using hisax_st5481.
2003-03-14 18:09:20 +00:00
paul 713b726d7a Pressing button 2 to make an ISDN connection didn't work. 2003-03-11 14:15:02 +00:00
paul 0f2ed1f3d8 Added support for when interface is in dialmode manual,
patch from Stephan Boettcher.
2003-03-11 14:12:30 +00:00
paul 4677525d74 Using sys_errlist[] is deprecated. 2003-03-11 14:03:43 +00:00
paul 281b72c568 Added support for using "-" for stdin / stdout with readconf / writeconf 2003-03-11 14:01:55 +00:00
paul e3fea62b6f "status active" added, this shows only those interfaces that are connected. 2003-03-11 13:49:28 +00:00
paul a41dbcbcc2 "status all" would show also non-ISDN interfaces, this is now fixed.
"status active" added, this shows only those interfaces that are connected.
2003-03-11 13:46:56 +00:00
paul c80de947dd Also search for firmware in /usr/share/isdn, which is more in line with LSB 2003-03-11 13:39:07 +00:00
paul 127fec912e Fixed wrapping of GNU license (only obvious on tty > 80 columns). 2003-03-11 13:36:27 +00:00
paul c53c6a9d1b Fixed synopsis comment;
setting of maxnum fixed when numlen > 5.
2003-03-11 13:09:08 +00:00
paul 79bb637608 Added manpage for mkzonedb 2003-03-11 13:08:00 +00:00
paul 067f128335 Added description for debuglevel setting, thanks to Eric Hennemann 2003-03-11 13:05:18 +00:00
armin 9d4947d07c reduced number of MaxB3Connection on capi_register from 30 to 2
(more is not necessary).
2003-02-28 08:36:08 +00:00
keil 003ea97825 version 3.2p3 2003-02-24 17:28:43 +00:00
keil d9025bd09a - makes PPC working 2003-02-24 17:27:32 +00:00
keil cdb8a3d4a3 - don't allow users to change setup 2003-02-24 17:22:22 +00:00
armin 4eb37b42fb fix dead-loop if disconnect_all fails. 2003-02-17 16:33:20 +00:00
hessler b39ec55450 Version 2.0.75
* minor update: fix broken link
2003-02-02 01:19:06 +00:00
keil b7f285cd6d multiline strings are not working with newer GCC 2003-01-20 02:23:28 +00:00
keil 09fcc002a9 set version to 3.2p2 2003-01-20 01:52:12 +00:00
calle f2c163a1b2 bugfix in output of manufacturer version. 2003-01-14 13:56:47 +00:00
calle 7feb2e471d New Commands to only load modules, only initialize cards,
only reset cards, inititialize a single card or reset a single card.
2003-01-14 13:47:15 +00:00
hessler f0c7384181 Version 2.0.74
* AVM B1 handles multiple incoming faxes since version 4.0
2002-12-15 01:24:12 +00:00
calle 4f3e337fac Clis now with '*' and '?'. 2002-12-12 22:19:04 +00:00
calle a6758decfb Options "redialdelay <seconds>" und "dialmax <num>" are also used for
leased lines now.
2002-12-12 22:17:22 +00:00
hessler 695aecdf3e Version 2.0.73
* added hint for british users: BT NTE boxes can be used with module st5481.
2002-11-23 23:00:37 +00:00
calle e2cfe70fd0 The protocol value was not tranfered to the patchinfo. Because of
this for example NI1 did not work ...
2002-10-25 13:50:44 +00:00
paul ac64229667 Grr, small typo. 2002-10-15 14:47:11 +00:00
paul 5533276506 Minor changes. 2002-10-15 14:46:42 +00:00