VBuzzer Configuration for Asterisk Hello,
Has someone tried VBUZZER with Asterisk?
I am able to successfully get registered with VBUZZER, but I cannot call the number from PSTN to Asterisk. I used AMP for the configuration.
In my phhconfig:
vbuzzer.com:80 test 105 Registered
Thus, I know I am registered.
My outbound setting is:
allow=ulaw
auth=md5,plaintext
canredirect=no
disallow=all
dtmfmode=rfc2833
fromuser=test
host=vbuzzer.com
insecure=very
qualify=yes
secret=12345
type=peer
username=test
Incoming Setting
context=from-sip-external
host=vbuzzer.com
qualify=150
secret=12345
type=peer
usereqphone=yes
username=test
Register:
test:12345@vbuzzer.com:80
Is there something wrong with my configuration? My preference is just to use VBUZZER for inbound since it has a Toronto Number. Thus, relatives from Toronto can call a local number.
Thanks in advance for the help. |