[Asterisk-Users] Broadvoice problems with outbound calls {Scanned}

David Shaw asterisk at ke6upi.com
Thu Feb 3 15:38:53 MST 2005


Thanks that worked. 

Changing @sip.broadvoice.com to @broadvoice worked.

Now I can drop Vonage... Well maybe....

Thanks, David 


On Thu, 2005-02-03 at 14:23 -0500, Randy Johnson wrote:
> > > exten => _NXXXXXX,1,Dial(SIP/${EXTEN}@sip.broadvoice.com)
> 
> 
> the @sip.broadvoice.com should be   @broadvoice
> 
> broadvoice being the title inside your sip.conf
> 
> [broadvoice]
> 
> 
> Randy
> 
> ----- Original Message ----- 
> From: "David Shaw" <asterisk at ke6upi.com>
> To: "Asterisk Users Mailing List - Non-Commercial Discussion" 
> <asterisk-users at lists.digium.com>
> Sent: Thursday, February 03, 2005 1:26 PM
> Subject: Re: [Asterisk-Users] Broadvoice problems with outbound calls 
> {Scanned}
> 
> 
> > Here is the error I get.
> >
> > Asterisk Ready.
> > *CLI>     -- Executing Dial("SIP/8510-5c56",
> > "SIP/19517049077 at sip.broadvoice.com") in new stack
> >    -- Called 19517049077 at sip.broadvoice.com
> >    -- Got SIP response 604 "Does not exist anywhere" back from
> > 147.135.0.128
> >  == No one is available to answer at this time (1:0/0/0)
> >
> > David
> >
> > On Thu, 2005-02-03 at 10:02 -0800, David Shaw wrote:
> >> Broadvoice says that I'm registered. I force my outbound calls to BV and 
> >> I
> >> get a busy signal.
> >>
> >> David
> >>
> >>
> >>
> >> ----- Original Message -----
> >> From: "Jay Milk" <jay at skimmilk.net>
> >> To: "'Asterisk Users Mailing List - Non-Commercial Discussion'"
> >> <asterisk-users at lists.digium.com>
> >> Sent: Thursday, February 03, 2005 9:19 AM
> >> Subject: RE: [Asterisk-Users] Broadvoice problems with outbound calls
> >> {Scanned}
> >>
> >>
> >> > Try
> >> >
> >> > register => number:password at sip.broadvoice.com
> >> >
> >> > Instead of that odd line you have down there.
> >> >
> >> > > -----Original Message-----
> >> > > From: Randy Johnson [mailto:techlists at paperlesspractice.com]
> >> > > Sent: Thursday, February 03, 2005 8:44 AM
> >> > > To: Asterisk Users Mailing List - Non-Commercial Discussion
> >> > > Subject: Re: [Asterisk-Users] Broadvoice problems with
> >> > > outbound calls {Scanned}
> >> > >
> >> > >
> >> > > David,
> >> > >
> >> > > Here is why register line, not sure if it would be the same
> >> > > effect as yours:
> >> > >
> >> > > register=5555551212 at sip.broadvoice.com:password:5555551212 at sip
> >> > .broadvoice.com/s
> >> > >
> >> > >
> >> > > ----- Original Message -----
> >> > > From: "David Shaw" <asterisk at ke6upi.com>
> >> > > To: <asterisk-users at lists.digium.com>
> >> > > Sent: Wednesday, February 02, 2005 4:49 PM
> >> > > Subject: [Asterisk-Users] Broadvoice problems with outbound
> >> > > calls {Scanned}
> >> > >
> >> > >
> >> > > > Hello All, I sign up with $5.99 broadvoice plan. I made in and
> >> > > > outbound calls OK. I upgraded to unlimited world and now I have
> >> > > > problems with outbound calls. I called broadvoice and they
> >> > > said they
> >> > > > would get back it me.
> >> > > >
> >> > > > Here are my sip and extension files.
> >> > > >
> >> > > >
> >> > > > sip.conf
> >> > > >
> >> > > > register => XXXXXXXXXX:passwd at sip.broadvoice.com
> >> > > >
> >> > > > [broadvoice]
> >> > > > type=friend
> >> > > > username=XXXXXXXXXX
> >> > > > fromuser=XXXXXXXXXX
> >> > > > secret=passwd
> >> > > > host=sip.broadvoice.com
> >> > > > fromdomain=sip.broadvoice.com
> >> > > > context=from-broadvoice
> >> > > > dtmfmode=inband
> >> > > > disallow=all
> >> > > > allow=ulaw
> >> > > > canreinvite=no
> >> > > > nat=yes
> >> > > >
> >> > > > [bv-in-1]
> >> > > > type=friend
> >> > > > host=sip.broadvoice.com
> >> > > > context=from-broadvoice
> >> > > > dtmfmode=inband
> >> > > > canreinvite=no
> >> > > > nat=yes
> >> > > > allow=ulaw
> >> > > >
> >> > > > extensions.conf
> >> > > >
> >> > > > exten => _NXXXXXX,1,Dial(${TRUNKL2}/${EXTEN})
> >> > > > exten => _NXXXXXX,2,Dial(${TRUNKL3}/${EXTEN})
> >> > > > exten => _NXXXXXX,1,Dial(SIP/${EXTEN}@sip.broadvoice.com)
> >> > > >
> >> > > > exten => _1NXXNXXXXXX,1,Dial(SIP/${EXTEN}@sip.broadvoice.com)
> >> > > > exten => _1NXXNXXXXXX,2,Dial(${TRUNKL2}/${EXTEN})
> >> > > > exten => _1NXXNXXXXXX,3,Dial(${TRUNKL3}/${EXTEN})
> >> > > > exten => _01144XXXXXXXXXX,1,Dial(SIP/${EXTEN}@sip.broadvoice.com)
> >> > > > exten => _01144XXXXXXXXXX,2,Dial(${TRUNKL3}/${EXTEN})
> >> > > >
> >> > > > Thanks, David
> >> > > >
> >> > > > --
> >> > > > This message has been scanned for viruses and
> >> > > > dangerous content by KE6UPI, and is
> >> > > > believed to be clean.
> >> > > > KE6UPI thanks MailScanner for their support.
> >> > > > Please contact support at ke6upi.com if you have
> >> > > > questions about this email.
> >> > > >
> >> > > > _______________________________________________
> >> > > > Asterisk-Users mailing list
> >> > > > Asterisk-Users at lists.digium.com
> >> > > > http://lists.digium.com/mailman/listinfo/asterisk-users
> >> > > > To UNSUBSCRIBE or update options visit:
> >> > > >   http://lists.digium.com/mailman/listinfo/asterisk-users
> >> > >
> >> > > _______________________________________________
> >> > > Asterisk-Users mailing list
> >> > > Asterisk-Users at lists.digium.com
> >> > > http://lists.digium.com/mailman/listinfo/aster> isk-users
> >> > > To
> >> > > UNSUBSCRIBE or update options visit:
> >> > >
> >> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >> >
> >> >
> >> >
> >> > _______________________________________________
> >> > Asterisk-Users mailing list
> >> > Asterisk-Users at lists.digium.com
> >> > http://lists.digium.com/mailman/listinfo/asterisk-users
> >> > To UNSUBSCRIBE or update options visit:
> >> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >> >
> >> > --
> >> > This message has been scanned for viruses and
> >> > dangerous content by KE6UPI, and is
> >> > believed to be clean.
> >> > KE6UPI thanks MailScanner for their support.
> >> > Please contact support at ke6upi.com if you have
> >> > questions about this email.
> >> >
> >>
> >>
> >> -- 
> >> This message has been scanned for viruses and
> >> dangerous content by KE6UPI, and is
> >> believed to be clean.
> >> KE6UPI thanks MailScanner for their support.
> >> Please contact support at ke6upi.com if you have
> >> questions about this email.
> >>
> >> _______________________________________________
> >> Asterisk-Users mailing list
> >> Asterisk-Users at lists.digium.com
> >> http://lists.digium.com/mailman/listinfo/asterisk-users
> >> To UNSUBSCRIBE or update options visit:
> >>    http://lists.digium.com/mailman/listinfo/asterisk-users
> > -- 
> > David Shaw <asterisk at ke6upi.com>
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >   http://lists.digium.com/mailman/listinfo/asterisk-users 
> 
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
> 
-- 
David Shaw <asterisk at ke6upi.com>




More information about the asterisk-users mailing list