Displaying 1 result from an estimated 1 matches for "bvrings".
Did you mean:
vrings
2005 Jul 24
1
Help with Asterisk@home and Broadvoice incoming calls..
...m
fromdomain=sip.broadvoice.com
fromuser=2405243333
secret=123abc
username=2405243333
insecure=very
context=frombroadvoice
authname=2405243333
dtmfmode=inband
dtmf=inband
In my extensions.conf I have:
;setup SIP extension for BroadVoice
[globals]
BVNUMBER=2405243333 ; your calling number
BVRINGS=201 ; the phone to ring
BVVMBOX=201 ; the VM box for this user
[outrt-003-BroadVoice]
include => outrt-003-BroadVoice-custom
exten => _8.,1,Dial(SIP/${EXTEN:1}@sip.broadvoice.com,30)
;exten => _8.,1,Dial(SIP/${EXTEN:1}@2405243333,30)
exten => _8.,2,Congestion()
exten => _8.,102,Bus...