Commit Graph

293 Commits

Author SHA1 Message Date
Lars Immisch 1675ab28a5 Oops. Wrong URL in README. 2012-03-07 11:42:19 +01:00
Lars Immisch be4c8bdadb Updated README for git instructions. 2012-03-07 11:38:45 +01:00
Lars Immisch c6c51e4daa New automake/autoconf versions. 2012-03-07 11:29:21 +01:00
Lars Immisch 786e54a23a Adjusted docbook paths.
Paths may be Debian specific.
2012-03-07 11:28:33 +01:00
Lars Immisch 86bb0773b4 Adjust ChangeLog generation to git. 2012-03-07 11:26:33 +01:00
Lars Immisch f75255640c Python layout changes.
Install capisuite python module in pkgpython_PYTHON, this puts capisuite as
a module into the standard python path.

cs_helpers.py(in) was renamed to helpers.py(in) and also put into
the capisuite module. The old autoconf code put cs_helpers into
site-packages, and that is not part of the default sys.path any more.
That may be a Debian issue, but having the capisuite python code in two
different directories seemed undesirable enough to warrant this change.
2012-03-07 10:57:02 +01:00
Lars Immisch fd0e9ae989 memcpy needs string.h 2012-03-04 13:16:33 +01:00
Lars Immisch 982c49385d Detect CAPI_LIBRARY_V2 and extend the argument lists for the latest CAPI. 2012-03-04 13:14:05 +01:00
gernot a404a1119e - improve comments, remove old history
- make Capi::readProfile and attributes used by it static again as
  it should be
