Re: [asterisk-ss7] GRS on unconfigured range

2016-01-11 Thread Gustavo Marsico
Glad to help there! Also note: - most of the operators don’t use CRC4 on the E1 for SS7 or MFC:R2, but are used commonly for PRI. But you may encounter some that uses CRC4, wild world... - take a look on this issue: https://issues.asterisk.org/jira/browse/SS7-59

Re: [asterisk-ss7] GRS on unconfigured range

2016-01-11 Thread Jean Cérien
Eres una estrella !! - it works ! ok - now I understand what you meant ! I have some clock issue to work out as audio is crappy, but getting there - for the record, here is my config: Many thanks for the help J. system.conf span=1,1,0,ccs,hdb3,crc4 span=2,0,0,ccs,hdb3,crc4 # E1 = 1 on signalin

Re: [asterisk-ss7] GRS on unconfigured range

2016-01-11 Thread Gustavo Marsico
Just change the cicbeginswith with the same values on both linksets. > On Jan 11, 2016, at 6:32 PM, Jean Cérien wrote: > > > I'm getting the same error message - my signalling channel was the first one, > not the 16th, but apart from that I see no difference: > Resetting CICs 1 to 4 > Reset

Re: [asterisk-ss7] GRS on unconfigured range

2016-01-11 Thread Jean Cérien
I'm getting the same error message - my signalling channel was the first one, not the 16th, but apart from that I see no difference: Resetting CICs 1 to 4 Resetting CICs 32 to 56 Resetting CICs 57 to 61 [Jan 11 17:31:11] WARNING[3081]: sig_ss7.c:1600 ss7_linkset: GRS on unconfigured range CIC 1

Re: [asterisk-ss7] GRS on unconfigured range

2016-01-11 Thread Gustavo Marsico
You’re messing up with channels and CIC’s. This is an example: /etc/dahdi/system.conf (for ITU, you must adapt it for ANSI) # Spans and signaling span=1,1,0,ccs,hdb3 span=2,0,0,ccs,hdb3 # E1 = 1 on signaling SS7 bchan=1-15 mtp2=16 bchan=17-31 # E1 = 2 on signaling SS7 bchan=32-46 mtp2=47 bchan=

Re: [asterisk-ss7] GRS on unconfigured range

2016-01-11 Thread Jean Cérien
Hi, thanks for the help Unfortunately, it does not really work - and somehow it seems logical to me - there is one adapter, and channels are numbered from 1 to 62, and either dahdi_cfg or asterisk complains if the same cic numbers appear twice the following does not work: span=1,1,0,ccs,hdb3,crc

Re: [asterisk-ss7] GRS on unconfigured range

2016-01-11 Thread Gustavo Marsico
If you’re bringing up a loopback between 2 ports on the same system, the CIC’s must have the same numbering on both linksets. > On Jan 11, 2016, at 5:53 PM, Jean Cérien wrote: > > > Hello > > I am building a new production server, and I am in the test phase. > Server has a te235 digium card