我(非常高兴地:D)用星号1.8配置了chan_mobile,我的iPhone 4和呼出电话都能很好地工作。我遇到了自动接听来电的问题。
这就是我的chan_mobile.conf的样子:
[adapter]
address = 11:11:11:11:11:11
id = box-1
[iphone]
address = 22:22:22:22:22:22
port = 8
context = from-test-phone
adapter = box-1
和在/etc/星号/extensions.conf中我添加了
[from-test-phone]
exten => s,1,Answer()
exten => s,n,Wait(1)
exten => s,n,Hangup()
但当我打手机时,却没有人接听。
蓝牙设备已配对并激活
# rasterisk
> mobile show devices
ID Address Group Adapter Connected State SMS
iphone 22:22:22:22:22:22 0 box-1 Yes Free No
我是不是错过了什么?
显然,键入就足够了
rasterisk
> core set verbose 4
> core set debug 4
感谢user1938742!