≡ Sip.conf

Sink your teeth into this sample Sip.conf

The following setup allows you to configure your pbx to have one extension. If you’d like to add more - Just copy everything in the [101] block of settings and adjust them for [102] or whatever you want to use for your extensions.

This config works fabulously. I promise.

It’s pretty self explanatory - But if you have any questions…. Lemme know.

[general]
useragent= Name of your PBX
bindport=5060
context=default
videosupport=yes
recordhistory=yes
disallow=all
allow=ulaw
allow=alaw
allow=gsm
trustrpid=yes
sendrpid=yes
dtmf=inband
dtmfmode=inband
videosupport=yes
srvlookup=no
progressinband=yes
register => 15551231234:authpassword@proxydomainname/Home

[providername]
type=peer
authuser=15551231234
fromuser=15551231234
username=15551231234
fromdomain=proxydomainname
secret=authpassword
insecure=invite
host=proxydomainname
qualify=3600
nat=no

[101]
type=friend
callerid=”Mike White” <101>
username=101
host=dynamic
nat=yes
canreinvite=yes
disallow=all
allow=ulaw
secret=password
dtmfmode=inband
dtmf=inband
qualify=6400
mailbox=101

_MWhite