<!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">
Hello All,<br>
<br>
&nbsp;&nbsp;&nbsp; Whether CRC4 or NCRC4 is used should have NOTHING to do with a
layer 2 or higher (OSI model) protocols...if it does then there is
serious problem, please let us know.<br>
<br>
&nbsp;&nbsp;&nbsp; You should look at all your communication problems with the OSI
model in mind....start at the lowest layer and work your way up
confirming that each layer has a proper, error free connection.<br>
<br>
&nbsp;&nbsp;&nbsp; For an SS7 connection layer 1 is the E1/T1 connection which is
controlled by the interface card....in this case an A108 card by the
looks of it.&nbsp; <br>
<br>
&nbsp;&nbsp;&nbsp; Start the port up using "wanrouter start wanpipeX" where X is
wanpipe number which on a single card system should be the port number.<br>
<br>
&nbsp;&nbsp;&nbsp; Give it a second to stabilize and then run "wanpipemon -i wXg1 -c
Ta"...this command will report the T1/E1 line framer alarms, LIU
alarms, errors counters, and signal strength.<br>
<br>
&nbsp;&nbsp;&nbsp; Are any alarms on ? No...then run "tail -f /var/log/messages" and
confirm that they are bouncing on and off.&nbsp; If there are alarms
reported then you need to resolve them now before moving on to the next
layer.<br>
<br>
&nbsp;&nbsp;&nbsp; With E1's the most common alarm you will see is the OOF alarm being
on in the framer alarms right from the start...this means the incoming
bit stream does not decode as it should most likely because you are
using the wrong line framing.&nbsp; If you see these alarms coming on after
the line has been running fine for a while you have a noise or error
problem...telco support is vital to finding the problem in this case.<br>
<br>
&nbsp;&nbsp;&nbsp; Now...once layer 1 is up and running consistently move on the next
layer...MTP2.&nbsp; MTP2 does it's own HDLC framing so you should never have
hardware HDLC framing set on in the hardware....and here is the first
problem with this install.&nbsp; TDMV_DCHAN tells our hardware to perform
HDLC framing on the specified channel...in this case it is set to 16.&nbsp;
Set this option to TDMV_DHCAN=0 so that the hardware is doing straight
pass-through of all layer 2 traffic on all channels.<br>
<br>
&nbsp;&nbsp;&nbsp; The second problem I saw....and a big give away is when you do a
MTP2 trace and say " but there wasn't any output"....this would mean
that there is no data coming to the MTP2 part of the SS7 stack.&nbsp; Now
since there are so many installs of chan_ss7 that work just fine don't
start questioning the stack.&nbsp; If you have a physical layer that is in a
connected state but are seeing no data then the data is being
intercepted along the way.&nbsp; In this case the problem is most likely
because you are running an echo canceler on an HDLC channel.<br>
<br>
&nbsp;&nbsp;&nbsp; An echo canceler works by recording a certain constant amount of
outgoing data (the "tail" length) and listening for identical data on
the incoming data.&nbsp; If there is a match the data is dropped out of the
incoming stream.&nbsp; In a normal audio stream this only happens when the
incoming data is an echo of the outgoing.&nbsp; In data (aka HDLC streams)
there is a good chance that within the tail there is a repeat of data
causing the echo canceler to drop the data.&nbsp; So the echo canceler needs
to be turned off on the signalling channel.<br>
<br>
&nbsp;&nbsp;&nbsp; The easiest way to turn off a signalling channel is to use the
"wan_ec_client" application in our drivers which can be used to talk
directly to the HWEC.&nbsp; After the startup of the card but before
starting the MTP2 stack you should run "wan_ec_client wanpipeX bd Y"
where X is the port number and Y is the channel number.&nbsp; To do this
automatically add this command to the file /etc/wanpipe/scripts/start
... this script is run after our drivers start and is normally used to
run "ztcfg" automatically.<br>
<br>
&nbsp;&nbsp;&nbsp; Give this a try and let the list know if you continue to have
problems.<br>
<div class="moz-signature">
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="ProgId" content="Word.Document">
<meta name="Generator" content="Microsoft Word 12">
<meta name="Originator" content="Microsoft Word 12">
<link rel="File-List"
 href="Konrad%27s%20Email%20Signature_files/filelist.xml">
