Page 1 of 1

Channel type not implemented HELP!!!

PostPosted: Thu Mar 01, 2012 12:19 am
by halix2000
I am having some issues with my carrier, I believe.

I am using the most recent release of GODIALNOW (2.1)

I have my carrier set up as follows:
Carrier ID: Exeletel


[exeletel]
disallow=all
allow=g729
allow=gsm
allow=ulaw
type=friend
username=5XXXX0
secret=FXXXXMktng
host=sip1.XXXX.XXX
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very


Dialplan:

exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(EXELETEL/${EXTEN:1}@exeletel,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

When I dial a lead I get an error message that says
Error 66 Channel type not implemented.

I have opend ports 5060 TCP/UDP and 10000-2000 UDP

P.S. This is a new install, therefore not related to my previous post in the regular support section.

channel type

PostPosted: Thu Mar 01, 2012 5:08 am
by striker
exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(EXELETEL/${EXTEN:1}@exeletel,,tTo)
exten => _91XXXXXXXXXX,3,Hangup


change this to u forget SIP

exten => _91XXXXXXXXXX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@exeletel,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

PostPosted: Thu Mar 01, 2012 12:31 pm
by halix2000
Okay I changed that. Now I am getting another error:
error code 20 Subscriber absent

cli results

PostPosted: Thu Mar 01, 2012 11:21 pm
by striker
post your cli for a single full call