mirror of
https://github.com/4IceG/luci-app-sms-tool-js.git
synced 2026-04-26 03:15:59 +03:00
[GH-ISSUE #10] Can't send USSD Codes #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-sms-tool-js#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bam80 on GitHub (Oct 1, 2023).
Original GitHub issue: https://github.com/4IceG/luci-app-sms-tool-js/issues/10
Can't send the USSD Code, get "TypeError: res.stdout is undefined" error:
Configuration:
Without "Sending USSD code in plain text" tick, it doesn't even try to send the Code.
@4IceG commented on GitHub (Oct 1, 2023):
Sending USSD codes works. The error may be caused by the unavailability of the modem. Remember that the modem cannot have LTE set/forced.
I did not change anything in the option of sending codes, if they worked before and do not work now, it means that the modem settings have changed and they need to be adjusted.
@bam80 commented on GitHub (Oct 1, 2023):
I'll check it again, but AFAIK the modem is available and connected to LTE as usual.
@4IceG commented on GitHub (Oct 1, 2023):
USSD codes do not work on LTE, the modem must be set to AUTO. If possible, reset the modem to default settings and then check.
@bam80 commented on GitHub (Oct 1, 2023):
Do you know the AT command to check?
The thing is it seems worked earlier on the same system with Quectel modem.
I didn't change modem settings (AFAIK), but upgraded OpenWrt and packages.
I have another system with the same configuration but different carrier, and USSD work there.
@4IceG commented on GitHub (Oct 2, 2023):
Have you tried restarting the modem? Restore it to default settings?
I don't know what kind of modem it is, so I can't guess at commands, for Quectels these commands are known, and if not, they are easy to find.
@bam80 commented on GitHub (Oct 2, 2023):
Sorry I didn't put it clear - both system's are with Quectel modems.
I don't have the access right now, but wanted to prepare things to try later.
@bam80 commented on GitHub (Oct 3, 2023):
Can I try to send USSD via CLI somehow?
@4IceG commented on GitHub (Oct 3, 2023):
I don't know anything about being able to send USSD codes this way.