On Fri, 11 Jun 2004, James Jones wrote:
> Can anyone send default configuration files to me for connect to
> broadvoice.
here are the relevant parts of my sip.conf and extensions.conf. Voice
quality is excellent. You've probably been following the thread about *
not understanding DTMF on inbound calls.
Greg
;
; SIP Configuration for Asterisk
;
[general]
...your stuff here...
register => 801xxxxxxx:pass@sip.broadvoice.com
[broadvoice]
type=peer
username=801xxxxxxx
secret=pass
host=sip.broadvoice.com
context=incoming
fromuser=801xxxxxxx
fromdomain=sip.broadvoice.com
nat=yes
canreinvite=no
dtmfmode=inband
;
; extensions.conf
;
[incoming]
exten => s,1,Dial(SIP/mysoftphone)
exten => s,2,Hangup
[broadvoice]
exten => _9NXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice)
exten => _9NXXNXXXXXX,1,Dial(SIP/${EXTEN:1}@broadvoice)
exten => _9*.,1,Dial(SIP/${EXTEN:1}@broadvoice)