[Asterisk-Users] Help With Broadvoice

Greg Hill gregh-asterisk at hillnet.us
Tue Feb 15 20:08:25 MST 2005


On Tue, 15 Feb 2005, Max Clark wrote:

> I have experimented with several configs based on different pages and
> threads but nothing is working. How do I properly configure my
> broadvoice account?
>
> [general]
> register => 310584XXXX at sip.broadvoice.com:<pass>:310584XXXX at sip.broadvoice.com

the register I'm using looks like this:
register => 310584XXXX:<pass>@sip.broadvoice.com

> [broadvoice]
> type=peer
> host=sip.broadvoice.com
> secret=<pass>
> fromuser=310584XXXX
> fromdomain=sip.broadvoice.com
> context=incoming
> dtmfmode=inband
> canreinvite=no
> nat=yes
> qualify=yes

try:

[broadvoice]
type=peer
username=310584XXXX
secret=<pass>
host=sip.broadvoice.com
port=5060
context=incoming
fromuser=310584XXXX
fromdomain=sip.broadvoice.com
dtmfmode=inband
canreinvite=no
insecure=very
permit=147.135.8.128/32
qualify=yes

and adjust your permit= line to match the IP of the BV proxy you've set in
your /etc/hosts (proxy.[chi|lax|dca|one other I forgot].broadvoice.com).

Try a blend of this stuff with whatever the most recent recommendation on
their support page says.

Greg





More information about the asterisk-users mailing list