c3c0ca1d471ba872e61ce8f8205d755e65ed1a7e
[librecmc/librecmc-fossil.git] /
1 ; SIP Configuration
2
3 [general]
4 bindaddr=::
5 transport=tcp
6 tcpenable=yes
7 canreinvite=no
8 context=incoming
9 disallow=all
10 allow=gsm
11 allow=ulaw
12 allow=alaw
13 allow=h263
14 ;jbenable=yes
15 ;jbforce=yes
16
17 ; this settings work well when the net is fucked up and laggy
18 ;jbmaxsize=100
19 ;jbresyncthreshold=500
20
21 ; little less treshold
22 ;jbmaxsize=50
23 ;jbresyncthreshold=250
24
25 ; this settings work well when the net is ok
26 ;jbmaxsize=25
27 ;jbresyncthreshold=200
28
29
30
31 ; my own phone
32
33 [100]
34 type=peer
35 qualify=yes
36 secret=100
37 host=dynamic
38 context=friends
39 transport=udp
40
41
42
43 ; my addresses
44
45 [basic-options](!)
46     type=peer
47     qualify=5000
48     qualifyfreq=10
49     context=incoming
50     encryption=yes
51
52 {{#addresses}}
53 [{{hostname}}](basic-options)
54     host={{ipv6}}
55     callerid="{{display_name}} <{{hostname}}>"
56
57 {{/addresses}}
58
59
60
61 ; global addresses
62
63 [global-addresses](!)
64     type=peer
65     context=incoming
66     encryption=yes
67
68 {{#global_addresses}}
69 [{{hostname}}.eb](global-addresses)
70     host={{ipv6}}
71     callerid="{{hostname}}.eb <01{{phone}}>"
72
73 {{/global_addresses}}
74