You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/configs/sip.conf.sample

37 lines
586 B

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