Version 0.1.7 from FTP
[asterisk/asterisk.git] / configs / tormenta.conf.sample
1 ;
2 ; Voice over Frame Relay (Adtran style)
3 ;
4 ; Configuration file
5
6 [channels]
7 ;
8 ; Default language
9 ;
10 ;language=en
11 ;
12 ; Default context
13 ;
14 context=default
15 ;
16 ; Signalling method (default is fxs).  Valid values:
17 ; em:     E & M
18 ; em_w:   E & M Wink
19 ; featd:  Feature Group D (The fake, Adtran style)
20 ; fxs_ls: FXS (Loop Start)
21 ; fxs_gs: FXS (Ground Start)
22 ; fxs_ks: FXS (Kewl Start)
23 ; fxo_ls: FXO (Loop Start)
24 ; fxo_gs: FXO (Ground Start)
25 ; fxo_ks: FXO (Kewl Start)
26 ;
27 signalling=fxo_ls
28 ;
29 ; A variety of timing parameters can be specified as well
30 ; Including:
31 ;    prewink:     Pre-wink time
32 ;    preflash:    Pre-flash time
33 ;    wink:        Wink time
34 ;    flash:       Flash time
35 ;    start:       Start time
36 ;    rxwink:      Receiver wink time
37 ;    rxflash:     Receiver flashtime
38 ;    debounce:    Debounce timing
39 ;
40 rxwink=300              ; Atlas seems to use long (250ms) winks
41 ;
42 ; Logical groups can be assigned to allow outgoing rollover.  Groups
43 ; range from 0 to 31, and multiple groups can be specified.
44 ;
45 group=1
46 ;
47 ; Specify whether the channel should be answered immediately or
48 ; if the simple switch should provide dialtone, read digits, etc.
49 ;
50 immediate=no
51 ;
52 ; CallerID can be set to "asreceived" or a specific number
53 ; if you want to override it.  Note that "asreceived" only
54 ; applies to trunk interfaces.
55 ;
56 ;callerid=2564286000
57 ;
58 ; Each channel consists of the channel number or range.  It
59 ; inherits the parameters that were specified above its declaration
60 ;
61 ;callerid="Green Phone"<(256) 428-6121>
62 ;channel=1
63 ;callerid="Black Phone"<(256) 428-6122>
64 ;channel=2
65 ;callerid="CallerID Phone" <(256) 428-6123>
66 ;callerid="CallerID Phone" <(630) 372-1564>
67 ;callerid="CallerID Phone" <(256) 704-4666>
68 ;channel=3
69 ;callerid="Pac Tel Phone" <(256) 428-6124>
70 ;channel=4
71 ;callerid="Uniden Dead" <(256) 428-6125>
72 ;channel=5
73 ;callerid="Cortelco 2500" <(256) 428-6126>
74 ;channel=6
75 ;callerid="Main TA 750" <(256) 428-6127>
76 ;channel=44
77 ;
78 ; For example, maybe we have some other channels
79 ; which start out in a different context and use
80 ; E & M signalling instead.
81 ;
82 ;context=remote
83 ;sigalling=em
84 ;channel=15
85 ;channel=16
86
87 ;
88 ; Also, you can setup patterns to ignore by the "small switch" with
89 ; respect to turning off the dialtone. (like to keep the dialtone
90 ; going after a 9 is received
91 ;
92 ignorepat=9
93
94 ;signalling=em_w
95 ;
96 ; All those in group 0 I'll use for outgoing calls
97 ;
98 ; Strip most significant digit (9) before sending
99 ;
100 stripmsd=1
101 ;callerid=asreceived
102 ;group=0
103 ;signalling=fxs_ls
104 ;channel=45
105
106 ;signalling=fxo_ls
107 ;group=1
108 ;callerid="Joe Schmoe" <(256) 428-6131>
109 ;channel=25
110 ;callerid="Megan May" <(256) 428-6132>
111 ;channel=26
112 ;callerid="Suzy Queue" <(256) 428-6233>
113 ;channel=27
114 ;callerid="Larry Moe" <(256) 428-6234>
115 ;channel=28