astgo是个国产的老牌经典软交换服务器,主要用来当回拨网络电话服务端,同时也具备群呼、传真等功能!
这个需要安装在centos 5.x 32位系统。带安装脚本,上传到root目录后执行安装脚本即可等待完成。适合个人和中小企业搭建快速测试SIP网络电话服务器!
安装包下载地址:http://download.csdn.net/detail/dh1184089912/9817313
安装脚本如下:#!/bin/bash
clear
echo "Install ASTGO Now!!!............."
cd /tmp/
/bin/tar -zxvf astgo2-current.tar.gz
cd /tmp/astgo2/
/bin/chmod +x update1.sh
/bin/chmod +x install1.sh
./update1.sh
./install1.sh
/bin/rm /tmp/astgo_fist_run.sh
/bin/rm /tmp/astgo2/astgo_fist_run.sh
echo " Install astgo Completed "
sleep 10
echo ""
echo " ... Thank you ..."
sleep 10
reboot