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
Asterisk Version 18.23.1

[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

You’re free to ask here, but be aware that chan_dongle is not part of Asterisk and is seldom mentioned here. Knowledge likely reflects that.

I asked because if anyone use this with asterisk.

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