<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Oguzhan Kayhan schreef:
<blockquote
 cite="mid:34361.139.179.14.250.1235630485.squirrel@webmail.bilkent.edu.tr"
 type="cite">
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Oguzhan Kayhan wrote:
      </pre>
      <blockquote type="cite">
        <pre wrap="">I want to change it to E1 instead of T1.
here comes the problem.

        </pre>
      </blockquote>
      <pre wrap="">If it's anything like the older cards, there is a jumper on the card
that sets it to T1/E1

Doug

      </pre>
    </blockquote>
    <pre wrap="">Yes,
I just noticed the jumper on the card.
Thanks a lot.


    </pre>
  </blockquote>
  <pre wrap=""><!---->Yes i changed the jumper to enable  E1.
dahdi_scan shows the following
[1]
active=yes
alarms=UNCONFIGURED
description=Wildcard TE121 Card 0
name=WCT1/0
manufacturer=Digium
devicetype=Wildcard TE121 with VPMADT032
location=PCI Bus 04 Slot 09
basechan=1
totchans=31
irq=17
type=digital-E1
syncsrc=0
lbo=0 db (CSU)/0-133 feet (DSX-1)
coding_opts=HDB3
framing_opts=CCS,CRC4
coding=
framing=

But when i try to run dahdi_genconf i got the following error.

31 channels in a T1 span at /usr/local/share/perl/5.10.0/Dahdi/Span.pm
line 244.

  </pre>
</blockquote>
<br>
<blockquote
 cite="mid:34361.139.179.14.250.1235630485.squirrel@webmail.bilkent.edu.tr"
 type="cite">
  <pre wrap="">dahdi_hardware
31 channels in a T1 span at /usr/local/share/perl/5.10.0/Dahdi/Span.pm
line 244.

  </pre>
</blockquote>
There is a bug in the perl module. I had the same problem. It trips
over the following part "<b>WCT1/0</b>" in "<b>WCT1/0</b> "Wildcard
TE121 Card 0" (MASTER) HDB3/CCS". It finds the text T1 in there and
expects it to be a T1 jumpered card in stead of an E1 jumpered card and
it tries to create a T1 system.conf file. I still need to make a bug
report about this.<br>
<br>
Your card is probably working allright. Create the right system.conf
file in /etc/dahdi/<br>
Mine has (E1 for Dutch KPN ISDN15/20/30) and the following lines:<br>
<i># Span 1: WCT1/0 "Wildcard TE121 Card 0" (MASTER) HDB3/CCS/CRC4
RECOVERING<br>
span=1,1,0,ccs,hdb3<br>
# termtype: te<br>
bchan=1-15,17-31<br>
dchan=16<br>
echocanceller=mg2,1-15,17-31<br>
</i><br>
Probably you have to enter ",CRC4" at the end of the span line.
(span=1,1,0,ccs,hdb3,crc4)<br>
When you edited the file do a:<br>
# dahdi_cfg -vvvv<br>
DAHDI Tools Version - 2.1.0.2<br>
<br>
DAHDI Version: 2.1.0.4<br>
Echo Canceller(s): MG2<br>
Configuration<br>
======================<br>
<br>
SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1)<br>
<br>
Channel map:<br>
<br>
Channel 01: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 01)<br>
Channel 02: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 02)<br>
&lt;SNIP&gt;<br>
Channel 15: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 15)<br>
Channel 16: D-channel (Default) (Slaves: 16)<br>
Channel 17: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 17)<br>
&lt;SNIP&gt;<br>
Channel 31: Clear channel (Default) (Echo Canceler: mg2) (Slaves: 31)<br>
<br>
31 channels to configure.<br>
<br>
Setting echocan for channel 1 to mg2<br>
&lt;SNIP&gt;<br>
<br>
And followed by:<br>
#cat /proc/dahdi/1<br>
Span 1: WCT1/0 "Wildcard TE121 Card 0" (MASTER) HDB3/CCS <br>
&nbsp;&nbsp;&nbsp; IRQ misses: 1<br>
<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 1 WCT1/0/1 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 2 WCT1/0/2 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 3 WCT1/0/3 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 4 WCT1/0/4 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 5 WCT1/0/5 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 6 WCT1/0/6 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 7 WCT1/0/7 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 8 WCT1/0/8 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 9 WCT1/0/9 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 10 WCT1/0/10 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 11 WCT1/0/11 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 12 WCT1/0/12 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 13 WCT1/0/13 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 14 WCT1/0/14 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 15 WCT1/0/15 Clear (In use)&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 16 WCT1/0/16 HDLCFCS (In use) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 17 WCT1/0/17 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 18 WCT1/0/18 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 19 WCT1/0/19 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 20 WCT1/0/20 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 21 WCT1/0/21 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 22 WCT1/0/22 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 23 WCT1/0/23 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 24 WCT1/0/24 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 25 WT1/0/25 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 26 WCT1/0/26 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 27 WCT1/0/27 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 28 WCT1/0/28 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 29 WCT1/0/29 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 30 WCT1/0/30 Clear&nbsp; (EC: MG2) <br>
&nbsp;&nbsp;&nbsp; &nbsp; 31 WCT1/0/31 Clear&nbsp; (EC: MG2) <br>
<br>
I have a ISDN15 connected to it so only 15 lines are in use. If you see
something like YELLOW or RED or BLUE in the previous something is wrong
with your line. I had this first but this was because I had the CRC4
option added to my system.conf file. Your syslog log file
/var/log/messages wil tell also if you have an alarm. <br>
<br>
Regards, Michel.<br>
<blockquote
 cite="mid:34361.139.179.14.250.1235630485.squirrel@webmail.bilkent.edu.tr"
 type="cite">
  <pre wrap="">
  </pre>
</blockquote>
<blockquote
 cite="mid:34361.139.179.14.250.1235630485.squirrel@webmail.bilkent.edu.tr"
 type="cite">
  <pre wrap="">
What should i do about it?


  </pre>
  <blockquote type="cite">
    <pre wrap="">
    </pre>
    <blockquote type="cite">
      <pre wrap="">--

Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little
Temporary
Safety, deserve neither Liberty nor Safety."


_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>

      </pre>
    </blockquote>
    <pre wrap="">

_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->


_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>