Outbound calls not working with Dongle SIM7600G-H

I want to make a call from asterisk dongle to my phone number 17063539174 but getting this error. I have already configure extension and dongle but getting this error channel.c:215 channel_request: [dongle0] Request to call on device which can not make call at this moment. I can do outbound call using ATD command but not able to do from asterisk dongle.

My Dongle device is SIM7600G-H

[dongle0]
imei=862636053296230
audio=/dev/ttyUSB4
data=/dev/ttyUSB5
initstate=start
exten=+17078635334
context=dongle-outgoing
initstring=‘ATZ;AT+CMEE=1;AT+CREG?;AT+CSQ’

[dongle-outgoing]
exten => _1NXXNXXXXXX,1,Dial(Dongle/dongle0/${EXTEN})
same => n,Hangup()

channel originate Dongle/dongle0/17023539183 application Playback()
[Jun 13 03:26:12] WARNING[2120288]: channel.c:215 channel_request: [dongle0] Request to call on device which can not make call at this moment
debian*CLI> dongle show devices

ID Group State RSSI Mode Submode Provider Name Model Firmware IMEI IMSI Number
dongle0 0 Free 23 0 0 LycaMobile Lyc SIMCOM_SIM +CGMR: LE20B04SIM 862636053296230 310240253771306 17075634316

Is this something about FreePBX ? If not, then you might try posting in the Asterisk forums.

If/when you do, what is this asterisk dongle ? A USB stick with a SIM running Asterisk on what ?

I suspect they are referring to chan_dongle, which is abandonware, and was never part of the official Asterisk project. It is a channel driver for Huawei USB GSM dongles (although there may be some for higher generations).

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.