i have installed vicibox server ViciBox_Redux.i686-2.0.2
asterisk version 1.4.27.1-vici
no sangoma/digium hardware
no other software installed
i receive an error message on the agent's side: "no one is in your session:8600051"
i have an account on spikko as my sip provider they use port 5090
on carrier setup i wrote the following:
registration string: register => myspikkouser:myspikkopass@sip.spikko.com:5090
template ID: sip_generic
account entry:
[spikko]
disallow=all
allow=ulaw
allow=alaw
type=friend
username=myspikkouser
secret=myspikkopass
host=sip.spikko.com
dtmfmode=rfc2833
context=trunkinbound
i call from and to Israel so i wrote this dialplan entry:
exten => _9972NXXNXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _9972NXXNXXXXXX,2,Dial(myspikkouser:myspikkopass@sip.spikko.com:5090/${EXTEN:1},,tTo)
exten => _9972NXXNXXXXXX,3,Hangup
server ip: myserverip
active: Y
what am i missing? Thanks