aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
blob: dad7c15010c96a360582808c4e90f57bc72da78c (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
;
; SIP Configuration for Asterisk
;
[general]
port = 5060			; Port to bind to
bindaddr = 0.0.0.0		; Address to bind to
context = default		; Default for incoming calls
;tos=lowdelay
;tos=184
;maxexpirey=3600		; Max length of incoming registration we allow
;defaultexpirey=120		; Default length of incoming/outoing registration

;[snomsip]
;type=friend
;secret=blah
;host=dynamic
;defaultip=192.168.0.59

;[pingtel]
;type=friend
;insecure=yes			; Pingtel sends from different portno
;username=pingtel
;secret=blah
;host=dynamic
;defaultip=192.168.0.60

;[cisco]
;type=friend
;username=cisco
;secret=blah
;host=dynamic
;canreinvite=no			; Cisco poops on reinvite sometimes
;qualify=200			; Qualify peer is no more than 200ms away
;defaultip=192.168.0.4

;[cisco1]
;type=friend
;insecure=yes
;username=cisco1
;secret=blah
;host=dynamic
;defaultip=192.168.0.4