Matt Fredrickson wrote: > ----- Marc Storck <mstorck@xxxxxxxxxxxx> wrote: >> Hello, >> >> I'm currently trying to get 1 linkset betwen asterisk-ss7 and an >> Ericsson switch to work correctly. >> >> The setup is >> >> 2 E1 >> 2 signalling links, 1 on each E1, on the first channel of each E1 >> 60 CICs, 30 on each E1 >> >> Here is my zapata.conf: >> >> [channels] >> language=en >> context=FROM-LUX >> echocancel=no >> echocancelwhenbridged=no >> rxgain=0.0 >> txgain=0.0 >> faxdetect=incoming >> signalling = ss7 >> ss7type = itu >> linkset = 1 >> pointcode = 6 >> adjpointcode = 2 >> defaultdpc = 2 >> cicbeginswith = 1 >> networkindicator=national_spare >> sigchan = 1 >> sigchan = 32 >> group=1 >> channel = 2-31 >> group=2 >> channel = 33-62 >> >> However the Ericsson switch reports: >> >> 3-6 TOLUX 00 ACTIVE >> 01 RESTORING 109 >> > > I'm not sure what this output means, but what is the output of running ss7linktest on the line? Also, could you post your zaptel.conf? > > Matthew Fredrickson 109 means incorrect test message (Q.703) I didn't know how to tell ss7linktest to use NI of national_spare, so here is the output of ss7linktest on SLC 0, first E1, channel 1: Starting link 1 Link state change: IDLE -> NOTALIGNED FSN: 127 FIB 1 BSN: 127 BIB 1 > LSSU SIO FSN: 127 FIB 1 BSN: 127 BIB 1 < LSSU SIO Link state change: NOTALIGNED -> ALIGNED FSN: 127 FIB 1 BSN: 127 BIB 1 > LSSU SIN FSN: 127 FIB 1 BSN: 127 BIB 1 < LSSU SIE Link state change: ALIGNED -> PROVING FSN: 127 FIB 1 BSN: 127 BIB 1 > LSSU SIN T4 expired! Link state change: PROVING -> ALIGNEDREADY FSN: 127 FIB 1 BSN: 127 BIB 1 > FISU FSN: 127 FIB 1 BSN: 127 BIB 1 < FISU Link state change: ALIGNEDREADY -> INSERVICE [0] MTP2 link up Len = 11 [ ff 80 06 00 02 40 00 00 17 00 00 ] FSN: 0 FIB 1 BSN: 127 BIB 1 > MSU Network Inidicator 0x0 OPC 1 DPC 2 User Part: NET_MNG (0) Priority: 0 H0: 7 H1: 1 Len = 22 [ ff 81 11 01 02 40 00 00 11 a0 32 35 36 34 32 38 36 32 38 38 00 00 ] FSN: 1 FIB 1 BSN: 127 BIB 1 > MSU Network Inidicator 0x0 OPC 1 DPC 2 User Part: STD_TEST (1) Priority: 0 H0: 1 H1: 1 Len = 27 [ ff 80 16 c1 7f 02 42 00 11 f0 aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa e2 fe ] FSN: 0 FIB 1 BSN: 127 BIB 1 < MSU Network Inidicator 0x3 OPC 264 DPC 639 User Part: STD_TEST (1) Priority: 0 H0: 1 H1: 1 Received MSU with network indicator of national_spare, but we are international Received error from mtp3 layer: -1 and here is SLC1 on second E1, channel 32 Starting link 1 Link state change: IDLE -> NOTALIGNED FSN: 127 FIB 1 BSN: 127 BIB 1 > LSSU SIO FSN: 127 FIB 1 BSN: 127 BIB 1 < LSSU SIO Link state change: NOTALIGNED -> ALIGNED FSN: 127 FIB 1 BSN: 127 BIB 1 > LSSU SIN FSN: 127 FIB 1 BSN: 127 BIB 1 < LSSU SIE Link state change: ALIGNED -> PROVING FSN: 127 FIB 1 BSN: 127 BIB 1 > LSSU SIN T4 expired! Link state change: PROVING -> ALIGNEDREADY FSN: 127 FIB 1 BSN: 127 BIB 1 > FISU FSN: 127 FIB 1 BSN: 127 BIB 1 < FISU Link state change: ALIGNEDREADY -> INSERVICE [0] MTP2 link up Len = 11 [ ff 80 06 00 02 40 00 00 17 00 00 ] FSN: 0 FIB 1 BSN: 127 BIB 1 > MSU Network Inidicator 0x0 OPC 1 DPC 2 User Part: NET_MNG (0) Priority: 0 H0: 7 H1: 1 Len = 22 [ ff 81 11 01 02 40 00 00 11 a0 32 35 36 34 32 38 36 32 38 38 00 00 ] FSN: 1 FIB 1 BSN: 127 BIB 1 > MSU Network Inidicator 0x0 OPC 1 DPC 2 User Part: STD_TEST (1) Priority: 0 H0: 1 H1: 1 Len = 27 [ ff 80 16 c1 7f 02 42 10 11 f0 aa aa aa aa aa aa aa aa aa aa aa aa aa aa aa 6d 08 ] FSN: 0 FIB 1 BSN: 127 BIB 1 < MSU Network Inidicator 0x3 OPC 264 DPC 639 User Part: STD_TEST (1) Priority: 0 H0: 1 H1: 1 Received MSU with network indicator of national_spare, but we are international Received error from mtp3 layer: -1 and here is zaptel.conf loadzone=de defaultzone=de span=1,1,0,ccs,hdb3 dchan=1 bchan=2-31 span=2,1,0,ccs,hdb3 dchan=32 bchan=33-62 Best regards, Marc