<br><br><div class="gmail_quote">2011/4/30 Anita Hall <span dir="ltr">&lt;<a href="mailto:anita.hall@simmortel.com">anita.hall@simmortel.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi<div><br></div><div>I am running a massive 100 E1 lines over SS7, distributed over 7 boxes with only 2 signaling links. </div><div><br></div><div>I am trying to get mtp3d and chan_ss7 work for 2 signaling links across 7 boxes.</div>
<br></blockquote></div><br><br>100 E1 should work with 2 signalling links, as long you don&#39;t have to many CPS.<br>But, 100 / 7 ~= 15 E1 per box, i think its too much. try to narrow down this.<br>some &#39;years&#39; ago i&#39;ve faced similar problem, and well used TDM gateway with many E1s and DSP on board. Price level of such gateways is when comparing to 25 Digium&#39;s TE400P + 25 good servers, at least power consumption beats you.<br>
<br>Anyway, the chan_ss7 is comericial product from Dicea, you could obtain help there? <br>try simple think, is debian a host name put in /etc/hosts? <br>is a  port 12000 realy open?<br>mtp3_connect_socket: Could not connect to hostname/IP address &#39;debian&#39;, port &#39;12000&#39;<br>
ssh to host debian, and run netstat, why you bring firewall level &amp; nmap when you are not sure if some process is really running on that host and it has opened a tcp socket?<br><br>the log: <br><br><font color="#ff0000">Apr 30 03:22:35 [ERROR] mtp3io.c:84 setup_socket Cannot bind receiver socket, errno=98: Address already in use<br>
</font><br>really says that shometing has already used this port, so netstat -a -n | grep 12000 for a start, ok?<br><br>