centos 5.4 上chan_ss7-1.2.1 安装方法

发布于 2022-09-04 21:29:34 字数 1968 浏览 18 评论 0

[fly]文章转载:http://bbs.voip88.com/thread-12868-1-1.html[/fly]

1) download asterisk-1.4.20, zaptel-1.4.11 and chan_ss7-1.2.1.tar.gz
2) unzip asterisk-1.4.20.tar.gz to /usr/src, under asterisk dir, please run: ./configure, make and make install, make samples.
3) unzip zaptel-1.4.11.tar.gz to /usr/src/, under zaptel dir, please run: ./confiugre, make and make install
4) unzip the chan_ss7_1.1 to /usr/src, under chan_ss7-1.2.1, please do this:

4.1) modify the l4isup.c file,do like this
   #define DAHDI_EVENT_DTMFDUP ZT_EVENT_DTMFUP
改成
   #define DAHDI_EVENT_DTMFUP ZT_EVENT_DTMFUP

4.2) modify the Makefile, do like this:
=======================

#INCLUDE+=-I../source/telephony/dahdi/include
INCLUDE+=-I /usr/src/zaptel-1.4.11/kernel
CFLAGS+=-DUSE_ZAPTEL
INCLUDE+=-I../asterisk-1.4.20/include
#INCLUDE+=-I../source/telephony/asterisk/include
=======================
使用Dahdi和Zaptel,Makefile要相应地修改。
Chan_ss7-1.1版本是用CFLAGS+=-DDAHDI来定义是否使用Dahdi,否则使用Zaptel。
1.2版本之后是用CFLAGS+=-DUSE_ZAPTEL来定义是否使用Zaptel,否则使用Dahdi。

感谢 Wayne
http://www.openvox.cn/bbs/viewthread.php?tid=923

4.2) save and quit
4.3) run make and make install
4.4) copy the ss7.conf file to /etc/asterisk
4.5) copy the chan_ss7.so to /usr/lib/asterisk/modules

接下来和james.zhu 的一样的
参看http://bbs.openvox.cn/viewthread.php?tid=905&extra=page%3D1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文