summaryrefslogtreecommitdiffstats
path: root/conf/msntab
blob: 4b063d3b90d184fad8b084b135f9da320ad1ff30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# $Id$
#
# This file is part of ivam2.
#
# ivam2 is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# ivam2 is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with ivam2; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.


# The MSNs are matched with standard POSIX shell globbing.

# The options defined are: 
#     rings=n    -> specify after how many rings a call should be accepted
#     pipehack   -> enable the so-called "pipehack" for better latency
#     shbuf      -> enable shbuf support
#     defaults   -> all defaults

# The action field should specify a program to launch for each line, two
# special values are allowed: @ignore will ignore the call, @hangup will
# hangup the call immediately.

# The first line matching to the incoming call is used.

# If no line matches, the call is ignored.

# local MSN     remote MSN      options         action
*		*		rings=8,pipehack ivam-autobox

# Some more examples

#41264179         *        rings=0,pipehack       ivam-autobox

#41264179        41264177        rings=0         ivam-dialup --pin=4711 ppp0
#*               41264179        rings=0         @hangup
#41264179        *               rings=2,shbuf   ivam-voicebox --pin=4711

#46              36              defaults        @hangup
#46              36              rings=0         ivam-play /var/spool/ivam/welcome.ulaw
#46              *               defaults        ivam-echo

# $Id$