- make number of maxLogicalConnections auto-detected instead of using 2 
  as default


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@430 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-02-01 18:57:09 +00:00
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 4f97c8f413 changed MailFaxReceived message, esp. added stationID to subject
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@428 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-28 19:21:30 +00:00
gernot 1a4c1eedeb add come comments from Hartmut so they don't get lost
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@427 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-26 21:02:59 +00:00
gernot 324d2b77e5 revert file:/ URL change of rev. 419, add hostname according
to RFC 1738


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@426 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-26 20:59:53 +00:00
htgoebel 284682a4da Added mapping ISDN/CAPI-error-codes to user friedly text-messages.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@425 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-23 12:07:01 +00:00
htgoebel 9f0c5f72e6 * Added core.Capi.__repr__()
* Fixed core.Call.__repr__() (can't use %x for representing handle)


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@424 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 13:53:38 +00:00
htgoebel 27a6451bc7 Fixed aborting non-existing fax jobs (this was caused by a duplicate
identifier in exceptions.py).


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@423 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 13:22:48 +00:00
htgoebel dc6217c64a core.Call.__repr__() includes handle, service and numbers now.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@422 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 13:20:42 +00:00
htgoebel 1c5da4b790 * Test whether core.log is available prior to using is (it is
currently only available if running within capisuite)
* some minor code clean up in _setProtection()


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@421 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 12:53:55 +00:00
htgoebel 18485a9269 Return codes of fax.sendfax() hade wrong order in case of capi.call_faxG3() failed. Fixed.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@420 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-22 11:29:44 +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
htgoebel 5c578aef76 Some minor changes.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@418 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 20:20:39 +00:00
htgoebel 32fa45cda1 __known_sections__ has had the old names (containing spaces) for the
Mail* sections. Fixed.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@417 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 20:09:57 +00:00
htgoebel 4c5fe5896d Fixed typo.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@416 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 19:54:33 +00:00
htgoebel 9aaaebc5a4 Added a version of 'rc.capisuite.in' for Mandrake.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@415 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 19:42:41 +00:00
htgoebel 4e2493b004 Test for result of 'capisuite-checkconfig -t' was wrong. Fixed.
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@414 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 18:56:02 +00:00
htgoebel 193c95268c Implemented an option for capisuite-checkconfig to test whether
capisuite is configured. This test is used in rc.capisuite.in (where
is has been implemented).


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@413 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 18:26:19 +00:00
htgoebel af0aa59638 SCons build system: corrected building of ChangeLogs when building rpms
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@412 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 18:05:45 +00:00
htgoebel 2d2a5bfcf9 some corrections to Mandrakes rpm .spec file
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@411 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-20 17:52:15 +00:00
htgoebel 0619727ab3 Build System: Use a date (currently 2005-01-01) for basing the
generation of ChangeLog instead of a (somehow obscure) revision.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@410 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-16 20:56:55 +00:00
htgoebel 176451492c SCons build:
auto-generate ChangeLog from now on using SVN log messages (see r396).


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@409 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-09 21:17:33 +00:00
htgoebel 54ca44f6f7 SCons build:
When collecting files for the distribution archive, missing files have
been skipped even if named via env.ExtraDist(). Now missing files are
skipped only if found by env.DistSourcesOf() .


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@408 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-09 21:11:49 +00:00
htgoebel 22240a9365 SCons build:
Changed the way, distribution archives are build:
- env.ExtraDist() names the file to be distributed, no matter if
  they are generated.
- For automatically collecting the sources, env.DistSourcesOf() is
  used now.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@407 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-09 20:02:09 +00:00
gernot 65438ac13a add missing parameter, change some names according to Hartmut's suggestions
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@406 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-09 10:46:15 +00:00
gernot d1608780ab First rough ideas of new classes for mail delivery and item storage.
Comments welcome.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@405 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-08 08:41:32 +00:00
gernot dad44cf35d deleted in accordance with Debian maintainers
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@404 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 22:02:57 +00:00
htgoebel 6a78d79045 SCons build:
- did not create spool-dirs correctly. Fixed.
- corrected path for rpm-spec file


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@403 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 20:29:04 +00:00
htgoebel 37debb836f some cleanup
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@402 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 20:27:22 +00:00
htgoebel 51315d714a - added some missing files to %files
- activated %clean


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@401 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 20:26:34 +00:00
htgoebel 85ded3ad57 small code enhancement
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@400 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 19:31:48 +00:00
htgoebel 62ad80e7cc Small enhancement: replaces multiple string.replace(...) by a single
string.translate()


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@399 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 17:41:15 +00:00
htgoebel 73a70dedc0 Workaroung für Bug #110
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@398 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 17:38:24 +00:00
htgoebel 4f85ff54d0 SCons build:
* ExtraDist() did not work if called with File nodes. Fixed.
* Explicitly added some files (which are no longer installed since
  r395) to the 'dist' target.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@397 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 15:51:52 +00:00
gernot 98b1d5542f auto-generate ChangeLog from now on using SVN log messages
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@396 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 14:56:43 +00:00
htgoebel 6c251f568d * Fixed some scons building errors:
- wave-files are now installed into $pkgdatadir instead of
    $pkgdatadir/waves.
  - Some pkgpython_* variables have not been set for non-building
    targets (eg. clean). This caused building errors. Fixed.
  - HAVE_CONFIG_H was not set for compiler calls.
  - no longer install $sysconfdir/cron.daily/capisuite,
    $sysconfdir/init.d/capisuite and $pkgsysconfdir/cronjob.conf.
* .spec-files have moved, fixed pathes within SCons* files.



git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@395 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 13:58:09 +00:00
htgoebel 8941eaf68a ignore generated files in packages/rpm/
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@394 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 13:41:13 +00:00
htgoebel fac51ad65e moved SConscript for .spec file sinto correct dir
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@393 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 12:34:03 +00:00
gernot c206451e8b create a general directory for rpm-based distributions
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@392 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 12:15:56 +00:00
gernot e0be1fd8d0 move distribution specific files to common subdir
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@391 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 12:09:26 +00:00
gernot 2a6f2ace71 fix installation paths for capisuite-py files, fixes bug #108
git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@390 4ebea2bb-67d4-0310-8558-a5799e421b66
2005-01-07 09:15:15 +00:00
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