0

我已经尝试了几个小时使用加密狗从 Asterisk 出站呼叫。但它显示以下错误

WARNING[22180]: channel.c:166 channel_request: [dongle0] Request to call on device which can not make call at this moment [Apr ] WARNING[22180]: app_dial.c:2277 dial_exec_full: Unable to create channel of type 'dongle' (cause 44 - Requested channel not available)

拨号计划命令是:

exten => _X.,n,Dial(dongle/dongle0/+73432823232)

你能给我解决方案吗?

更新:asterisk*CLI>我可以使用这个拨打电话dongle cmd dongle0 ATD+434343434232;

4

1 回答 1

0

错误意味着您未正确配置它或设备已关闭/拔出

有关更多信息,请启用调试或执行

dongle show devices

https://github.com/bg111/asterisk-chan-dongle

于 2018-04-19T17:39:59.693 回答