您的位置:首页 > 其它

AsteriskNow 实用总结

2011-09-05 19:19 274 查看
这是笔者2010年6月19日在CSDN博客发表的文章。

1.AsteriskNow的安装,
1.1 Asterisk+freepbx
参考:
http://itbbs.pconline.com.cn/network/10632700.html

带图完整版下载:
http://u.115.com/file/f55d8d1c05

Asterisk_Now_(Free_PBX)_Setup.rar

1.2 Asterisk
在asterisknow的官网
http://www.asterisk.org/asterisknow
下载最新版 http://www.asterisk.org/downloads/asterisknow/i386/asterisknow32.iso VM安装参见1.1。
之后参考:
https://wiki.fourkitchens.com/display/TECH/Asterisk+1.6+on+CentOS+5+on+the+Rackspace+Cloud

安装asterisk gui,参见
http://i-yow.blogspot.com/2009/10/sipasterisk-gui.html

2. 电话
装好以后添加电话,我添加的是N82手机以及xlite

添加一个Cisco 7962,参考http://blog.tech4k.com/?p=345
其中,TFTPserver的安装参考备注一
注意 NAT: NO

备注1: TFTP:

Centos Linux 的 tftp server 及 client

* 設定 tftp server 並使用他來傳輸

* set tftp server 預設目錄為 /tftpboot/

[root@server ~]# yum install tftp-server -y

[root@server ~]# chkconfig tftp on

[root@server ~]# /etc/init.d/xinetd restart

[root@server ~]# echo "testing" > /tftpboot/getme

* tftp client

$ sudo yum install tftp -y

$ tftp 140.117.69.204 -c get getme

$ cat getme

testing

另外作为一个option: 以后研究,就是将TFTP manager集成到freepbx里面

http://minded.ca/2010-06-06/freepbx-module-tftp-manager/
下载后解压安装:http://www.centospub.com/bbs/viewthread.php?tid=4096

本文出自 “Henry的小地方” 博客,请务必保留此出处http://henryshen.blog.51cto.com/498475/658374
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: