Page 1 of 1

Unable to create channel of type SIP

PostPosted: Tue Jan 12, 2016 8:52 pm
by benrie098
Hello everyone, I hope you could help me. I setup vicibox for the first time. I can call local extensions but can't make outbound calls. I don't know what's wrong in my setup. thanks a lot. here's my sip settings, dial plan and cli output.
[Switch2Voip]
Peer Detail
username=XXXXXXXX
type=peer
secret=XXXXXX
progressinband=never
port=5060
nat=auto
insecure=very
ignoresdpversion=yes
host=sipusa.switch2voip.us
dtmfmode=rfc2833
context=Switch2Voip
canreinvite=no
allow=g729&g711

User Detail
username=XXXXXX
user=+612964875100
type=user
port=5060
canreinvite=no
allow=g729&ulaw&alaw

dial plan:
exten => _8011.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _8011.,2,Dial(SIP/${EXTEN:1}@Switch2Voip,55,)
exten => _8011.,3,Hangup
Image

Re: Unable to create channel of type SIP

PostPosted: Wed Jan 13, 2016 5:47 am
by rrb555
check if your carrier setting is registered

under asterisk
Code: Select all
sip show peers


dial plan should be

dial plan:
exten => _8011X.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _8011X.,2,Dial(SIP/${EXTEN:1}@Switch2Voip,55,)
exten => _8011X.,3,Hangup

Re: Unable to create channel of type SIP

PostPosted: Thu Jan 14, 2016 9:58 am
by benrie098
I was frustrated so i installed goautodial 3.0. It's working now. I'll try your suggestion on my other vicidial server. Thank you so much for the support.