Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incoming SMS never recognized #60

Open
KaitoCross opened this issue Aug 8, 2018 · 5 comments
Open

Incoming SMS never recognized #60

KaitoCross opened this issue Aug 8, 2018 · 5 comments

Comments

@KaitoCross
Copy link

KaitoCross commented Aug 8, 2018

Hey everyone! I am using a Huawei K3520 (voice works fine with this driver) and tried receiving sms using the example dialplan (i put it into the mail dialplan for the huawei) in the readme. But nothing is showing up in the textfile ever. How can i fix this?

@KaitoCross
Copy link
Author

On top of that, whenever i send SMS, the log starts repeating the message
[Aug 21 03:59:17] WARNING[30186][C-00000001] channel.c: Exceptionally long voice queue length queuing to Local/sms@dawei-00000000;2

@magcks
Copy link

magcks commented Feb 14, 2020

Did you enable smsaspdu?

Could you please post the payload from the +CMGR response? You can insert the following line to at_response.c#L1210 to print the CMGR to the asterisk console:
ast_log(LOG_WARNING, "[%s] CMGR: %s\n", PVT_ID(pvt), str);

@sergei-mironov
Copy link

@magcks could you please take a look at #121 Sounds like a similar issue. What is smsaspdu? I can't find an option like this

@magcks
Copy link

magcks commented Oct 23, 2020

Smsaspdu was an option to force the modem to send PDU or text formatted messages. I removed this option as the text mode is very hard to maintain (you need multiple character checks, to determine if this message can actually be sent via text mode).

@sergei-mironov
Copy link

Thanks, got it. I can find this option in some posts, it should be an older versions. But it turns out that my problem is not related to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants