Asterisk load chan_mobile在搜索中未返回任何手机



我正在阅读这篇文章,以便通过蓝牙将我的手机配置为星号。

sudo hcitool dev
Devices:
hci0    00:1B:10:00:2A:EC
sudo ./simple-agent.py hci0 78:9E:D0:3D:55:38
Creating device failed: org.bluez.Error.AlreadyExists: Already Exists

chan移动内容是

[general]
interval=30
[adapter]
id=hci0
address=00:1B:10:00:2A:EC
context=incoming-mobile

现在,当我加载移动asterisk> module load chan_mobile时,它会加载,但mobile search 上没有返回任何内容

修复了它,我没有完全配置chan_mobile。我漏掉了电话部分。

[sidphone]
address=78:9E:D0:3D:55:38
port=1
context=incoming-mobile
adapter=hci0

相关内容

  • 没有找到相关文章