<!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">
Thanks,<br>
<br>
I have studied the zaptel.c sufficiently to get a brief understanding
of how it works. But, I have a TE110P board which have a FALC56
on-board and what I am a bit curious about is how much of the Falc that
is exposed to the PCI and how much is hidden behind a generic
interface. The last challenge is obviously to understand the
limitations here.<br>
<br>
I assume they only use the Falc-HDLC whick leaves me with only 1 link
per E1/T1. This is ok for a majority of links, but I also need an
option to add a few more when needed. Do you know if there exist any
other HDLC resource or codec in C etc?<br>
<br>
Jan<br>
<br>
Jerris, Michael MI wrote:
<blockquote
 cite="midD926E3D38080C34A9349F45ED76B39F404E604@miex03.bfsc.local"
 type="cite">
  <blockquote type="cite">
    <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:janvb@caselaboratories.com">janvb@caselaboratories.com</a>

I have been looking all over the net for a hardware manual 
describing the registers and interface on the Digium boards. 
Do anyone know if such an description exist?

I am porting down mtp2 so I need to mech the drivers first.

    </pre>
  </blockquote>
  <pre wrap=""><!---->
To my understanding of zaptel, the HDLC is passed all the way up out of
zaptel, so you should need little or no modifications at that level.
The place you will need to look at is in chan_zap and how it integrates
with libpri as you would essentially be replacing that.

Mike

_______________________________________________
Asterisk-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Asterisk-Dev@lists.digium.com">Asterisk-Dev@lists.digium.com</a>
<a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-dev">http://lists.digium.com/mailman/listinfo/asterisk-dev</a>



  </pre>
</blockquote>
<br>
</body>
</html>