我已经尝试了几个小时从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)
Dialplan命令为:
exten => _X.,n,Dial(dongle/dongle0/+73432823232)
你能给我一个解决方案吗?
更新:在asterisk*CLI>
上,我可以使用此dongle cmd dongle0 ATD+434343434232;
进行外呼
发布于 2018-04-20 01:40:00
错误表示您未正确配置或设备已关闭/拔出
有关更多信息,请启用debug或do
dongle show devices
https://stackoverflow.com/questions/49920303
复制相似问题