<title>Konrad Hammel, B</title>
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>konrad</o:Author>
  <o:Template>Normal</o:Template>
  <o:LastAuthor>Valued Acer Customer</o:LastAuthor>
  <o:Revision>43</o:Revision>
  <o:TotalTime>112</o:TotalTime>
  <o:Created>2007-08-13T15:18:00Z</o:Created>
  <o:LastSaved>2009-05-26T20:58:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Words>90</o:Words>
  <o:Characters>513</o:Characters>
  <o:Company>Sangoma</o:Company>
  <o:Lines>4</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>602</o:CharactersWithSpaces>
  <o:Version>12.00</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
<link rel="themeData"
 href="Konrad%27s%20Email%20Signature_files/themedata.thmx">
<link rel="colorSchemeMapping"
 href="Konrad%27s%20Email%20Signature_files/colorschememapping.xml">
<!--[if gte mso 9]><xml>
 <w:WordDocument>
  <w:Zoom>150</w:Zoom>
  <w:SpellingState>Clean</w:SpellingState>
  <w:GrammarState>Clean</w:GrammarState>
  <w:TrackMoves>false</w:TrackMoves>
  <w:TrackFormatting/>
  <w:PunctuationKerning/>
  <w:ValidateAgainstSchemas/>
  <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
  <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
  <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
  <w:DoNotPromoteQF/>
  <w:LidThemeOther>EN-US</w:LidThemeOther>
  <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
  <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
  <w:Compatibility>
   <w:BreakWrappedTables/>
   <w:SnapToGridInCell/>
   <w:WrapTextWithPunct/>
   <w:UseAsianBreakRules/>
   <w:DontGrowAutofit/>
   <w:SplitPgBreakAndParaMark/>
   <w:DontVertAlignCellWithSp/>
   <w:DontBreakConstrainedForcedTables/>
   <w:DontVertAlignInTxbx/>
   <w:Word11KerningPairs/>
   <w:CachedColBalance/>
  </w:Compatibility>
  <w:BrowserLevel>MicrosoftInt
ernetExplorer4</w:BrowserLevel>
  <m:mathPr>
   <m:mathFont m:val="Cambria Math"/>
   <m:brkBin m:val="before"/>
   <m:brkBinSub m:val="&#45;-"/>
   <m:smallFrac m:val="off"/>
   <m:dispDef/>
   <m:lMargin m:val="0"/>
   <m:rMargin m:val="0"/>
   <m:defJc m:val="centerGroup"/>
   <m:wrapIndent m:val="1440"/>
   <m:intLim m:val="subSup"/>
   <m:naryLim m:val="undOvr"/>
  </m:mathPr></w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"
  DefSemiHidden="false" DefQFormat="false" LatentStyleCount="267">
  <w:LsdException Locked="false" QFormat="true" Name="Normal"/>
  <w:LsdException Locked="false" QFormat="true" Name="heading 1"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 2"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 3"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhen
Used="true"
   QFormat="true" Name="heading 4"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 5"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 6"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 7"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 8"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="heading 9"/>
  <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"
   QFormat="true" Name="caption"/>
  <w:LsdException Locked="false" QFormat="true" Name="Title"/>
  <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
  <w:LsdException Locked="false" QFormat="true" Name="Subtitle"/>
  <w:LsdException Locked="false" QFormat="true" Name="Strong"/>
  <w:LsdExce
ption Locked="false" QFormat="true" Name="Emphasis"/>
  <w:LsdException Locked="false" Priority="99" Name="No List"/>
  <w:LsdException Locked="false" Priority="99" SemiHidden="true"
   Name="Placeholder Text"/>
  <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"
/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="99" SemiHidden="true" Name="Revision"/>
  <w:LsdException Locked="false" Priority="34" QFormat="true"
   Name="List Paragraph"/>
  <w:LsdException Locked="false" Priority="29" QFormat="true" 
Name="Quote"/>
  <w:LsdException Locked="false" Priority="30" QFormat="true"
   Name="Intense Quote"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>
  <w:LsdException Locked=
"false" Priority="63" Name="Medium Shading 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="61" Name="Light Lis
t Accent 3"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>
  <w:LsdException Locked="
false" Priority="60" Name="Light Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Ac
cent 4"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>
  <w:LsdException Locked="false" Pri
