<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>

<STYLE>
.ExternalClass .EC_hmmessage P
{padding:0px;}
.ExternalClass body.EC_hmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>
Hi,<BR>&nbsp;<BR>I am facing some problem to configure ss7 with asterisk.Here is my configuration bellow.<BR>&nbsp;<BR>I am using digium 410p card, According to my telco, <BR>Signal Chanel: 1st Channel Of First E1,<BR>My pointcode:&nbsp;3924<BR>Telco pointcode: 9322<BR>&nbsp;<BR>------------------------------------------------------------------------------<BR>[root@localhost project]# dahdi_hardware <BR>pci:0000:06:01.0&nbsp;&nbsp;&nbsp;&nbsp; wct4xxp+&nbsp;&nbsp;&nbsp;&nbsp; d161:0410 Wildcard TE410P (4th Gen)<BR>------------------------------------------------------------------------------<BR>&nbsp;<BR>[root@localhost project]# cat /etc/dahdi/system.conf<BR>span=1,1,0,ccs,hdb3,crc4<BR>bchan=2-31<BR>mtp2=1<BR>echocanceller=mg2,2-31<BR>span=2,2,0,ccs,hdb3,crc4<BR>bchan=32-62<BR>echocanceller=mg2,32-62<BR>span=3,3,0,ccs,hdb3,crc4<BR>bchan=63-93<BR>echocanceller=mg2,63-93<BR>span=4,4,0,ccs,hdb3,crc4<BR>bchan=94-124<BR>echocanceller=mg2,94-124<BR>loadzone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = us<BR>defaultzone&nbsp;&nbsp;&nbsp;&nbsp; = us<BR>&nbsp;<BR>------------------------------------------------------------------------------<BR>[root@localhost project]# cat /etc/asterisk/chan_dahdi.conf <BR>[trunkgroups]<BR>[channels]<BR>language=en<BR>context=ss7<BR>switchtype=euroisdn<BR>signalling=ss7<BR>toneduration=100<BR>usecallerid=yes<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>echocancel=yes<BR>echocancelwhenbridged=yes<BR>group=1<BR>callgroup=1<BR>pickupgroup=1<BR>ss7type = itu<BR>ss7_called_nai=dynamic<BR>ss7_calling_nai=dynamic<BR>linkset = 1<BR>pointcode = 3924<BR>adjpointcode = 9322<BR>defaultdpc = 9322<BR>networkindicator=international<BR>cicbeginswith = 2<BR>mtp2=1<BR>sigchan = 1<BR>channel = 2-31<BR>cicbeginswith = 32<BR>channel =33-62<BR>cicbeginswith = 63<BR>channel =63-93<BR>cicbeginswith = 94<BR>channel = 94-124<BR><BR>--------------------------------------------------------------------------<BR>&nbsp;<BR>[root@localhost project]# cat /etc/asterisk/dahdi-channels.conf<BR>group=0,11<BR>context=from-pstn<BR>switchtype = euroisdn<BR>signalling = ss7<BR>channel =&gt; 2-31<BR>context = ss7<BR>group = 63<BR>group=0,12<BR>context=from-pstn<BR>switchtype = euroisdn<BR>signalling = ss7<BR>channel =&gt; 32-62<BR>context = ss7<BR>group = 63<BR>group=0,13<BR>context=from-pstn<BR>switchtype = euroisdn<BR>signalling = ss7<BR>channel =&gt; 63-93<BR>context = ss7<BR>group = 63<BR>group=0,14<BR>context=from-pstn<BR>switchtype = euroisdn<BR>signalling = ss7<BR>channel =&gt; 94-124<BR>context = ss7<BR>group = 63<BR><BR>------------------------------------------------------------------------------<BR>[root@localhost project]# cat /etc/asterisk/extensions.conf <BR>[general]<BR>static=yes<BR>writeprotect=no<BR>[globals]<BR>[default]<BR>exten =&gt; s,1,Answer()<BR>exten =&gt; s,2,Playback(hello-world)<BR>exten =&gt; s,3,hangup()<BR>include =&gt;ss7<BR>[ss7]<BR>exten =&gt; s,1,Answer()<BR>exten =&gt; s,2,hangup()<BR>exten =&gt; _X.,1,Answer()<BR>exten =&gt; _X.,2,Dial(DAHDI/r1/${EXTEN})<BR>exten =&gt; _X.,3,hangup()<BR>&nbsp;<BR>--------------------------------------------------------------------------------<BR>&nbsp;<BR>&nbsp;<BR>*CLI&gt; ss7 show linkset 1<BR>SS7 linkset 1 status: Up<BR><BR>*CLI&gt; dahdi 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; IRQ&nbsp;&nbsp;&nbsp; bpviol CRC4&nbsp;&nbsp; Fra Codi Options&nbsp; LBO<BR>T4XXP (PCI) Card 0 Span 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; REC&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCS HDB3 CRC4&nbsp;&nbsp;&nbsp;&nbsp; 0 db (CSU)/0-133 feet (DSX-1) [&nbsp;1st&nbsp;Channel Used For Signal&nbsp;]<BR>T4XXP (PCI) Card 0 Span 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; YEL/REC 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCS HDB3 CRC4&nbsp;&nbsp;&nbsp;&nbsp; 0 db (CSU)/0-133 feet (DSX-1) <BR>T4XXP (PCI) Card 0 Span 3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; REC&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCS HDB3 CRC4&nbsp;&nbsp;&nbsp;&nbsp; 0 db (CSU)/0-133 feet (DSX-1)<BR>T4XXP (PCI) Card 0 Span 4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RED&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CCS HDB3 CRC4&nbsp;&nbsp;&nbsp;&nbsp; 0 db (CSU)/0-133 feet (DSX-1) [ Red&nbsp;Because, I used 3 cable&nbsp;]<BR><BR>&nbsp;<BR>*CLI&gt; dahdi restart&nbsp;<BR>---------<BR>
---------<BR>
&nbsp;&nbsp;&nbsp; -- Reconfigured channel 124, SS7 signalling<BR>&nbsp; == Starting SS7 linkset on span 1<BR>Huh?! Got FISU in link state 1<BR>--- SS7 Down ---<BR>MTP2 link up (SLC 0)<BR>[Apr 18 19:02:09] WARNING[7672]: chan_dahdi.c:9836 ss7_linkset: MTP2 link down (SLC 0)<BR>Received out of sequence FISU w/ fsn of 0, lastfsnacked = 127, requesting retransmission<BR>MTP2 link up (SLC 0)<BR>Received out of sequence MSU w/ fsn of 1, lastfsnacked = 127, requesting retransmission<BR>--- SS7 Up ---<BR>Resetting CICs 2 to 33<BR>Resetting CICs 34 to 61<BR>Resetting CICs 63 to 94<BR>Resetting CICs 95 to 124<BR>&nbsp;<BR>*CLI&gt; dahdi show channel 2<BR>Channel: 2<BR>File Descriptor: 16<BR>Span: 1<BR>Extension: <BR>Dialing: no<BR>Context: ss7<BR>Caller ID: <BR>Calling TON: 0<BR>Caller ID name: <BR>Mailbox: none<BR>Destroy: 0<BR>InAlarm: 1<BR>Signalling Type: SS7<BR>Radio: 0<BR>Owner: &lt;None&gt;<BR>Real: &lt;None&gt;<BR>Callwait: &lt;None&gt;<BR>Threeway: &lt;None&gt;<BR>Confno: -1<BR>Propagated Conference: -1<BR>Real in conference: 0<BR>DSP: no<BR>Busy Detection: no<BR>TDD: no<BR>Relax DTMF: no<BR>Dialing/CallwaitCAS: 0/0<BR>Default law: alaw<BR>Fax Handled: no<BR>Pulse phone: no<BR>DND: no<BR>Echo Cancellation:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 128 taps<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; currently OFF<BR>CIC: 2<BR>Hookstate (FXS only): Onhook<BR>
------------------------------------------------<BR>&nbsp;<BR>I talked with telco they said there configuration ok .&nbsp;What's the wrong&nbsp;is done me on above configuration?<BR>&nbsp;<BR><STRONG>With Regards,</STRONG><BR>&nbsp;<BR><STRONG>Gobinda Paul</STRONG><BR><BR><STRONG></STRONG><STRONG>Email &amp; Msn:&nbsp;&nbsp;&nbsp;&nbsp; </STRONG><A href="mailto:gobinda@live.com" rel=nofollow><STRONG>gobinda@live.com</STRONG></A><BR><STRONG>Yahoo: <A href="mailto:gp007bd@yahoo.com" rel=nofollow>gp007bd@yahoo.com</A></STRONG><BR><STRONG>Gtalk:&nbsp;&nbsp; <A href="mailto:gobindabd@gmail.com" rel=nofollow>gobindabd@gmail.com</A></STRONG><BR><BR><br /><hr />What can you do with the new Windows Live? <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>Find out</a></body>
</html>