<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
&nbsp;&nbsp; I'm looking for some help configuring a system to test Asterisk's
SS7 setup.<br>
<br>
I want to have one system setup with two linksets and a T1 cross-over
cable between 2<br>
ports on a TE410P (If this will work).<br>
<br>
At present, I have the following configured :-<br>
<br>
OS: CentOS 5<br>
LibPRI, LibSS7, Dahdi, Asterisk : All from svn trunk<br>
<br>
I'm pretty sure I have the dahdi config setup correctly, as ports are
shown as up and OK, but <br>
I think I have a problem with the ss7 configuration as the linksets
remain down.<br>
<br>
Can anyone point me in the right direction or tell me if it's even
possible to set up Asterisk &amp; SS7<br>
like this ?<br>
<br>
Thanks In Advance<br>
Mark.<br>
<br>
Current config files are as follows :-<br>
<br>
<b>/etc/dahdi/system.conf</b><tt><br>
oadzone=uk<br>
defaultzone=uk<br>
<br>
span=1,1,0,ccs,hdb3<br>
bchan=1-15,17-31<br>
mtp2=16<br>
<br>
span=2,0,0,ccs,hdb3<br>
bchan=32-46,48-62<br>
mtp2=47<br>
<br>
<br>
</tt><b>/etc/asterisk/chan_dahdi.conf</b><tt><br>
[trunkgroups]<br>
<br>
[channels]<br>
switchtype=euroisdn<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>
<br>
group=1<br>
callgroup=1<br>
pickupgroup=1<br>
<br>
<br>
signalling = ss7<br>
ss7type = itu<br>
<br>
ss7_called_nai=dynamic<br>
ss7_calling_nai=dynamic<br>
<br>
networkindicator=international<br>
<br>
; port 1<br>
linkset = 1<br>
<br>
group = 1<br>
signalling=ss7<br>
ss7type = itu<br>
context = default<br>
<br>
pointcode = 2<br>
adjpointcode = 1<br>
defaultdpc = 1<br>
<br>
networkindicator = international<br>
<br>
cicbeginswith = 1<br>
channel =&gt; 1-15<br>
cicbeginswith = 17<br>
channel =&gt; 17-31<br>
sigchan = 16<br>
<br>
; Port 2<br>
<br>
linkset = 2<br>
group = 2<br>
signalling = ss7<br>
ss7type = itu<br>
context = default<br>
pointcode = 1<br>
adjpointcode = 2<br>
defaultdpc = 2<br>
networkindicator = international<br>
cicbeginswith = 1<br>
channel = 31-46<br>
cicbeginswith = 17<br>
channel = 48-62<br>
sigchan = 47<br>
<br>
</tt>
</body>
</html>