From e36910ad6e13c82ab6b1d1206241c676ab3265ba Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 9 Feb 2004 18:03:45 +0000 Subject: add patches bei Wolfgang Ocker git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@61 dbf6933d-3bce-0310-9bcc-ed052ba35b35 --- doc/README.html.in | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'doc') diff --git a/doc/README.html.in b/doc/README.html.in index 4aacbd4..266f62d 100644 --- a/doc/README.html.in +++ b/doc/README.html.in @@ -42,6 +42,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

News

+
Mon Feb 9 2004:
+ +

Version +0.3 released, changes include: time dependent configuration; this +version breaks msntab compatibility as two new columns (time +and date) are introduced - you need update the file manually; compatibility fixes with Python 2.2; assorted bug fixes

+
Mon Jan 26 2004:

Version 0.2 released, changes include: compatiblity with non-C99 compilers (such as gcc 2.95), python script fixes.

@@ -97,20 +104,23 @@ command line arguments and the file msntab. The latter specifies which telephony application to start for which caller/callee pairs. An example:

-
47110816 *        defaults         @ignore
-47110815 12345678 defaults         @hangup
-47110815 87654321 rings=2          ivam-play /path/to/an/ulaw/file.ulaw.gz
-47110815 47110815 rings=0,pipehack ivam-autobox
-47110815 *        rings=8,pipehack ivam-autobox
+
# Local  Remote   Days Times       Options          Action
+47110816 *        *    *           defaults         @ignore
+47110815 *        *    12:00-12:15 defaults         @ignore
+47110815 12345678 *    *           defaults         @hangup
+47110815 87654321 *    *           rings=2          ivam-play /path/to/an/ulaw/file.ulaw.gz
+47110815 47110815 *    *           rings=0,pipehack ivam-autobox
+47110815 *        *    *           rings=8,pipehack ivam-autobox
 

This configuration can be explained as follows: all calls to the local phone number 47110816 are ignored. Calls to the local phone -number 47110815 are dispatched as follows: if the caller is 87654321, -he will listen to a static message after two rings. If someone is -calling the local number from the same number he enters the voice box -system immediately. All other callers will be dispatched to the voice -box system after eight rings.

+number 47110815 are dispatched as follows: during lunch break all calls +are ignored, if if the caller is 87654321, he will listen to a static +message after two rings. If someone is calling the local number from +the same number he enters the voice box system immediately. All other +callers will be dispatched to the voice box system after eight +rings.

For more information on this configuration file see the manual page msntab(5).

@@ -211,6 +221,8 @@ the telephony services you want to use.

Wolfram Schlich for many suggestions and beta testing.

+

Wolfgang Ocker for some patches.

+

Download

The newest release is always available from @PACKAGE_URL@

-- cgit