aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
blob: ed0ed6f931196df1e6ece5d4172cf6fe088077bd (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
;
; 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

;[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