|
The FaktorTel Sip.Conf
The following is what a plain Sip.Conf with a connection for 1 phone designated "1000". This
assumes you are also using the EXTENSIONS.CONF and IAX.CONF file examples for continuity.
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all addresses on machine)
;context = voipmenu ; Send SIP callers that we don't know about here
; sets the codecs you can use. First disallow all defaults, then set our own individually.
disallow = all
allow=ilbc
allow=gsm
allow=ulaw
; Setup a user with the phone number 1000 on our network.
[1000]
tos=reliability
disallow=all
allow=ulaw
allow=ilbc
allow=gsm
type=friend
username=1000
host=dynamic
context=default
reinvite=no
canreinvite=no
secret=abc123
nat=yes
qualify=yes
|