-1

我刚刚安装了 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 不存在。

有人可以指导我吗?我应该怎么办?

4

1 回答 1

1

我找到了如何找到端口...对于其他人:输入星号 CLI:

mobile search

如果您的手机已连接,您将获得一些相关信息,以及端口。对我来说是端口 2。

于 2015-07-20T19:15:07.740 回答