<div dir="ltr"><div><div><div><div><div>I mixed up a few things and didn't explain the whole story...<br></div>I wrote my own STP (without any digium code), and I'm still using Asterisk 1.8.12 + my own patches for ISUP/SIP conversion, but I'm planning to completely replace asterisk with a KISS solution that only does basic ISUP<->SIP conversion and TDM<->alaw RTP voice conversion, and let a pure SIP switch do all the complex stuff (but that's still probably 6 months away). The STP is working very well.<br></div><br>Actually that route is a single remote STP route, which actually goes completely down (and then we have the problems with CICs described). Its not a situation where we have two links and one out of two is always up.<br></div>The old 1.0 only looked for ALARM to detect a link down, it should instead only care about presence of FISU / MSUs keeping the link alive, but the dahdi MTP2 mode hides us from that heartbeat.<br></div>So I wrote my own kernel DAHDI patch that keeps FISU repeating on the TX side, and only reports different FISU/MSU on the RX side, but detects a silent RX link and converts that case into a LSSU_SIOS to the user layer. It also does the reverse, if the userland is silent or closes the channel, it sends LSSU_SIOS to the remote side.<br></div>This also helps the fact that my asterisks mostly don't use TDM SS7 links anymore, but instead SS7 TDM like protocol on UDP, keeps the code 99.9% the same (only socket setup/tear down different). The STP does the actual TDM links (in most cases).<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 20, 2016 at 12:49 PM, Goke Aruna <span dir="ltr"><<a href="mailto:goksie@gmail.com" target="_blank">goksie@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Thanks Kolayan,<br></div>All seems okay with few warning mesages on unequipped E1.<br></div>However, I will update the link as the test goes on.<br></div>Regards<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 20, 2016 at 2:50 PM, Michal Rybárik <span dir="ltr"><<a href="mailto:michal@rybarik.sk" target="_blank">michal@rybarik.sk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm running libss7 with SS7-27 patches on Asterisk 11 for few years, and it works perfectly. Millions of calls connected without any issue, restart, unstability, etc. During interoperability testing we had some problems with deadlocks after BLOcking CICs with older SS7-27 patches, but I debugged it and Kaloyan fixed it then, fix is included in official sources now. All this should be published as libss7 2.0. Kaloyan did a lot of work on this and I really don't see _any_ issues now.<br>
<br>
--<br>
Michal Rybarik<span><br>
<br>
<br>
On 04/19/2016 07:27 PM, Marcelo Pacheco wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have my own extensive unpublished patch for Asterisk 1.8 that fixes lots of SS7/ISUP issues for me.<br>
I tried Asterisk 11 with unpatched sources and found lots of issues again. I couldn't even get a stable environment with just all trunks aligned.<br>
So I'm not surprised you're having problems.<br>
No, my patch isn't available, not it will for free. Most problems have been reported to this list before, and haven't been addressed in the 3 years passed since I reported them.<br>
So I don't advise anybody to use either ss7 solutions, you will have serious problems. The libss7 development process is unable to deliver a serious ss7 solution that will work properly.<br>
<br>
</blockquote>
<br>
<br></span><div><div>
-- <br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-ss7 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br>
</div></div></blockquote></div><br></div>
</div></div><br>--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" rel="noreferrer" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-ss7 mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-ss7" rel="noreferrer" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-ss7</a><br></blockquote></div><br></div>