capisuite/ChangeLog

120 lines
5.7 KiB
Plaintext
Raw Blame History

2004-01-18 Gernot Hillier <gernot@hillier.de>
* scripts/cs_helpers.pyin (sendMIMEMail): remove space in sox call
2004-01-17 Gernot Hillier <gernot@hillier.de>
* scripts/cs_helpers.pyin (escape,getAudio,uniqueName,sendMIMEMail,
sendSimpleMail,sayNumber), scripts/idle.py (idle,sendfax,movejob),
scripts/incoming.py (callIncoming,faxIncoming,voiceIncoming,
remoteInquiry,newAnnouncement): use % instead of + operator for
string concatenation (faster; thx to Hartmut Goebel for the hint);
use os.path.join where appropriate
2004-01-11 Gernot Hillier <gernot@hillier.de>
* docs/manual[-de].docbook: many small improvements, typos, etc.
* docs/manual[-de].docbook (require_hard): mention Linux 2.6 & mISDN,
* docs/manual[-de].docbook (install_install): don't let users ask CAPI
driver related questions on the CapiSuite lists
* docs/manual[-de].docbook (install_bin): remove some of the special
acknowledgemnts for Debian packages, also mention RedHat packages
* docs/manual[-de].docbook (configcs): document new DDI_* options
* docs/manual[-de].docbook (script_config): emphasize that users must
exist in local system
* docs/manual[-de].docbook (playing_alaw, creating_alaw): use 16 bit wave
files
* docs/manual[-de].docbook (cff): update documentation of this format
* docs/manual[-de].docbook (incoming_tut_improving): document new
exception raising behaviour
* docs/manual[-de].docbook (incoming_tut_fax_recognition): mention
return values which aren't used in the examples
* docs/manual[-de].docbook (idle_examples): add 0x349f as normal cause
* docs/manual[-de].docbook (default_incoming_1, default_incoming_2,
default_incoming_3, default_incoming_4): update script documentation
to reality ;-)
* docs/manual[-de].docbook (default_helpers): document escape()
* docs/manual[-de].docbook (acknowledgements): add link to NEWS and
ChangeLog as we won't include all contributors to the manual
2004-01-10 Gernot Hillier <gernot@hillier.de>
* .cvsignore: added stamp-files
* docs/manual-de.docbook (creating_alaw): small stylistic improvement
* src/capisuite.conf.in, src/application/capisuite.cpp (CapiSuite,
readConfiguration): added new options DDI_base, DDI_length and
DDI_stop_numbers
* src/application/capisuite.cpp (checkOption): nicer output format
* src/backend/capi.{cpp,h} (Capi,readMessage): new parameters for DDI,
enable Called Party Info Element if DDI is used; accept Called
Party Info Element; pass on DDI options to Connection object
* src/backend/connection.{cpp,h} (Connection,info_ind_called_party_nr):
new parameters for DDI; interpret Called Party Info Element, get
CalledPartyNumber from there instead of CONNECT_IND when DDI is used;
docu improvements
* src/modules/connectmodule.h: disabled the automatic adding of CVS log
messages
2003-12-31 Gernot Hillier <gernot@hillier.de>
* src/modules/connectmodule.{h,cpp} (ConnectModule): throw
CapiExternalError only when connection's already up, otherwise
use CapiWrongState
* scripts/incoming.py (voiceIncoming): include recorded msg length
and host name were file is stored in sent mail (closes bug #6,
thx to Achim Bohnet and Thomas Niesel for the feature requests)
* scripts/cs_helpers.pyin (sendMIMEMail): use 16 bit ouput when
converting sound files from la to wav. Thx to Holger Krull for
the fix (closes bug #51)!
2003-12-28 Gernot Hillier <gernot@hillier.de>
* nearly all files (history block): disabled the automatic
adding of CVS log messages to source files as we now have
this nice ChangeLog file
* src/modules/audioreceive.{h,cpp} (AudioReceive,mainLoop),
src/modules/audiosend.{h,cpp} (AudioSend,mainLoop),
src/modules/callmodule.{h,cpp} (CallModule,mainLoop),
src/modules/calloutgoing.{h,cpp} (mainLoop),
src/modules/connectmodule.{h,cpp} (ConnectModule,mainLoop),
src/modules/disconnectmodule.{h,cpp} (only comment fixes),
src/modules/faxreceive.{h,cpp} (FaxReceive,mainLoop),
src/modules/faxsend.{h,cpp} (FaxSend,mainLoop),
src/modules/readDTMF.{h,cpp} (ReadDTMF,mainLoop),
src/modules/switch2faxG3.{h,cpp} (Switch2FaxG3,mainLoop):
rework of exception handling stuff; many modules were not
declaring thrown exceptions correctly any more after the
re-structuring to not throw exceptions on any disconnect
2003-12-21 Gernot Hillier <gernot@hillier.de>
* src/backend/connection.cpp (buildBconfiguration): accept
color faxes now by setting bit 10 in B3configuration
2003-12-02 Gernot Hillier <gernot@hillier.de>
* scripts/idle.py (idle): fix a wrong call of ConfigParser::get
instead of cs_helpers::get, this means fax_numbers must not be
defined if a user
2003-12-01 Gernot Hillier <gernot@hillier.de>
* scripts/incoming.py (faxIncoming): confused "hiRes and "loRes".
Thx to Ingo G<>ppert <Ingo.Goeppert@gmx.de> for the report.
2003-10-19 Gernot Hillier <gernot@hillier.de>
* docs/manual.docbook (creating_alaw): add note how to convert vbox
to inversed A-Law files (thx to Thomas Niesel)
* docs/manual-de.docbook (creating_alaw): see above
* docs/manual.docbook (require_soft): updated link to jpeg2ps (thx to
Achim Bohnet)
* docs/manual-de.docbook (require_soft): see above
* scripts/cs_helpers.pyin (sendMIMEMail): better wording for some error
messages
2003-10-05 Gernot Hillier <gernot@hillier.de>
* started ChangeLog
* docs/manual.docbook (require_soft): add note that glibc-locales are
necessary if AVM drivers are used for faxing. They're needed for
iconv() in Connection::convertToCP437. Thx to M. Koelbl for reporting
the problem.
* docs/manual-de.docbook (require_soft): add same note
* suse/capisuite-8.{0,1,2}.spec: add dependancy to glibc-locale