asterisk官网
进入到文档目录,按照源码安装步骤进行安装
下载
wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-16-current.tar.gz
解压
tar -xvf asterisk-16-current.tar.gz
先配置配置
cd contrib/scripts
安装依赖项
./install_prereq install
之后回到主目录进行配置
./configure
如果失败,可以 根据提示执行缺失的安装包
进行编译配置
make menuselect
在这里可以根据需要进行定制
编译
make
安装
make install
安装默认配置结构
make samples
安装置系统服务
make config
配置/etc/asterisk
下的配置文件
设置/var/lib/asterisk/sounds
下的放音文件
ubuntu 附带的软件包一般比较新,所以在 ubuntu 下建议用 apt 直接安装。
## 查看版本是否满足要求
apt-cache policy asterisk
## 安装指令
apt-get install asterisk
## 开机启动
systemctl enable asterisk
sip与账号 在 sip.conf配置文件
ami 在 manager.conf
可以通过系统服务命令管理
systemctl status asterisk
可以进入asterisk控制台
asterisk -rvvvvv