chan_ss7 呼出的时候指定使用某个CICs,或者CICs范围 的方法
文章转载:http://bbs.voip88.com/thread-12869-1-1.html
select_cics.patch这个补丁只针对chan_ss7-1.2.1,打上这个补丁,可以实现呼出时指定使用某个CICs,设置设置CICs的范围,很好很强大
原文如下:
http://www.allasterisk.org/lists ... 10-04/msg00012.html
================================================================
Linkset one:1-31
Incoming33-58
Outgoing58-63
Emergency Traffic
Linkset two:
1-31
Incoming33-58
Outgoing58-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
================================================================
开源的东东真好,想啥来啥
在我的前面的帖子基础上安装补丁《centos 5.4 上chan_ss7-1.2.1 安装方法》
- cd /usr/src/chan_ss7-1.2.1
- make clean
- wget 'http://www.allasterisk.org/lists/asterisk-ss7@lists.digium.com/2010-04/txt8JdyHQakNE.txt' -O - | patch -p0
- make
- make install
- cp chan_ss7.so /usr/lib/asterisk/modules/
复制代码
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论