[Asterisk-Users] configuring Asterisk and broadvoice

BJ Weschke bweschke at gmail.com
Tue Jul 19 14:17:02 MST 2005


 It does work. Your registration line looks correct except for the <
and > characters. Those shouldn't be there. Pull them out and the
registration should work for you after a "sip reload".

On 7/19/05, Bernie Courtney <bernie at nyclubkid.com> wrote:
> does anyboy have a how-to online on how to do this?
> 
> so far i've got the following in my sip.conf
> 
> [general]
> 
> port = 5060           ; Port to bind to (SIP is 5060)
> bindaddr = 0.0.0.0    ; Address to bind to (all addresses on machine)
> disallow=all
> allow=ulaw
> allow=alaw
> context = from-sip-external ; Send unknown SIP callers to this context
> callerid = Unknown
> pedantic=no
> 
> register =>
> <2017540019>@sip.broadvoice.com:<mypassword>:<2017540019>@sip.broadvoice.com/<222>
> 
> #include sip_nat.conf
> #include sip_custom.conf
> #include sip_additional.conf
> 
> 
> [sip.broadvoice.com]
> type=peer
> user=phone
> host=sip.broadvoice.com
> fromdomain=sip.broadvoice.com
> 2017540019=<phone number>
> secret=<register password>
> username=<phone number>
> insecure=very
> context=from-broadvoice
> authname=<phone number>
> dtmfmode=inband
> dtmf=inband
> ;Disable canreinvite if you are behind a NAT
> canreinvite=no
> 
> 
> and my extensions.conf  default entry looks like this
> 
> [default]
> exten => _1NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30)
> exten => _1NXXNXXXXXX, 2, congestion()
> exten => _1NXXNXXXXXX, 102, busy()
> 
> still not getting anywhere though :(
> _______________________________________________
> 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
>



More information about the asterisk-users mailing list