I cannot phone From Inside to outside

Hello

People can help me?

I have asterisk 1.4.0 with TDM01B card and IAX2

When i phone in internal : no problems it’s working (phoning).

Now I try to phone from inside to outside. I receice the error message in CLI Console:

channel.c:2918 ast_request: no channel type registered ''
app_dial.c:1881 dial_exec_full:unable to create channel of type ‘’
(cause 66-channel not inplemented).

I type:
madprobe zaptel then modprobe wctdm then ztcfg -vv:

zaptel version 1.4.0
echo canceller:MG2

map channel:
channel 04 : FXS Kewlstart (Default) (Slaves;04)
1 channels configured

zaptel.conf

fxsks=4
loadzone= fr
defaultzone=fr

Zapata.conf
channels]
language=fr
signalling=fxs_ks
context=incoming
switchtype=national
rxwink=300
usecallerid=yes
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancelwhenbridged=yes
echotraining=yes
echocancel=yes
rxgain=0.0
txgain=0.0

group=1
allgroup=1
pickupgroup=1
immediate=no
busydetect=yes
busycount=4
ringtimeout=8000
echocancel=yes
channel => 4

; IAX.conf

[general]
bindport=4569
bindaddr=0.0.0.0
language=fr
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
echocancel=yes
autokill=yes
tos=lowdelay
[guest]
type=user
context=incoming
callerid="Appel externe"
allow=all
host=dynamic

[elodie1]
type=friend
context=internal
callerid="elodie1"101
username=elodie1
secret=tsrite
host=dynamic

[francois]
type=friend
context=internal
callerid="francois"102
username=francois
secret=tsrite
host=dynamic

;Extensions.conf
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no

[globals]
CONSOLE=console/dsp

[internal]
exten => 101,1,Dial(IAX2/elodie1)
exten => 102,1,Dial(IAX2/francois)

[incoming]
exten => s,1,Answer()
exten => 102,1,Dial(IAX2/francois)
exten => s,3,Hangup()

[outgoing]
exten => _0X.,1,Dial(XXXXXXXXXX)
exten => _0X.,2,Congestion()
exten => _0X.,101,Congestion()
exten => _0X.,102,Congestion()

Your dial out should look more like this:

exten => _0X.,1,Dial(ZAP/g1/${EXTEN})