[package] add asterisk-chan-sscp-b
[packages.git] / net / asterisk-chan-sccp-b / files / sccp.openwrt.conf
1 [general]
2 servername = Openwrt
3 keepalive = 60
4 debug = core
5 context = default
6 dateformat = D/M/Y
7 bindaddr = 192.168.1.1
8 port = 2000
9 disallow=all
10 allow=ulaw
11 allow=alaw
12 allow=gsm
13 firstdigittimeout = 16
14 digittimeout = 6
15 autoanswer_ring_time = 1
16 musicclass=default
17 language=en
18 deny=0.0.0.0/0.0.0.0
19 permit=192.168.1.0/255.255.255.0
20 protocolversion=17
21
22 hotline_enabled=yes
23 hotline_context=default
24 hotline_extension=111
25
26 [SEP001122334455]
27 type = device
28 description = Phone Number One
29 devicetype = 7940
30 button = line, 111
31 button = line, 113@01:shared
32 button = speeddial,Phone 2 Line 1, 112, 112@hint
33
34 [SEP00a1a2a3a4a5]
35 type = device
36 description = Phone Number Two
37 devicetype = 7960
38 button = line, 112
39 button = line, 113@01:shared
40 button = speeddial,Phone 1 Line 1, 111, 111@hint
41
42 [111]
43 id = 1000
44 type = line
45 pin = 1234
46 label = Phone 1 Line 1
47 description = Line 111
48 mailbox = 10111
49 cid_name = Phone 1 CID
50 cid_num = 111
51 accountcode=79111
52 callgroup=1
53 pickupgroup=1
54 context = default
55 incominglimit = 2
56 vmnum = 600
57 trnsfvm = 1000
58
59 [112]
60 id = 1001
61 type = line
62 pin = 1234
63 label = Phone 2 Line 1
64 description = Line 112
65 mailbox = 10112
66 cid_name = Phone 2 CID
67 cid_num = 112
68 accountcode=79112
69 callgroup=1
70 pickupgroup=1
71 context = default
72 incominglimit = 2
73 vmnum = 600
74 trnsfvm = 1000
75
76 [113]
77 id = 1002
78 type = line
79 pin = 1234
80 label = SharedLine 1
81 description = Line 113
82 mailbox = 10113
83 cid_name = Shared
84 cid_num = 113
85 accountcode=79113
86 incominglimit = 2
87 vmnum = 600
88 trnsfvm = 1000
89