[Asterisk-Users] Asterisk --> BV: Incoming does not work....

John Klimek jklimek at gmail.com
Wed Jun 21 19:52:31 MST 2006


Thanks!!!

William's suggestion worked!

However, I'm wondering why I need an extension called the same thing
as my phone number.  Shouldn't the default extension "s" work?  Can I
modify the extension?

Regardless, thanks!

(...now I just have to figure out why BroadVoice outgoing worked for
several phone calls, now gives me the "circuit-busy" error for three
hours straight...)


On 6/21/06, Tom Vile <tvile at baldwintechsolutions.com> wrote:
> Try these settings
>
> context=incoming-bv
> dtmf=inband
> dtmfmode=inband
> fromdomain=sip.broadvoice.com
> host=sip.broadvoice.com
> insecure=very
> nat=yes
> secret=MyPassword
> type=user
> user=XXXXXXXXXX
> username=XXXXXXXXXX
> user=phone
> username=XXXXXXXXXX
>
> On 6/21/06, John Klimek <jklimek at gmail.com> wrote:
> > Anybody else able to help...?
> >
> > On 6/19/06, John Klimek <jklimek at gmail.com> wrote:
> > > Ahh, good catch.  I've changed the context to be "incoming-bv" (to
> > > match my context in extensions.conf), but I still get the same exact
> > > phone message...
> > >
> > > Also, is it normal to see "REGISTER attempt 1 to
> > > 5703380128 at sip.broadvoice.com@sip.broadvoice.com" in the asterisk
> > > console being repeated every 20 or so seconds?
> > >
> > >
> > > On 6/19/06, Tom Vile <tvile at baldwintechsolutions.com> wrote:
> > > > your context=incoming does not match your context in extensions.conf incoming-bv
> > > >
> > > > On 6/19/06, John Klimek <jklimek at gmail.com> wrote:
> > > > > Asterisk seems to register just fine with BroadVoice (asterisk -r, and
> > > > > then sip show registry shows sip.broadvoice.com is "Registered")
> > > > >
> > > > > ...but when I try to call my broadvoice number (from a cell phone), it
> > > > > rings one single time and then says "The party you are trying to reach
> > > > > is not available to take your call."  This doesn't seem to be an
> > > > > Asterisk message but seems to be coming from someplace else.
> > > > >
> > > > > What can I be doing wrong?  I've searched the forums and mailing lists
> > > > > and my config seems to be perfectly fine...
> > > > >
> > > > > Here are my config snippets:
> > > > >
> > > > > *** SIP.CONF ***
> > > > > [sip.broadvoice.com]
> > > > > type=friend
> > > > > host=sip.broadvoice.com
> > > > > fromdomain=sip.broadvoice.com
> > > > > fromuser=5703380128
> > > > > username=5703380128
> > > > > authname=5703380128
> > > > > secret=##########    <--- hidden
> > > > > insecure=very
> > > > > context=incoming
> > > > > dtmfmode=inband
> > > > > dtmf=inband
> > > > > canreinvite=no
> > > > > nat=yes
> > > > >
> > > > > *** EXTENSIONS.CONF ***
> > > > >
> > > > > [incoming-bv]
> > > > > exten => s,1,Answer()
> > > > > exten => 2100,1,Answer()
> > > > > _______________________________________________
> > > > > --Bandwidth and Colocation provided by Easynews.com --
> > > > >
> > > > > Asterisk-Users mailing list
> > > > > To UNSUBSCRIBE or update options visit:
> > > > >    http://lists.digium.com/mailman/listinfo/asterisk-users
> > > > >
> > > >
> > > >
> > > > --
> > > > Tom Vile
> > > > Baldwin Technology Solutions, Inc
> > > > Consulting - Web Design - VoIP Telephony
> > > > www.baldwintechsolutions.com
> > > > Phone: 518-631-2855 x205
> > > > Fax:     518-631-2856
> > > > _______________________________________________
> > > > --Bandwidth and Colocation provided by Easynews.com --
> > > >
> > > > Asterisk-Users mailing list
> > > > To UNSUBSCRIBE or update options visit:
> > > >    http://lists.digium.com/mailman/listinfo/asterisk-users
> > > >
> > >
> > _______________________________________________
> > --Bandwidth and Colocation provided by Easynews.com --
> >
> > Asterisk-Users mailing list
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >
>
>
> --
> Tom Vile
> Baldwin Technology Solutions, Inc
> Consulting - Web Design - VoIP Telephony
> www.baldwintechsolutions.com
> Phone: 518-631-2855 x205
> Fax:     518-631-2856
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list