Re: [asterisk-ss7] chan_ss7: patch for selecting CICs from dialplan

2010-05-27 Thread Robert Verspuy
Unfortunately, there is a small bug in the patch for selecting CIC's from the dialplan. In stead of: + strncpy(cics, cic_sep + 1, sep-cic_sep-1); + cics[sep-cic_sep] = '\0'; This should be: + strncpy(cics, cic_sep + 1, sep-cic_sep-1); + cics[sep-cic_sep*-1*] = '\0'; And t

Re: [asterisk-ss7] chan_ss7: patch for selecting CICs from dialplan

2010-04-25 Thread Anton VG
Thanks Matthias! -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-ss7 mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-ss7

[asterisk-ss7] chan_ss7: patch for selecting CICs from dialplan

2010-04-15 Thread Matthias van der Vlies
Dear all, Here in the Netherlands we have a SS7 connection with the biggest local telco. We have 4 E1s with the following CIC usage: Linkset one: 1-31Incoming 33-58 Outgoing 58-63 Emergency Traffic Linkset two: 1-31Incoming 33-58 Outgoing 58-63 Emergency Traffic Using the sta