Hi all,<br><br>I am new to libss7. I have downloaded the trunk versions for asterisk and libss7 and successfully compiled and installed them on CentOS 5.<br><br>The following is my zapata.conf file:<br>------------------------------------------------------------------------------------------
<br>[channels]<br>context=default<br>signalling = ss7<br>ss7type = itu<br>linkset = 1<br>pointcode = 1085<br>adjpointcode = 2132<br>defaultdpc = 2132<br>networkindicator=national<br>sigchan = 1<br>cicbeginswith = <br>channel = 2-31
<br>------------------------------------------------------------------------------------------<br><br><br>The following is my zaptel.conf file :<br>------------------------------------------------------------------------------------------
<br># Span 1: WCT1/0 &quot;Digium Wildcard TE110P T1/E1 Card 0&quot;<br>span=1,1,0,ccs,hdb3<br><br>bchan=2-31<br>dchan=1<br><br>loadzone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = us<br>defaultzone&nbsp;&nbsp;&nbsp;&nbsp; = us<br>------------------------------------------------------------------------------------------
<br><br><br>I verified the above mentioned configuration with my service provided more than once and tested the link with another system (dialogic) with the same settings and it is up and receiving calls<br><br>Here is the output of: ss7 show linkset 1
<br>SS7 linkset 1 status: Down<br><br>when I enabled debugging of ss7 I just see the following messages displayed on the console:<br><br>Link state change: IDLE -&gt; NOTALIGNED<br>Link state change: NOTALIGNED -&gt; IDLE
<br>Link state change: IDLE -&gt; NOTALIGNED<br>Link state change: NOTALIGNED -&gt; IDLE<br>Link state change: IDLE -&gt; NOTALIGNED<br>Link state change: NOTALIGNED -&gt; IDLE<br>Link state change: IDLE -&gt; NOTALIGNED<br>
Link state change: NOTALIGNED -&gt; IDLE<br>Link state change: IDLE -&gt; NOTALIGNED<br>Link state change: NOTALIGNED -&gt; IDLE<br><br><br>Is there anyway to know to increase the debugging level so I can see what is going on behind the scenes ?
<br><br>Any help will be appreciated.<br>