Commit Graph

16 Commits

Author SHA1 Message Date
htgoebel 69398972d7 Fixed passing fax-info about received faxes to MailFaxRecievd message.
Details:
core.py: some fax functions did not return faxInfo even if the C++
         implementaion does. Fixed.
fax.py: sendinfo now returns the faxInfo like this:
        ((result, resultB3), faxInfo)
idle-script: faxInfo is now taken from fax.sendfax() and included into
             sendinfo, which is used by MailFaxRecievd message.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@429 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-28 19:35:51 +00:00
htgoebel b1e851f619 Debugged sending faxes.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@419 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-21 19:48:48 +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 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 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 b652423cca - fax_numbers is really allowed to be empty now...
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@193 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-12-02 18:50:09 +00:00
gernot 3baf754aae - added new options "fax_email_from" and "voice_email_from"
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@175 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-10-03 13:42:09 +00:00
gernot ace119e712 - add 0x349f to list of normal results
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@170 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-09-21 12:34:37 +00:00
gernot 72fc7cf0ad - fax jobs can be given an addressee and a subject now (resolves #18, reported
by Achim Bohnet)


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@135 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-06-26 11:53:17 +00:00
gernot 04ccfd55bd - fax_numbers is now really optional (bug #23)
- tries counter was wrongly reported (bug #29)


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@133 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-06-19 14:58:43 +00:00
gernot 22f06c16fe - fix for 1-hour-delayed sending of fax (DST problem)
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@76 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-04-06 11:07:40 +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 90da7fe57f - use stricted permissions for saved files and created userdirs. Fixes
bug #544


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@44 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-03-13 11:09:58 +00:00
gernot d418efb30a - removed wrong unlock operation (lock not acquired at this moment!)
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@33 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-03-09 11:48:10 +00:00
gernot dbfdd8348a - added "file://" as prefix to filenames in sent mails, thx to
Achim Bohnet for this suggestion


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@26 4ebea2bb-67d4-0310-8558-a5799e421b66
2003-03-06 09:59:11 +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