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

;[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
;defaultip=192.168.0.4

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