Quick Instructions on how to setup Asterisk to vBuzzer
SIP.conf
register => <username>:<password>:<username>@vbuzzer.com:80/1416NXXNXXX
Replace 1416NXXNXXX with the number the softphone / vBuzzer assigned to you or erase the /1416NXXNXXX for no incoming DID.
type=friend
user=<username>
host=vbuzzer.com
port=80
fromdomain=vbuzzer.com
fromuser=<username>
secret=<password>
username=<username>
insecure=very
context=inbound ; Or whichever context you would like incoming calls to be placed to.
authname=<username>
dtmf=rfc2833
dtmfmode=rfc2833
canreinvite=no
nat=yes ; Even if not behind a nat, use nat=yes
useragent=vbuzzer/1.0
disallow=all
allow=gsm
allow=ulaw
allow=alaw
qualify=200
Do not use SetCIDNum or SetCIDName or the call will fail.
Extensions.conf
exten => _1416NXXXXXX,1,Dial(SIP/${EXTEN}@vbuzzer|999|TW)
(or replace 416 with NXX if you have one of their paid plans that allow calling to other then 416 area)
(The T and W are optional. The T means the calling party can transfer the call. The W means the calling party can start recording the calling.)
exten => 416NXXNXXX,1,Answer()
Replace 416NXXNXXX with the number the softphone / vBuzzer assigned to you or leave blank for no incoming DID.