Commit Graph

25 Commits

Author SHA1 Message Date
gernot 91a1ab141c - beautify Hartmut's changes from 2004-12-30 to make script code more
understandable after auto-replacement
- fix sed statement in Makefile



git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@389 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-06 22:56:20 +00:00
htgoebel 0ec7378e77 * scripts/cs_helpers.pyin: Changed sfftotiff to be defined
depending on @sfftobmp_major_version@ during runtime. This
  switch is made based by a compiletime substitution of
  sfftobmp_major_version. This change avoids problems which the
  old substitution may have cause ('#3' is an extremly short
  replacement pattern).


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@384 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-12-30 17:44:01 +00:00
gernot fd8b0bff34 - ported rev. 340 from branch_0_4 (don't crop fax pages)
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@341 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-11-07 17:49:02 +00:00
gernot 53651069ec -ported revisions 330 & 337 from branch_0_4 (support sfftobmp 3.x)
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@338 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-11-07 14:12:33 +00:00
gernot a22481c4fc - merge branches/py-lib, revisions 265-325 to trunk
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@328 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-10-31 14:07:07 +00:00
gernot e408f52ccc 2004-02-20 Gernot Hillier <gernot@hillier.de>
* scripts/cs_helpers.pyin: fixed typo


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@233 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-02-20 12:45:53 +00:00
gernot 2027da93b7 2004-02-08 Gernot Hillier <gernot@hillier.de>
* scripts/cs_helpers.pyin (sayNumber): allow gender specification
        * scripts/incoming.py (remoteInquiry): use "eine" instead of "eins"
          in some places ("eine Nachricht")
        * scripts/waves/Makefile.am: new file eine.la
        * scripts/waves/eine.la: Likewise.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@228 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-02-08 21:24:28 +00:00
gernot 182a695a1c 2004-01-18 Gernot Hillier <gernot@hillier.de>
* scripts/cs_helpers.pyin (sendMIMEMail): remove space in sox call


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@210 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-01-18 09:14:13 +00:00
gernot 2327a0eb11 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


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@209 4ebea2bb-67d4-0310-8558-a5799e421b66
2004-01-17 23:11:08 +00:00
gernot d031430e8e converting sound files from la to wav. Thx to Holger Krull for
the fix (closes bug #51)!


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@198 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-12-31 14:33:20 +00:00
gernot 803d71524c - reworked TODO, disabled automatic log message adding to source files
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@197 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-12-28 21:01:04 +00:00
gernot ce322b0860 - sendMIMEMail: better wording for some error messages during file conversion
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@183 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-10-19 20:17:54 +00:00
gernot de82385b05 - forgot one import in last commit :-|
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@148 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-07-21 17:44:07 +00:00
gernot 227bbca0f9 - workaround for Python RuntimeError "cannot unmarshal code objects in
restricted execution mode", thx to Sander Roest for finally finding
  this solution


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@139 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-07-20 10:27:51 +00:00
gernot ff388b34cc - use new multipage feature of jpeg2ps (requires special jpeg2ps version!)
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@124 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-06-16 10:20:36 +00:00
gernot 7c4423720a - support reception of color fax documents
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@120 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-05-25 13:38:30 +00:00
gernot fea5ff6a65 - replace functions deprecated in Python 2.2.2 (mainly related to the email
module)


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@99 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-24 21:04:20 +00:00
gernot 3e4f37afbe - shortened some long lines
- added function escape which escapes a string for shell usage
- escape mail addresses given to sendmail


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@98 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-24 14:03:18 +00:00
gernot 8a7f33a9b6 - fixed pipe buffer overflow for conversion of long fax documents to PDF
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@90 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-16 07:16:35 +00:00
gernot 826f980c3e - support empty destination number for incoming calls correctly (austrian
telecom does this (sic))
- core now returns "-" instead of "??" for "no number available" (much nicer
  in my eyes)
- new wave file used in remote inquiry for "unknown number"


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@87 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-10 21:29:51 +00:00
gernot 49c8d9a178 - allow multiple mail addresses to be set as fax_email or voice_email
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@86 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-10 20:54:44 +00:00
gernot 503de49185 - replace some wrong space indentations by tabs...
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@83 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-08 07:59:56 +00:00
gernot cf4f11b2cf - attachments to sent e-mails now get a valid filename
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@78 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-07 15:58:37 +00:00
gernot 00faa017c2 - error checking for reading of configuration improved, many options got
optional, others produce senseful error messages now if not found,
  fixes bug# 531, thx to Dieter Pelzel for reporting


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@50 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-03-20 09:12:42 +00:00
gernot 4f7e2b2a4e Initial revision
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@3 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-02-19 08:19:51 +00:00