-
Notifications
You must be signed in to change notification settings - Fork 105
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
smsdb.c error-message #78
Comments
I have similar problem |
@ruijorgesilva1: you have to install sqlite3 first: sudo apt-get install libsqlite3-dev |
@hhornung Thank you! Best Regards |
still the same: |
Actually not the same. Do rm /var/lib/asterisk/smsdb.sqlite and restart asterisk. |
yes - that's right. The message is gone - tx :) |
@magcks But your latest build is crashing on unload (module unload chan_dongle) asterisk-Version is 13.31.0 on a raspberry pi 4 B |
I will check that, thank you. The other stuff is working? USSD, sending and receiving long SMS and Calls? Which Modem do you use BTW? |
The modem is a K3520 and sorry I have not checked all this stuff yet (calls are working). |
Can you please check the current version? If possible, can you also check the other stuff, please? It would be great so know if it works on other modems. |
This should be fixed now. The smsdb doesn't use any threads anymore now. |
with the newest release (2/24/20) I receive the following error-message at startup:
[2020-02-25 18:55:11] WARNING[10078] smsdb.c: Couldn't prepare statement 'INSERT INTO outgoing (key, refid) VALUES (?, 0) ON CONFLICT(key) DO UPDATE SET refid = CASE WHEN refid < 65535 THEN refid + 1 ELSE 0 END': near "ON": syntax error
How can I solve this?
best regards
The text was updated successfully, but these errors were encountered: