Debian 9 安装 asterisk
https://linuxize.com/post/how-to-install-asterisk-on-debian-9/
configure 过程中遇到的问题
具体安装过程,网上说明很多,仅仅记录中间遇到的问题及解决办法
1) configure 过程中,提示 uuid support not found (this typically means the libjansson development package is missing):
解决办法:
yum -y install uuid-devel
yum -y install libuuid libuuid-devel
2)configure 过程中,提示: JSON support not found
解决:
下载:jansson-2.5.tar.gz
tar -zxf jansson-2.5.tar.gz
cd jansson*
./configure