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-31 Incoming 33-58 Outgoing 58-63 Emergency Traffic Linkset two: 1-31 Incoming 33-58 Outgoing 58-63 Emergency Traffic Using the standard Dial command we cannot select on which CICs to send out traffic, since chan_ss7 will by default use all CICs: Dial(SS7/Linkset1/number) To overcome this problem we have written a patch that allows you to select the CICs when dialing, like follows: Dial(SS7/Linkset1:33-58/number) This way we can specify on which CICs to send. With the patch it's also possible to specify a single CIC like: Dial(SS7/Linkset1:33/number) The patch attached was written for chan_ss7 1.2.1 Best Regards, Matthias van der Vlies -------------- next part -------------- A non-text attachment was scrubbed... Name: select_cics.patch Type: text/x-diff Size: 5881 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-ss7/attachments/20100415/66842a47/attachment.patch