thanks nocinfospan,
this is my sip.conf
[general]
port = 5060
bindaddr = 0.0.0.0
context = default
register => username:password@sip.Voip
[SIPtrunk]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=username
secret=password
host=sip.VoipCheap.com
dtmfmode=inband
qualify=1000
and in my extension.conf i have no idea where to paste your code. Do i just pick an open spot and paste? an example user in my sip.conf is:
[cc100]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=cc100
secret=test
host=dynamic
dtmfmode=inband
qualify=1000
mailbox=100
it connects to the asterisk server fine, but i can't get it to make a phone call. Everytime i call, it says call failed.
Thanks in advance.
Main Topics
Browse All Topics





by: nocinfospanPosted on 2009-03-12 at 12:31:06ID: 23872522
setting in sip.conf
sername ser sword ser domain
XTEN}) voip-provi der,55,o,r )
[voip-provider]
type=friend
host=yourvoipprovider.com
username=yourvoipprovideru
authuser=yourvoipprovideru
secret=yourvoipproviderpas
fromuser=yourvoipprovideru
fromdomain=youvoipprovider
insecure=very
disallow=all
allow=g723
allow=g729
allow=ulaw
allow=alaw
allow=gsm
relaxdtmf=no
dtmfmode=auto
canreinvite=no
qualify=yes
the above setting may be change accordingly.
in extension.conf
exten => _9.,1,AGI(call_log.agi,${E
exten => _9.,2,Dial(SIP/${EXTEN:1}@
exten => _9.,3,Hangup
The above setting is not for VICIDIALNOW. i dont know which version of vicidial you are using but the above will give you some know how that how you create a sip trunk for dialing out.