[Asterisk-Users] configuring Asterisk and broadvoice

Patrick asterisk at puzzled.xs4all.nl
Tue Jul 19 16:47:43 MST 2005


On Tue, 2005-07-19 at 13:37 -0400, Bernie Courtney wrote:
[snip]
> 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

Iirc you can't have spaces between something=other. So no something = other.

> register => 
> <2017540019>@sip.broadvoice.com:<mypassword>:<2017540019>@sip.broadvoice.com/<222>

The "<" and ">" look weird. Try removing those everywhere.

> [default]
> exten => _1NXXNXXXXXX, 1, dial(SIP/${EXTEN}@sip.broadvoice.com,30)
> exten => _1NXXNXXXXXX, 2, congestion()
> exten => _1NXXNXXXXXX, 102, busy()

Remove the spaces     ^^^^^^^^

Regards,
Patrick




More information about the asterisk-users mailing list