Release Name: 0.4.2 Notes: ------ This release is a bugfix release. If fixes many important problems of 0.4.1a and includes some much wanted small new features ;-) There are no special changes in the configuration. You should be able to use your configuration for 0.4.1a unchanged with 0.4.2. No new options. ATTENTION: This release may have a small reliability problem. In 1 out of about 50 tests I made, a mail wasn't delivered and a sub-thread stayed alive which should be killed. I already have an idea how to solve this, but I'm not able to reproduce the symptom here any more :-|. So if someone experiences problems with the mail notification using the default scripts, please do a "ps ax | grep capisuite" when CapiSuite *is idle* (i.e. no call is handled at this moment) and count the CapiSuite threads. If there are more than 4 threads, then repeat the same command some seconds later. If the 5th thread stays alive, then please contact me! Changes since 0.4.1a: --------------------- * manual now also available as PDF (included in package) * scripts: fixed an overflow in cs_helpery.py which caused hangs for the receive of long (more than about 40 pages) fax documents * scripts: fixed a bug in idle.py which caused a fax send delay of one hour when daylight saving time is in effect * scripts: attachments to sent e-mails now get a valid filename * scripts: the *_email settings from fax.conf and answering_machine.conf now allow to set multiple addresses to send the mails to * scripts: the "*_numbers" settings from fax.conf and answering_machine.conf now support the special sign "-" for "no destination number available" (e.g. needed for the austrian "Global Call") * scripts: capisuitefax now handles filenames and dialstrings with special chars (spaces etc.) correctly * scripts: new parameter "--user" added to capisuitefax; thx to Wolfgang Eul for the patch! * core: use "-" instead of "??" for "no number available", e.g. important for the call_from and call_to parameters of scripts * core: small bug which lead to a wrong outgoing MSN in rare cases fixed