我正在阅读this,通过蓝牙将我的手机配置为星号。
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-mobile内容
[general]
interval=30
[adapter]
id=hci0
address=00:1B:10:00:2A:EC
context=incoming-mobile
现在,当我加载移动版asterisk> module load chan_mobile
时,它会加载,但mobile search
答案 0 :(得分:1)
修正了它,我没有完全配置chan_mobile。我错过了电话部分。
[sidphone]
address=78:9E:D0:3D:55:38
port=1
context=incoming-mobile
adapter=hci0