Im a newbei to asterisk and vicidial. I have installed asterisk 1.2.17, vicidial 2x and configured as per scratch install. I have not installed any cards/sip phones as i will be using my sip provider account. Asterisk is getting registered with my sip provider but i am not able to place any calls.
any help will be highly appreciated.
sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
register => account:password@xxx.xxx.xxx.xxx
[account]
authuser=account
fromdomain=mysipprovider
host=mysipprovider
insecure=very
nat=yes
qualify=yes
secret=password
sendrpid=yes
type=peer
username=account@mysipprovider
extensions.conf
An extension like the one below can be used for FWD, Nikotel, sipgate etc.
; Note that you must have a [sipprovider] section in sip.conf
;
;exten => _41X.,1,Dial(SIP/${EXTEN:2}@sipprovider,,r)
exten => _1.,2,Dial(SIP/account/${EXTEN})@xxx.xxxx.xxxx.xxxx,,r)