aboutsummaryrefslogtreecommitdiffstats
path: root/configs/tormenta.conf.sample
blob: 6b7fdc078cfd4b848312e0aa270af67612513858 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
;
; Voice over Frame Relay (Adtran style)
;
; Configuration file

[channels]
;
; Default language
;
;language=en
;
; Default context
;
context=default
;
; Signalling method (default is fxs).  Valid values:
; em:     E & M
; em_w:   E & M Wink
; featd:  Feature Group D (The fake, Adtran style)
; fxs_ls: FXS (Loop Start)
; fxs_gs: FXS (Ground Start)
; fxs_ks: FXS (Kewl Start)
; fxo_ls: FXO (Loop Start)
; fxo_gs: FXO (Ground Start)
; fxo_ks: FXO (Kewl Start)
;
signalling=fxo_ls
;
; A variety of timing parameters can be specified as well
; Including:
;    prewink:     Pre-wink time
;    preflash:    Pre-flash time
;    wink:        Wink time
;    flash:       Flash time
;    start:       Start time
;    rxwink:      Receiver wink time
;    rxflash:     Receiver flashtime
;    debounce:    Debounce timing
;
rxwink=300		; Atlas seems to use long (250ms) winks
;
; Logical groups can be assigned to allow outgoing rollover.  Groups
; range from 0 to 31, and multiple groups can be specified.
;
group=1
;
; Specify whether the channel should be answered immediately or
; if the simple switch should provide dialtone, read digits, etc.
;
immediate=no
;
; CallerID can be set to "asreceived" or a specific number
; if you want to override it.  Note that "asreceived" only
; applies to trunk interfaces.
;
;callerid=2564286000
;
; Each channel consists of the channel number or range.  It
; inherits the parameters that were specified above its declaration
;
;callerid="Green Phone"<(256) 428-6121>
;channel=1
;callerid="Black Phone"<(256) 428-6122>
;channel=2
;callerid="CallerID Phone" <(256) 428-6123>
;callerid="CallerID Phone" <(630) 372-1564>
;callerid="CallerID Phone" <(256) 704-4666>
;channel=3
;callerid="Pac Tel Phone" <(256) 428-6124>
;channel=4
;callerid="Uniden Dead" <(256) 428-6125>
;channel=5
;callerid="Cortelco 2500" <(256) 428-6126>
;channel=6
;callerid="Main TA 750" <(256) 428-6127>
;channel=44
;
; For example, maybe we have some other channels
; which start out in a different context and use
; E & M signalling instead.
;
;context=remote
;sigalling=em
;channel=15
;channel=16

;
; Also, you can setup patterns to ignore by the "small switch" with
; respect to turning off the dialtone. (like to keep the dialtone
; going after a 9 is received
;
ignorepat=9

;signalling=em_w
;
; All those in group 0 I'll use for outgoing calls
;
; Strip most significant digit (9) before sending
;
stripmsd=1
;callerid=asreceived
;group=0
;signalling=fxs_ls
;channel=45

;signalling=fxo_ls
;group=1
;callerid="Joe Schmoe" <(256) 428-6131>
;channel=25
;callerid="Megan May" <(256) 428-6132>
;channel=26
;callerid="Suzy Queue" <(256) 428-6233>
;channel=27
;callerid="Larry Moe" <(256) 428-6234>
;channel=28