1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
2004-11-28 Gernot Hillier <gernot@hillier.de>
* docs/manual.docbook: update to new features of 0.4.5, mention the
mISDN project, mention other binary packages besides SUSE/Debian,
kick out old Debian documentation, replace occurences of CVS with
SVN, remove requirement of autotools for SVN build, mention
Docbook/XML tools, include documentation for DDI, add update
chapter
* docs/manual-de.docbook: Likewise.
* docs/Makefile.am: add generation of documentation tar-balls and
german docu
2004-11-26 Gernot Hillier <gernot@hillier.de>
* docs/Makefile.am: add man-pages to distribution, hopefully finally
avoid to have them created during normal build
* docs/manual.docbook.in: renamed to manual.docbook again
2004-11-07 Gernot Hillier <gernot@hillier.de>
* configure.in: test for the sfftobmp version installed
* acinclude.m4 (CS_TEST_SFFTOBMP): Likewise.
* scripts/cs_helpers.pyin (sfftotiff,sendMIMEMail): New function which
calls sfftobmp so that the parameters can be easily changed. Include
two versions for sfftomp 2.x and 3.x. Thanks for reporting this
issue goes to Edelhard Becker.
* scripts/Makefile.am (.pyin.py): Choose the right sfftobmp call
automatically during build.
* acinclude.m4 (CS_SET_DOCDIR,CS_TEST_GCC3): fix underquoted macros
* scripts/cs_helpers.pyin (sendMIMEMail,sendSimpleMail): use smtplib
instead of manual call to sendmail as many reports showed that
calling sendmail doesn't work reliable on some systems
* scripts/cs_helpers.pyin (sendMIMEMail): add parameters to tiff2ps, gs
and ps2pdf which prevent cropping of fax pages. Thanks to all the
people who contributed suggestions and patches to bug #55.
* scripts/capisuitefax.in: Likewise.
2004-07-15 Gernot Hillier <gernot@hillier.de>
* configure.in: support new parameter in ALERT_REQ of newer capi4linux
versions, thx to Steffen Barszus for reporting and the fix
* src/backend/capi.cpp (Capi::alert_req): Likewise.
* acinclude.m4 (CS_TEST_CAPI4LINUX): Likewise.
2004-06-10 Gernot Hillier <gernot@hillier.de>
* src/backend/connection.cpp (info_ind_called_party_nr): prevent
CapiSuite from crashing when a too high DDIBaseLength was configured,
thx to Michael Ressel for reporting and analyzing
2004-05-18 Gernot Hillier <gernot@hillier.de>
* docs/Makefile.am: remove PDF generation as it doesn't work currently;
adapt Makefiles to only create man pages for "make dist"; break long
lines; ignore return values of rm commands
* docs/manual.docbook: renamed to manual.docbook.in; this was necessary
to avoid using phony targets in man page creation
* docs/manual.docbook.in: see above.
2004-04-18 Gernot Hillier <gernot@hillier.de>
* scripts/capisuitefax.in: allow * and # in destination numbers
2004-03-24 Gernot Hillier <gernot@hillier.de>
* docs/Makefile.am: create "make install" routines for manpages
* capisuite.spec: set mandir in configure call
2004-03-23 Gernot Hillier <gernot@hillier.de>
* docs/manual-de.docbook (capicodes_protocol): fix small typo
2004-03-20 Gernot Hillier <gernot@hillier.de>
* src/application/pythonscript.h: extend prefix() so that it can create
a short prefix, too; use short prefix for Python traceback (fixes bug
#63, reported anonymously)
* src/application/pythonscript.cpp: Likewise.
2004-03-09 Hartmut Goebel <h.goebel@crazy-compilers.com>
* src/application/idlescript.cpp: Reduced delay until idlescript.py is
called the first time after startup.
2004-03-07 Gernot Hillier <gernot@hillier.de>
* docs/manual.docbook: update links to new web site structure
* docs/manual-de.docbook: Likewise.
* docs/Makefile.am: tell DocBook HTML stylesheets to generate UTF-8
and a valid DOCTYPE
2004-02-25 Gernot Hillier <gernot@hillier.de>
* docs/Makefile.am: add support for manpage creation, move validation
etc. to separate target
* docs/manual.README: update, add information about manpages
* docs/manual.docbook: restructure to also create five man pages:
(capisuite.8, capisuite.conf.5, fax.conf.5, answering_machine.conf.5,
capisuitefax.1)
2004-02-20 Gernot Hillier <gernot@hillier.de>
* src/application/capisuite.cpp: changed include order to get rid of
the "_POSIX_C_SOURCE redefined" warning (thx to Hartmut Goebel)
* src/application/capisuitemodule.cpp: Likewise.
* src/application/idlescript.cpp: Likewise.
* src/application/incomingscript.cpp: Likewise.
* src/application/pythonscript.h: Likewise.
* scripts/answering_machine.confin: remove spaces in example which
confused the config file parser when not deleted by the user
* scripts/fax.confin: Likewise.
2004-02-17 Hartmut Goebel <h.goebel@goebel-consult.de>
* src/application/pythonscript.h: fixed #include statement
* src/backend/connection.cpp: Likewise.
2004-02-11 Gernot Hillier <gernot@hillier.de>
* scripts/incoming.py (CVS log): removed not allowed german umlauts
* src/modules/callmodule.h (mainLoop): correct exception
declaration order (thx to Matthias Haberkorn for the patch)
2004-02-08 Gernot Hillier <gernot@hillier.de>
* src/backend/connection.cpp (data_b3_conf): fix behaviour when
DATA_B3_CONF comes immediately after DATA_B3_REQ
* scripts/capisuitefax.in: also accept PDF files
2004-02-08 Gernot Hillier <gernot@hillier.de>
* src/application/capisuitemodule.cpp (capisuite_audio_send,
capisuite_fax_send): catch some missing Exceptions
* src/backend/connection.{cpp,h} (connectWaiting,rejectWaiting): throw
CapiExternalError instead of CapiError when user passed a wrong call
* src/backend/connection.{cpp,h} (connectWaiting,connect_b3_active_ind,
disconnect_b3_ind,disconnect_ind,data_b3_ind,facility_ind_DTMF,
info_ind_alerting,info_ind_called_party_nr,select_b_protocol_conf,
alert_conf,data_b3_conf,facility_conf_DTMF,disconnect_b3_conf,
disconnect_conf,send_block,start_file_transmission): add CapiError to
allowed throwable objects in declaration
* src/modules/audiosend.{cpp,h} (mainLoop): Likewise.
* src/modules/callmodule.{cpp,h} (mainLoop): Likewise.
* src/modules/faxsend.{cpp,h} (mainLoop): Likewise.
|