ority="71" Name="Colorful Shading Accent 5"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>
  <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>
  <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>
  <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>
  <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6
"/>
  <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>
  <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>
  <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>
  <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>
  <w:LsdException Locked="false" Priority="19" QFormat="true"
   Name="Subtle Emphasis"/>
  <w:LsdException Locked="false" Priority="21" QFormat="true"
   Name="Intense Emphasis"/>
  <w:LsdException Locked="false" Priority="31" QFormat="true"
   Name="Subtle Reference"/>
  <w:LsdException Locked="false" Priority="32" QFormat="true"
   Name="Intense Reference"/>
  <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>
  <w:LsdException Locked="false" Priority="37" SemiHidden="true"
   UnhideWhenUsed="true" Name="Bibliography"/>
  <w:LsdException Locked="false" Priority="39" SemiHidden="true"
   UnhideWhenUsed="true" QFormat="true" Name="TO
C Heading"/>
 </w:LatentStyles>
</xml><![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:1;
        mso-generic-font-family:roman;
        mso-font-format:other;
        mso-font-pitch:variable;
        mso-font-signature:0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {mso-style-unhide:no;
        color:blue;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-unhide:no;
        color:purple;
        text-decoration:underline;
        text-underline:single;}
span.GramE
        {mso-style-name:"";
        mso-gram-e:yes;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        font-size:10.0pt;
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 10]>
<style>
 /* Style Definitions */
 table.MsoNormalTable
        {mso-style-name:"Table Normal";
        mso-tstyle-rowband-size:0;
        mso-tstyle-colband-size:0;
        mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-qformat:yes;
        mso-style-parent:"";
        mso-padding-alt:0in 5.4pt 0in 5.4pt;
        mso-para-margin:0in;
        mso-para-margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Times New Roman","serif";}
</style>
<![endif]--><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="14338"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1"/>
 </o:shapelayout></xml><![endif]-->
<div class="Section1">
<p class="MsoNormal"><strong><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);">Thank-you,</span></strong><b><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);"><br
 style="">
<!--[if !supportLineBreakNewLine]--><br style="">
<!--[endif]--><strong><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><o:p></o:p></span></strong></span></b></p>
<p class="MsoNormal"><span class="GramE"><strong><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);">Konrad
Hammel, </span></strong><strong><span
 style="font-size: 7.5pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);">B.ENG,
</span></strong><strong><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);">Software
Engineer/Field
Applications Engineer</span></strong><b><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);"><br>
</span></b><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);">Sangoma
Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3
Canada<br>
</span><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);">t.
1 905 474 1990 x&nbsp;118 | e. <a href="mailto:konrad@sangoma.com"><span
 style="color: rgb(79, 129, 189);">konrad@sangoma.com</span></a><u> <br>
</u><a href="http://www.sangoma.com/"><span
 style="color: rgb(79, 129, 189); text-decoration: none;">www.sangoma.com</span></a>
| <a href="http://wiki.sangoma.com/"><span
 style="color: rgb(79, 129, 189); text-decoration: none;">wiki.sangoma.com</span></a></span><span
 style="color: rgb(79, 129, 189);"><br>
</span><b><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);"><br>
<strong><span style="font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Lifetime
Warranty.</span></strong></span></b></span><strong><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(79, 129, 189);">&nbsp;Because
it must work!</span></strong><span style="color: rgb(79, 129, 189);"><a
 href="http://www.tmcnet.com/voip/conference/" target="_blank"><span
 style="color: rgb(79, 129, 189); text-decoration: none;"><span style=""></span><span
 style=""></span><span style=""></span></span></a><span
 class="MsoHyperlink"><span
 style="color: rgb(79, 129, 189); text-decoration: none;"><o:p></o:p></span></span></span></p>
</div>
</div>
<br>
<br>
Lakshmi Narasimhan .R wrote:
<blockquote
 cite="mid:5cdcf6e80907070555g2a928ef5uad4f5c0ac1b44d88@mail.gmail.com"
 type="cite">
  <pre wrap="">Wanpipe with crc4 enabled is known to cause problem with chan_ss7
signalling no matter what you are trying, so first change the below
setting

FE_FRAME        = CRC4

to

FE_FRAME        = NCRC4

this will help in finding the actual problem, you might get hints of
the problem in logs.

