<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
i want to make SS7 failover with two asterisk boxes, each 4 port digium
card.<br>
schannel at First and Fifth E1, time slot 16<br>
<br>
<br>
<font face="Courier New, Courier, monospace">Telco --------- Asterisk A
(ss7 port 1 (l1) channel 16)<br>
&nbsp;&nbsp; |<br>
&nbsp;&nbsp; +----------- Asterisk B </font><font
 face="Courier New, Courier, monospace">(ss7 port 1 (l5) channel 16)</font><br>
<font face="Courier New, Courier, monospace"><br>
</font><br>
my ss7.conf file<br>
<br>
[linkset-siuc]<br>
enabled =&gt; yes<br>
enable_st =&gt; no<br>
use_connect =&gt; yes<br>
hunting_policy =&gt; seq_htl<br>
subservice =&gt; auto<br>
context =&gt; ss7<br>
language =&gt; en<br>
t35 =&gt; 15000,timeout<br>
<br>
[link-l1]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt; 16@host1:12000<br>
firstcic =&gt; 1<br>
enabled =&gt; yes<br>
<br>
[link-l2]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 33<br>
enabled =&gt; yes<br>
<br>
[link-l3]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 65<br>
enabled =&gt; yes<br>
<br>
[link-l4]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 97<br>
enabled =&gt; yes<br>
<br>
[link-l5]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-15,17-31<br>
schannel =&gt;&nbsp; 16@host1:12001<br>
firstcic =&gt; 129<br>
enabled =&gt; yes<br>
<br>
[link-l6]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 161<br>
enabled =&gt; yes<br>
<br>
[link-l7]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 193<br>
enabled =&gt; yes<br>
<br>
[link-l8]<br>
linkset =&gt; siuc<br>
channels =&gt; 1-31<br>
schannel =&gt;<br>
firstcic =&gt; 225<br>
enabled =&gt; yes<br>
<br>
[host-host1]<br>
enabled =&gt; yes<br>
default_linkset =&gt; siuc<br>
opc =&gt; 6133<br>
dpc =&gt; siuc:6154<br>
links =&gt; l1:1,l2:2,l3:3,l4:4<br>
if-1 =&gt; 10.16.3.101<br>
<br>
[host-host2]<br>
enabled =&gt; yes<br>
default_linkset =&gt; siuc<br>
opc =&gt; 6133<br>
dpc =&gt; siuc:6154<br>
links =&gt; l5:1,l6:2,l7:3,l8:4<br>
if-1 =&gt; 10.16.3.102<br>
<br>
with this configuration result is "reset pending" for all. what's wrong
with above configuration ?.<br>
if i use only 1 channel (First E1 on timeslot 16) for signaling, all
channels up and idle.<br>
<br>
<br>
I'm using chan_ss7 1.3<br>
<br>
-yoherman-<br>
</body>
</html>