<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Dear all.</FONT></DIV>
<DIV> </DIV>
<DIV>I have what appears to be a configuration error but I cannot for the life
of me see what it is. (I am a newbie)</DIV>
<DIV>I have searched the wikki and google etc but still none the wiser. Any help
would be very gratefully received.</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Problem:</FONT></DIV>
<DIV>Unable to make outgoing calls via E1 euroISDN Digium TE110p card, given
congestion signal as per config, unable to open zap channel. All incoming calls
work well.</DIV>
<DIV> </DIV>
<DIV>Error Message:</DIV>
<DIV>[May 22 11:01:48] WARNING[9179]: channel.c:3024 ast_request: No channel
type registered for '(Zap'<BR>[May 22 11:01:48] WARNING[9179]: app_dial.c:1090
dial_exec_full: Unable to create channel of type '(Zap' (cause 66 - Channel not
implemented)</DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Configs:</FONT></DIV>
<DIV>[root@asterisk asterisk]# cat sip.conf<BR>[general]
<BR>bindport=5060<BR>bindaddr=0.0.0.0<BR>context=default<BR>disallow=all<BR>allow=gsm<BR>allow=ilbc<BR>allow=ulaw<BR>allow=alaw<BR>srvlookup=yes<BR>;<BR>[400]<BR>type=friend<BR>username=400<BR>host=dynamic<BR>secret=12345<BR>regexten=400<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=400<BR>;<BR>[401]<BR>type=friend<BR>username=401<BR>host=dynamic<BR>secret=12345<BR>regexten=401<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=401<BR>;<BR>[402]<BR>type=friend<BR>username=402<BR>host=dynamic<BR>secret=12345<BR>regexten=402<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=402<BR>;<BR>[410]<BR>type=friend<BR>username=410<BR>host=dynamic<BR>secret=12345<BR>regexten=410<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=410<BR>;<BR>[421]<BR>type=friend<BR>username=421<BR>host=dynamic<BR>secret=12345<BR>regexten=421<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=421<BR>;<BR>[450]<BR>type=friend<BR>username=450<BR>host=dynamic<BR>secret=12345<BR>regexten=450<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=450<BR>;<BR>[451]<BR>type=friend<BR>username=451<BR>host=dynamic<BR>secret=12345<BR>regexten=451<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=451<BR>;<BR>[452]<BR>type=friend<BR>username=452<BR>host=dynamic<BR>secret=12345<BR>regexten=452<BR>dtmfmode=rfc2833<BR>canreinvite=yes<BR>nat=no<BR>mailbox=452<BR>[root@asterisk
asterisk]# cat
extensions.conf<BR>[general]<BR>static=yes<BR>writeprotect=yes<BR>;<BR>[globals]<BR>OUTBOUND
= Zap/g1<BR>CUSTSERVE1 = SIP/401 ;Teresa<BR>CUSTSERVE2 = SIP/402 ;
Louise<BR>;CUSTSERVE3 = SIP/404 ; Helen<BR>QUAD1 = SIP/451 ; Matt<BR>QUAD2 =
SIP/452 ; Johan<BR>CUSTSERVE = CUSTSERVE1&CUSTSERVE1<BR>;<BR>FSEXT1 =
SIP/400 ; Angela<BR>;FSEXT2 = SIP/403 ; Nigel<BR>FSEXT3 = SIP/410 ;
Matt<BR>;<BR>;ELLIS = SIP/411<BR>;QUEENS = SIP/412<BR>;FSSHOPS =
ELLIS&QUEENS<BR>;<BR>QUAD = SIP/450<BR>;<BR>LONDONSOLE1 = SIP/421 ;
Zoe<BR>;LONDONSOLE2 = SIP/422 ; Laura<BR>;LONDONSOLE =
LONDONSOLE1&LONDONSOLE2<BR>;<BR>;PRESS1 = SIP/431 ; Lucy<BR>;Press2 =
SIP/432 ; Gemma<BR>;PRESSOFFICE =
PRESS1&PRESS2<BR>;<BR>[macro-oneline]<BR>exten =>
s,1,Dial(${ARG1},20,t)<BR>exten => s,2,Voicemail(u${MACRO_EXTEN})<BR>exten
=> s,3,Hangup<BR>exten => s,102,Voicemail(b${MACRO_EXTEN})<BR>exten =>
s,103,Hangup<BR>;<BR>[macro-oneline1]<BR>exten =>
s,1,Dial(${ARG1},20,t)<BR>exten => s,2,Voicemail(u${ARG2})<BR>exten =>
s,3,Hangup<BR>exten => s,102,Voicemail(b${ARG2})<BR>exten =>
s,103,Hangup<BR>;<BR>[default]<BR>;setupdial out<BR>include =>
from-pstn<BR>;<BR>;test dialplan<BR>exten =>
_9xxx,1,SayDigits(${EXTEN:1})<BR>;<BR>;setup the phone extensions<BR>exten =>
400,1,Macro(oneline,${FSEXT1})<BR>exten =>
401,1,Macro(oneline,${CUSTSERVE1})<BR>exten =>
402,1,Macro(oneline,${CUSTSERVE2})<BR>exten =>
410,1,Macro(oneline,${FSEXT3})<BR>exten =>
421,1,Macro(oneline,${LONDONSOLE1})<BR>exten =>
450,1,Macro(oneline,${QUAD})<BR>exten =>
451,1,Macro(oneline,${QUAD1})<BR>exten =>
452,1,Macro(oneline,${QUAD2})<BR>;<BR>exten =>
1000,1,Macro(oneline,${CUSTSERVE})<BR>;exten =>
2000,1,Macro(oneline,${FSSHOPS})<BR>;exten =>
3000,1,Macro(oneline,${PRESSOFFICE})</DIV>
<DIV> </DIV>
<DIV>;<BR>;setup the dial out via te110p<BR>;exten =>
_X.,1,SetCIDNum(888800)<BR>;<BR>;record new voice files<BR>Exten =>
501,1,Wait(2)<BR>Exten => 501,n,Record(/tmp/asterisk-recording:gsm)<BR>Exten
=> 501,n,Wait(2)<BR>Exten =>
501,n,Playback(/tmp/asterisk-recording)<BR>Exten => 501,n,wait(2)<BR>Exten
=> 501,n,Hangup<BR>;<BR>;goto voicemail<BR>exten=>*98,1,VoiceMailMain(<A
href="mailto:${CALLERIDNUM}@${CONTEXT">${CALLERIDNUM}@${CONTEXT</A>})<BR>;<BR>[from-pstn]<BR>;this
is linked to zapata.conf and defines where the ddi points<BR>exten =>
888800,1,Dial(SIP/401&SIP/402,15)<BR>exten =>
888800,2,Voicemail(1000)<BR>;<BR>exten =>
769611,1,Macro(oneline1,${FSEXT1})<BR>exten =>
769615,1,Macro(oneline1,${LONDONSOLE1})<BR>;exten =>
769616,1,Macro(oneline1,${LONDONSOLE2})<BR>exten =>
769636,1,Macro(oneline1,${FSEXT1},${401})<BR>;exten =>
769637,1,Macro(oneline1,${NIGEL})<BR>;<BR>exten =>
_9xxxxxxxxxxx,1,Dial,(${OUTBOUND}/${EXTEN:1})<BR>exten =>
_9xxxxxxxxxxx.,2,Congestion()<BR>exten =>
_9xxxxxxxxxxx,102,Congestion()<BR>;<BR>exten =>
999,1,Dial,(${OUTBOUND}/999)<BR>exten =>
9999,1,Dial,(${OUTBOUND}/999)<BR>;<BR>[root@asterisk asterisk]# more
zapata.conf<BR>[channels]<BR>language=en<BR>usecallerid=yes<BR>hidecallerid=no<BR>callwaiting=no<BR>callwaitingcallerid=yes<BR>restrictcid=no<BR>usecallingpres=no<BR>threewaycalling=yes<BR>callreturn=yes<BR>transfer=yes<BR>cancallforward=yes<BR>echocancelwhenbridged=yes<BR>echocancel=yes<BR>musiconhold=default<BR>rxgain=0.0<BR>txgain=0.0<BR>signalling=pri_cpe<BR>switchtype=euroisdn<BR>immediate=no<BR>overlapdial=yes<BR>pridialplan=unknown<BR>prilocaldialplan=unknown</DIV>
<DIV> </DIV>
<DIV>group=1<BR>context = from-pstn<BR>callerid=asreceived<BR>channel =>
1-8</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Specs:</FONT></DIV>
<DIV><FONT face=Arial size=2>New IBM hardware, Intel 4 350mhz 512gig
RAM<BR>Digium E1 Card TE110P<BR>Linux Fedcore4<BR>asterisk 1.4<BR>zaptel
1.4<BR>libpri 1.4</FONT></DIV></FONT></DIV></FONT></DIV></BODY></HTML>