2009/7/6 chamo <a class="moz-txt-link-rfc2396E" href="mailto:chamo4@darksun.sk">&lt;chamo4@darksun.sk&gt;</a>:
  </pre>
  <blockquote type="cite">
    <pre wrap="">hi

i have problems with chan_ss7 to work with EWSD .
i have tried many configuration with and without crc4, with different
clock sources
without success, i always get NOT_ALIGNED message

i have also tried ss7 dump, but there wasn't any output

many thanks for any help, and sorry for my english ;)

############status
dmesg

ADDRCONF(NETDEV_CHANGE): w1g1: link becomes ready
wanpipe1: Global TDM Ring Resync
wanpipe1: Card TDM Rsync Rx=0 Tx=2
wanpipe1: RAI alarm is OFF
wanpipe1: OOF alarm is OFF
mtrr: type mismatch for f9000000,800000 old: write-back new: write-combining


voicegw*CLI&gt; ss7 link status
linkset siuc, link l1, schannel 1, sls 0, NOT_ALIGNED, rx: 0, tx: 4/4,
sentseq/lastack: 127/127, total &nbsp; 4754816, &nbsp; 4754912v

i am also getting this message

WARNING[4390]: mtp.c:513 t2_timeout: MTP2 timer T2 timeout (failed to
receive 'O', 'N', or 'E' after sending 'O'), initial alignment failed on
link 'l1'.



here are my configs

#dahdi system.conf
#autogenerated by /usr/sbin/wancfg_dahdi do not hand edit
#autogenrated on 2009-06-03
#Dahdi Channels Configurations
#For detailed Dahdi options, view /etc/dahdi/system.conf.bak
loadzone=us
defaultzone=us

#Sangoma A108 port 1 [slot:4 bus:3 span:1] &lt;wanpipe1&gt;
span=1,1,0,ccs,hdb3,crc4
#span=1,0,0,ccs,hdb3
bchan=1-31

wanpipe1.conf
#================================================
# WANPIPE1 Configuration File
#================================================
#
# Date: Wed Dec &nbsp;6 20:29:03 UTC 2006
#
# Note: This file was generated automatically
# &nbsp; &nbsp; &nbsp; by /usr/local/sbin/setup-sangoma program.
#
# &nbsp; &nbsp; &nbsp; If you want to edit this file, it is
# &nbsp; &nbsp; &nbsp; recommended that you use wancfg program
# &nbsp; &nbsp; &nbsp; to do so.
#================================================
# Sangoma Technologies Inc.
#================================================

[devices]
wanpipe1 = WAN_AFT_TE1, Comment

[interfaces]
w1g1 = wanpipe1, , TDM_VOICE, Comment

[wanpipe1]
CARD_TYPE &nbsp; &nbsp; &nbsp; = AFT
S514CPU &nbsp; &nbsp; &nbsp; &nbsp; = A
CommPort &nbsp; &nbsp; &nbsp; &nbsp;= PRI
AUTO_PCISLOT &nbsp; &nbsp;= NO
PCISLOT &nbsp; &nbsp; &nbsp; &nbsp; = 4
PCIBUS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3
FE_MEDIA &nbsp; &nbsp; &nbsp; &nbsp;= E1
FE_LCODE &nbsp; &nbsp; &nbsp; &nbsp;= HDB3
FE_FRAME &nbsp; &nbsp; &nbsp; &nbsp;= CRC4
FE_LINE &nbsp; &nbsp; &nbsp; &nbsp; = 1
TE_CLOCK &nbsp; &nbsp; &nbsp; &nbsp;= NORMAL
TE_REF_CLOCK &nbsp; &nbsp;= 0
TE_SIG_MODE &nbsp; &nbsp; = CCS
TE_HIGHIMPEDANCE &nbsp; &nbsp; &nbsp; &nbsp;= NO
LBO &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 120OH
FE_TXTRISTATE &nbsp; = NO
MTU &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 1500
UDPPORT &nbsp; &nbsp; &nbsp; &nbsp; = 9000
TTL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 255
IGNORE_FRONT_END = NO
TDMV_SPAN &nbsp; &nbsp; &nbsp; = 1
TDMV_DCHAN &nbsp; &nbsp; &nbsp;= 16
TDMV_HW_DTMF &nbsp; &nbsp;= YES
TDMV_HW_FAX_DETECT = NO

