Hi all, I am trying to configure my Asterisk PBX to connect to a broadvoice account. I want incoming calls to go to the "s" extension and to ultimately have outbound calls routed through my broadvoice account(s). I cannot for the life of me get this to register correctly. I am currently receiving this message on the console: Failed to authenticate on Register to <sip:310584XXXX@sip.broadvoice.com> I have experimented with several configs based on different pages and threads but nothing is working. How do I properly configure my broadvoice account? Thanks, Max [general] register => 310584XXXX@sip.broadvoice.com:<pass>:310584XXXX@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 -- Max Clark max [at] clarksys.com http://www.clarksys.com
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@sip.broadvoice.com:<pass>:310584XXXX@sip.broadvoice.comthe 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=yestry: [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