Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
Hi, as you are using Asterisk 13 with libss7 it is highly recommended to enable all the timers not just mtp3_timer.t21 (from your other post). To enable timers you need to explicitly define them or simply "#include ss7.timers" (provided with samples) for each and every linkset The sample con

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
What kind of problems you had? Have you used timers in your config? I am running several servers (with 2 or more trunks each) here for well over 3 years (starting with Asterisk 11 and now 13) without any problems and with peek loads that fill all 8 E1 on each server Can't this be considered as

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Goke Aruna
Thanks Kolayan, I included the ss7.timers file in the dahdi conf file already. Can you share you channel arrangement with me as am still getting the warning below? [Apr 20 11:55:46] WARNING[24518]: sig_ss7.c:494 ss7_find_cic_gripe: Linkset 1: SS7 RSC requested on unconfigured CIC/DPC 31/1312. Re

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
The channel arrangement depends on how it is on the peer configuration in your case. I have different configurations with signaling on CIC 1 and 16, with and without additional spans as CICs, so I doubt any of them will be of any help in your case. Looking at your config i assume you have one

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Michal Rybárik
Hi, 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 d

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Marcelo Pacheco
It might work just fine if your TDM switch is just a cross over direct cable connection. But if you have a link that goes through a pair of STPs, each 1000 miles away, in transmission routes that go down and up, without an ALARM, because there's a semi permanent connection behind the TDM switch. A

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Gustavo Marsico
Hi Marcelo Sounds weird, I’ve several links on unstable networks going thru STPs (going thru NUC’s on several switches) and we didn’t see the problems you describe. Also, with Attila’s patches provides information when a linkset is OOS, and channels after a MTP2 recover is just clean. libss7 2.0

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Goke Aruna
Thanks Kolayan, All seems okay with few warning mesages on unequipped E1. However, I will update the link as the test goes on. Regards On Wed, Apr 20, 2016 at 2:50 PM, Michal Rybárik wrote: > Hi, > > I'm running libss7 with SS7-27 patches on Asterisk 11 for few years, and > it works perfectly. M

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Kaloyan Kovachev
Hi, the problems you have posted 3 years ago were mostly for the stock libss7 (trunk - partially 1.0, partially something else at that time). Yes, it had many problems, but libss7 2.0, which have reached it's final status and it's place in the official code base, was completed few months later

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread Marcelo Pacheco
I mixed up a few things and didn't explain the whole story... 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 a

Re: [asterisk-ss7] chan_ss7 or libss7 work with asterisk v13?

2016-04-20 Thread bipin singh
Hi, Every E1 have only 30 voice channels so you need 30 CIC for them. Find the detail of two E1 in same linkset sigchan=16 cicbeginswith=1 channel=1-15 cicbeginswith=17 channel=17-31 ;;2 E1 on same linkset ;;; sigchan=47 cicbeginswith=33 channel=32-46