[w1g1]
ACTIVE_CH &nbsp; &nbsp; &nbsp; = ALL
TDMV_HWEC &nbsp; &nbsp; &nbsp; = YES



ss7.conf

[linkset-siuc]

; The linkset is enabled
enabled =&gt; yes

; The end-of-pulsing (ST) is not used to determine when incoming address
is complete
enable_st =&gt; no

; Reply incoming call with CON rather than ACM and ANM
use_connect =&gt; yes

; The CIC hunting policy (even_mru, odd_lru, seq_lth, seq_htl) is even
CIC numbers, most recently used
hunting_policy =&gt; even_mru

; Incoming calls are placed in the ss7 context in the asterisk dialplan
context =&gt; ss7

; The language for this context is da
language =&gt; da

; The value and action for t35. Value is in msec, action is either st or
timeout
; If you use overlapped dialling dial plan, you might choose: t35 =&gt; 4000,st
t35 =&gt; 15000,timeout

; The subservice field: national (8), international (0), auto or
decimal/hex value
; The auto means that the subservice is obtained from first received SLTM
subservice =&gt; auto

; The host running the mtp3 service
; mtp3server =&gt; localhost

[link-l1]

; This link belongs to linkset siuc
linkset =&gt; siuc

; The speech/audio circuit channels on this link
channels =&gt; 2-31

; The signalling channel
schannel =&gt; 1 &nbsp; ;yes i have signalling on channel 1, with libss7 was
working (configs for libss7 are included lower))
; To use the remote mtp3 service, use 'schannel =&gt; remote,16'
; The first CIC
firstcic =&gt; 1 ;;i have also tried start with firstcic =&gt;2

; The link is enabled
enabled =&gt; yes

; Echo cancellation
; echocancel can be one of: no, 31speech (enable only when transmission
medium is 3.1Khz speech), allways
echocancel =&gt; no
; echocan_train specifies training period, between 10 to 100 msec
echocan_train =&gt; 350
; echocan_taps specifies number of taps, 32, 64, 128 or 256
echocan_taps =&gt; 128


[host-voicegw]
; chan_ss7 auto-configures by matching the machines host name with the
host-&lt;name&gt;
; section in the configuration file, in this case 'gentoo1'. The same
; configuration file can thus be used on several hosts.

; The host is enabled
enabled =&gt; yes

; The point code for this SS7 signalling point is 0x8e0
;opc =&gt; 0x8e0
; 15389 dec
opc =&gt; 0x3c1d

; The destination point (peer) code is 0x3fff for linkset siuc
;dpc =&gt; siuc:0x3fff
; 15880
dpc =&gt; siuc:0x3e08

; Syntax: links =&gt; link-name:digium-connector-no
; The links on the host is 'l1', connected to span/connector #1
links =&gt; l1:1

; The SCCP global title: translation-type, nature-of-address,
numbering-plan, address
globaltitle =&gt; 0x00, 0x04, 0x01, 4546931411
ssn =&gt; 7

##
[root@voicegw ~]# uname -a
Linux voicegw 2.6.18-128.el5 #1 SMP Wed Dec 17 11:41:38 EST 2008 x86_64
x86_64 x86_64 GNU/Linux


###################################
this is working configuration for linss7, it was good, but there were
some problems with ss7 stack
##chan_dahdi.conf

trunkgroup =&gt; 1,1
spanmap =&gt; 1,1
language=en
context=ss7
switchtype=euroisdn
pridialplan=unknown
prilocaldialplan=national
usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
group=1
callgroup=1
pickupgroup=1
ss7_called_nai=dynamic
ss7_calling_nai=dynamic
ss7_internationalprefix = 00
ss7_nationalprefix = 0
ss7_subscriberprefix =
ss7_unknownprefix =
networkindicator=national_spare
signalling = ss7
ss7type = itu
linkset = 1
pointcode = 15389
adjpointcode = 15880
defaultdpc = 15880
cicbeginswith = 2
channel=2-31
sigchan = 1


##system.conf

span=1,1,0,ccs,hdb3,crc4
bchan=2-31
#echocanceller=mg2,2-31
mtp2=1



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

asterisk-ss7 mailing list
To UNSUBSCRIBE or update options visit:
&nbsp; <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</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-ss7 mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-ss7">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a>

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