我刚刚安装了 Asterisk 13 + FreePBX 12.0.71。我还在我的 Ubuntu 14.04.2LTS 服务器上安装了模块 chan_mobile 和蓝牙驱动程序。我已将诺基亚 C7-00 连接到我的机器,但在加载模块 chan_mobile 时出现错误:
server*CLI> module load chan_mobile.so
[2015-07-12 15:26:54] 错误 [14478]:chan_mobile.c:4725 load_module:读取配置文件 chan_mobile.conf 时出错。不加载模块。
我试图重新启动 amportal 并检查模块是否已加载
amportal restart
asterisk -rx "module show" | grep chan_mobile
结果是:
chan_mobile.so 蓝牙移动设备通道驱动程序 0 未运行扩展
另外,我看到文件 chan_mobile.conf 不存在。
有人可以指导我吗?我应该怎么办?