安装完这个补丁,可以实现呼出时指定使用某个CICs,设置设置CICs的范围,很好很强大
原文如下
http://www.allasterisk.org/lists/asterisk-ss7@lists.digium.com/2010-04/msg00012.html
================================================================
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
================================================================
开源的东东真好,想啥来啥
在我的前面的帖子基础上安装补丁《
centos 5.4 上chan_ss7-1.2.1 安装方法
》