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
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
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