From e36910ad6e13c82ab6b1d1206241c676ab3265ba Mon Sep 17 00:00:00 2001
From: Lennart Poettering 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.
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