chan_ss7 呼出的时候指定使用某个CICs,或者CICs范围 的方法

 
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
原文地址:https://www.cnblogs.com/noobkey/p/3139787.html