Hi all, a noob here, I am trying to get outbound calls through asterisk working with Broadvoice. I have consulted the following two online tutorials: http://www.broadvoice.com/support_install_asterisk.html http://www.voip-info.org/wiki/view/Asterisk+settings+Broadvoice in an effort to make outbound calls. My current settings are as follows: sip.conf register => XXXXXXXXXX@sip.broadvoice.com:<SECRET>:XXXXXXXXXX@sip.broadvoice.com/XXXXXXXXXX where XXXXXXXXXX = our phone number including area code and <secret> is our broadvoice defined secret [sip.braodvoice.com] type=peer dynamic=yes username=XXXXXXXXXX fromuser=XXXXXXXXXX authname=XXXXXXXXXX user=phone secret=<SECRET> host=sip.broadvoice.com fromdomain=sip.broadvoice.com outboundproxy=sip.broadvoice.com insecure=very dtmfmode=inband dtmf=inband canreinvite=no context=incoming I receive the following error through asterisk when attempting a call: Apr 8 13:08:43 WARNING[17425]: chan_sip.c:9634 handle_response_invite: Forbidden - wrong password on authentication for INVITE to '"My Name" <sip:26@192.168.1.61>;tag=as23aa39db' Now, we can receive incoming calls perfectly fine, but I just can't wrap my head around what is wrong with the outgoing. I figure it's got to be the way I am passing the phone number to call to Broadvoice: exten => _3XNXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@sip.broadvoice.com) exten => _3XNXXNXXXXXX,2,Congestion or possibly, the fact that my name is showing up in the outbound call, but the account isn't registered to my name, but someone else where I work. or my conf files are wrong somehow? Otherwise, I got nothing. Any help would be greatly appreciated by one frustrated noob! oh, please CC me at mraley [at] syndio<lemur>group.com [remove the <mammal> species] Thanks! Mike -- \***************************************/ ~ Mike Raley ~ Asterisk / VoIP Programmer Syndio Group, LLC. www.syndiogroup.com mraley@syndiogroup.com /***************************************\
Mike Raley wrote:> Hi all, a noob here, I am trying to get outbound calls through > asterisk working with Broadvoice. > > I have consulted the following two online tutorials: > > http://www.broadvoice.com/support_install_asterisk.html > > http://www.voip-info.org/wiki/view/Asterisk+settings+Broadvoice > > in an effort to make outbound calls. > My current settings are as follows: > > sip.conf > > register => > XXXXXXXXXX@sip.broadvoice.com:<SECRET>:XXXXXXXXXX@sip.broadvoice.com/XXXXXXXXXX > > > where XXXXXXXXXX = our phone number including area code > and <secret> is our broadvoice defined secret > > [sip.braodvoice.com]maybe just a typo,.... br_OA_dvoice I gone away from broadvoice, since they admitted to have troubles and I had still to pay for NO phone call !!! (multiple lines) bye Ronald Wiplinger> type=peer > dynamic=yes > username=XXXXXXXXXX > fromuser=XXXXXXXXXX > authname=XXXXXXXXXX > user=phone > secret=<SECRET> > host=sip.broadvoice.com > fromdomain=sip.broadvoice.com > outboundproxy=sip.broadvoice.com > insecure=very > dtmfmode=inband > dtmf=inband > canreinvite=no > context=incoming > > I receive the following error through asterisk when attempting a call: > > Apr 8 13:08:43 WARNING[17425]: chan_sip.c:9634 > handle_response_invite: Forbidden - wrong password on authentication > for INVITE to '"My Name" <sip:26@192.168.1.61>;tag=as23aa39db' > > Now, we can receive incoming calls perfectly fine, but I just can't > wrap my head around what is wrong with the outgoing. I figure it's > got to be the way I am passing the phone number to call to Broadvoice: > > exten => _3XNXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@sip.broadvoice.com) > exten => _3XNXXNXXXXXX,2,Congestion > > or possibly, the fact that my name is showing up in the outbound call, > but the account isn't registered to my name, but someone else where I > work. > > or my conf files are wrong somehow? > > Otherwise, I got nothing. > > Any help would be greatly appreciated by one frustrated noob! > > oh, please CC me at mraley [at] syndio<lemur>group.com [remove the > <mammal> species] > > Thanks! > Mike >-- Ronald Wiplinger (CEO of ELMIT) http://www.elmit.com http://voip.elmit.com http://e-paper.elmit.com Tel. (M) +886.939.775.516 (O) +886.2.2835.7765 (ENUM) or FWD 511208 - I'm a SpamCon Foundation Member, #694, Verify it at http://www.spamcon.org PS: Spam prevention! Our system is protected with a spam prevention program. If you send us an e-mail, our system will send you a confirmation message back. Just reply to this confirmation message please. After receiving this confirmation message, our system will send the hold message (one) and all future messages (after the received confirmation message) to me without asking you again. -------------- next part -------------- A non-text attachment was scrubbed... Name: ronald.vcf Type: text/x-vcard Size: 319 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060410/71b15411/ronald.vcf
Thanks Ronald! Works like a charm. What my brain sees and what my hands type are not always the same thing! doh! MR maybe just a typo,.... br_OA_dvoice I gone away from broadvoice, since they admitted to have troubles and I had still to pay for NO phone call !!! (multiple lines) bye Ronald Wiplinger> Hi all, a noob here, I am trying to get outbound calls through > asterisk working with Broadvoice. > > I have consulted the following two online tutorials: > > http://www.broadvoice.com/support_install_asterisk.html > > http://www.voip-info.org/wiki/view/Asterisk+settings+Broadvoice > > in an effort to make outbound calls. > My current settings are as follows: > > sip.conf > > register => > XXXXXXXXXX@sip.broadvoice.com:<SECRET>:XXXXXXXXXX@sip.broadvoice.com/XXXXXXXXXX > > > where XXXXXXXXXX = our phone number including area code > and <secret> is our broadvoice defined secret > > [sip.braodvoice.com] > type=peer > dynamic=yes > username=XXXXXXXXXX > fromuser=XXXXXXXXXX > authname=XXXXXXXXXX > user=phone > secret=<SECRET> > host=sip.broadvoice.com > fromdomain=sip.broadvoice.com > outboundproxy=sip.broadvoice.com > insecure=very > dtmfmode=inband > dtmf=inband > canreinvite=no > context=incoming > > I receive the following error through asterisk when attempting a call: > > Apr 8 13:08:43 WARNING[17425]: chan_sip.c:9634 > handle_response_invite: Forbidden - wrong password on authentication > for INVITE to '"My Name" <sip:26@192.168.1.61>;tag=as23aa39db' > > Now, we can receive incoming calls perfectly fine, but I just can't > wrap my head around what is wrong with the outgoing. I figure it's > got to be the way I am passing the phone number to call to Broadvoice: > > exten => _3XNXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@sip.broadvoice.com) > exten => _3XNXXNXXXXXX,2,Congestion > > or possibly, the fact that my name is showing up in the outbound call, > but the account isn't registered to my name, but someone else where I > work. > > or my conf files are wrong somehow? > > Otherwise, I got nothing. > > Any help would be greatly appreciated by one frustrated noob! > > oh, please CC me at mraley [at] syndio<lemur>group.com [remove the > <mammal> species] > > Thanks! > Mike >-- \***************************************/ ~ Mike Raley ~ Asterisk / VoIP Programmer Syndio Group, LLC. www.syndiogroup.com mraley@syndiogroup.com /***************************************\