summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-02-09 18:03:45 +0000
committerLennart Poettering <lennart@poettering.net>2004-02-09 18:03:45 +0000
commite36910ad6e13c82ab6b1d1206241c676ab3265ba (patch)
treed174a71895f5933dbf55f48f27b2ff9227569fc6 /doc
parent299552c0ffc90d69b0593eecdc19fc859d445cbd (diff)
add patches bei Wolfgang Ocker
git-svn-id: file:///home/lennart/svn/public/ivam2/trunk@61 dbf6933d-3bce-0310-9bcc-ed052ba35b35
Diffstat (limited to 'doc')
-rw-r--r--doc/README.html.in32
1 files changed, 22 insertions, 10 deletions
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.</p>
<h2><a name="news">News</a></h2>
+<div class="news-date">Mon Feb 9 2004: </div>
+
+<p class="news-text"><a href="@PACKAGE_URL@ivam2-0.3.tar.gz">Version
+0.3</a> released, changes include: time dependent configuration; this
+version breaks <tt>msntab</tt> compatibility as two new columns (time
+and date) are introduced - <b>you need update the file manually</b>; compatibility fixes with Python 2.2; assorted bug fixes</p>
+
<div class="news-date">Mon Jan 26 2004: </div>
<p class="news-text"><a href="@PACKAGE_URL@ivam2-0.2.tar.gz">Version 0.2</a> released, changes include: compatiblity with non-C99 compilers (such as gcc 2.95), python script fixes.</p>
@@ -97,20 +104,23 @@ command line arguments and the file <tt>msntab</tt>. The latter
specifies which telephony application to start for which caller/callee
pairs. An example:</p>
-<pre>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
+<pre># 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
</pre>
<p>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.</p>
+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.</p>
<p>For more information on this configuration file see the manual page <a href="@PACKAGE_URL@msntab.5.xml"><tt>msntab(5)</tt></a>.</p>
@@ -211,6 +221,8 @@ the telephony services you want to use.</p>
<p>Wolfram Schlich for many suggestions and beta testing.</p>
+<p>Wolfgang Ocker for some patches.</p>
+
<h2><a name="download">Download</a></h2>
<p>The newest release is always available from <a href="@PACKAGE_URL@">@PACKAGE_URL@</a></p>