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 --- man/msntab.5.xml.in | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/msntab.5.xml.in b/man/msntab.5.xml.in index fad8946..3df919e 100644 --- a/man/msntab.5.xml.in +++ b/man/msntab.5.xml.in @@ -32,9 +32,10 @@

msntab is the phone call routing table for ivam2. For each incoming call the first matching line in the file is used, all - others are ignored. Each line consists of four fields: an + others are ignored. Each line consists of six fields: an expression for matching the local phone number, an expression - for matching the remote phone number, an option list and an + for matching the remote phone number, a day specification, + a time specification, an option list and an action filed, specifying an executable file with its arguments which is run for a matching call. If no line matches a call, the call is ignored.

@@ -49,6 +50,14 @@ to the end is taken es regular expression and matched with .

+

The day specification is a comma separated list of the week + days "SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT". It + also may be specified as "WORK" or "WEEKEND" to match work + days or weekend days, respectively.

+ +

The time specification is a comma separated list of time + ranges in the format "HH:MM".

+

The option field consists of a comma separated list of options. The following options are defined: "rings=n" specifies after how many rings a call is accepted. "pipehack" enables the -- cgit