如何使用加密狗进行出站呼叫



我已经尝试了几个小时使用加密狗从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;进行外出呼叫

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

有关详细信息,请启用调试或执行

dongle show devices

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

最新更新