David Shaw
2005-Feb-02  14:49 UTC
[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@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@ke6upi.com if you have 
questions about this email.
Randy Johnson
2005-Feb-03  07:44 UTC
[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@sip.broadvoice.com:password:5555551212@sip.broadvoice.com/s
----- Original Message ----- 
From: "David Shaw" <asterisk@ke6upi.com>
To: <asterisk-users@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@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@ke6upi.com if you have
> questions about this email.
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@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
Jay Milk
2005-Feb-03  10:19 UTC
[Asterisk-Users] Broadvoice problems with outbound calls {Scanned}
Try register => number:password@sip.broadvoice.com Instead of that odd line you have down there.> -----Original Message----- > From: Randy Johnson [mailto:techlists@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@sip.broadvoice.com:password:5555551212@sip.broadvoice.com/s> > > ----- Original Message ----- > From: "David Shaw" <asterisk@ke6upi.com> > To: <asterisk-users@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@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@ke6upi.com if you have > > questions about this email. > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@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@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