<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>Need help connecting Alcatel 4400 PBX to Asterisk</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Hi there<BR>
<BR>
I have a TE110P card fitted in my linux box running :<BR>
Linux version 2.6.9-5.ELsmp (bhcompile@decompose.build.redhat.com) (gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)) #1 SMP Wed Jan 5 19:30:39 EST 2005<BR>
<BR>
I followed the installation steps on digium website...no errors reported.<BR>
The modules seem to have loaded...here's what lsmod shows:<BR>
Module&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Size&nbsp; Used by<BR>
wcte11xp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30496&nbsp; 31<BR>
zaptel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 196740&nbsp; 67 wcte11xp<BR>
<BR>
still the light on my card is off....does that mean the card has not initialised properly?<BR>
<BR>
On loading Asterisk, I do not get any errors, but I do see these warnings:<BR>
Parsing '/etc/asterisk/zapata.conf': Found<BR>
Nov&nbsp; 1 11:57:21 WARNING[3454]: chan_zap.c:10874 setup_zap: Ignoring switchtype<BR>
Nov&nbsp; 1 11:57:21 WARNING[3454]: chan_zap.c:10874 setup_zap: Ignoring signalling<BR>
<BR>
on running asterisk -cvvv . I do see Aterisk Ready at the end ...then What do these warnings mean?<BR>
<BR>
Also, I DO NOT get these lines on asterisk startup:-<BR>
channel 0/1 successfully restarted on span 1<BR>
&nbsp;&nbsp;&nbsp; -- B-channel 0/2 successfully restarted on span 1<BR>
&nbsp;&nbsp;&nbsp; -- B-channel 0/3 successfully restarted on span 1<BR>
&nbsp;&nbsp;&nbsp; -- B-channel 0/4 successfully restarted on span 1<BR>
&nbsp;&nbsp;&nbsp; -- B-channel 0/5 successfully restarted on span 1<BR>
&nbsp;&nbsp;&nbsp; -- B-channel 0/6 successfully restarted on span 1<BR>
<BR>
does that mean my channels are not available?<BR>
<BR>
*CLI&gt; zap show status<BR>
Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Alarms&nbsp;&nbsp;&nbsp;&nbsp; IRQ&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bpviol&nbsp;&nbsp;&nbsp;&nbsp; CRC4<BR>
Digium Wildcard TE110P T1/E1 Card 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<BR>
<BR>
*CLI&gt; pri show span 1<BR>
Primary D-channel: 16<BR>
Status: Provisioned, Down, Active<BR>
Switchtype: EuroISDN<BR>
Type: CPE<BR>
Window Length: 0/7<BR>
Sentrej: 0<BR>
SolicitFbit: 0<BR>
Retrans: 0<BR>
Busy: 0<BR>
Overlap Dial: 0<BR>
T200 Timer: 1000<BR>
T203 Timer: 10000<BR>
T305 Timer: 30000<BR>
T308 Timer: 4000<BR>
T313 Timer: 4000<BR>
N200 Counter: 3<BR>
<BR>
---------------------------<BR>
here's my extensions.conf:<BR>
[general]<BR>
static=yes<BR>
writeprotect=no<BR>
<BR>
autofallthrough=yes<BR>
<BR>
[sip]<BR>
exten =&gt; 9820,1,Dial(SIP/iyer)<BR>
exten =&gt; 9821,1,Dial(SIP/shweta)<BR>
exten =&gt; 9810,1,Dial(SIP/shashi)<BR>
exten =&gt; 9851,1,Dial(Zap/g1/851,20)<BR>
[incoming]<BR>
exten =&gt; s,1,Answer()<BR>
exten =&gt; s,2,Playback(hello-world)<BR>
exten =&gt; s,3,Hangup()<BR>
exten =&gt; 9821,1,Dial(SIP/shashi)<BR>
exten =&gt; 9851,n,Dial(Zap/g1/851)<BR>
---------------------------<BR>
<BR>
here's zapata.conf<BR>
[trunkgroups]<BR>
trunkgroup =&gt; 1,16<BR>
spanmap =&gt;1,1,1<BR>
<BR>
[channels]<BR>
switchtype=euroisdn<BR>
signalling=pri_cpe<BR>
context=incoming<BR>
language=uk<BR>
group=1<BR>
callgroup=1<BR>
pickupgroup=1<BR>
echocancel=yes<BR>
immediate=no<BR>
channel =&gt; 1-15,17-31<BR>
<BR>
<BR>
usecallerid=yes<BR>
hidecallerid=no<BR>
callwaiting=yes<BR>
usecallingpres=yes<BR>
callwaitingcallerid=yes<BR>
threewaycalling=yes<BR>
transfer=yes<BR>
canpark=yes<BR>
cancallforward=yes<BR>
callreturn=yes<BR>
echocancelwhenbridged=yes<BR>
<BR>
musiconhold=default<BR>
-------------------------------<BR>
<BR>
here's zaptel.conf:<BR>
<BR>
span=1,1,0,ccs,hdb3,crc4<BR>
bchan=1-15,17-31<BR>
dchan=16<BR>
<BR>
loadzone = us<BR>
defaultzone=us<BR>
<BR>
<BR>
---------------------------<BR>
<BR>
Now the problem<BR>
<BR>
I can call and talk SIP to SIP...here's what I see on asterisk CLI<BR>
<BR>
-- Executing Dial(&quot;SIP/iyer-09326480&quot;, &quot;SIP/shweta&quot;) in new stack<BR>
&nbsp;&nbsp;&nbsp; -- Called shweta<BR>
&nbsp;&nbsp;&nbsp; -- SIP/shweta-0932b9c0 is ringing<BR>
<BR>
But when I call zap extension, here's what I get:<BR>
&nbsp;Executing Dial(&quot;SIP/iyer-09326480&quot;, &quot;Zap/g1/851|20&quot;) in new stack<BR>
Nov&nbsp; 1 12:07:55 NOTICE[3513]: app_dial.c:1056 dial_exec_full: Unable to create channel of type 'Zap' (cause 34 - Circuit/channel congestion)<BR>
&nbsp; == Everyone is busy/congested at this time (1:0/1/0)<BR>
&nbsp; == Auto fallthrough, channel 'SIP/iyer-09326480' status is 'CONGESTION'<BR>
<BR>
I have connected the PBX to digium card with the specified cable and done the settings in PBX specified at:<BR>
<A HREF="http://www.voip-info.org/wiki/view/Alcatel+4400+via+PRI">http://www.voip-info.org/wiki/view/Alcatel+4400+via+PRI</A><BR>
<BR>
What am I doing wrong?<BR>
<BR>
I'd like to mention that on the Alcatel PX rack on the PRA2 card, the NO-SIGNAL (NOS) light comes on when I shut down my linux box but it's off when I load zaptel....doesn't that mean that PBX is able to sync to my asterisk server?<BR>
<BR>
Any help would be greatly appreciated.<BR>
<BR>
Thanks in advance....<BR>
<BR>
Kind Regards<BR>
Shweta<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>