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

Gammu-smsd cant receive multipart sms and save to file #761

Open
Glenno-H opened this issue Dec 5, 2022 · 1 comment
Open

Gammu-smsd cant receive multipart sms and save to file #761

Glenno-H opened this issue Dec 5, 2022 · 1 comment

Comments

@Glenno-H
Copy link

Glenno-H commented Dec 5, 2022

Gammu-smsd cant seem to be able to recieve multipart sms and save to a file. The config works fine on short sms's

Dec 5 16:52:45 Pi-400 gammu-smsd[369378]: Read 50 messages
Dec 5 16:52:45 Pi-400 gammu-smsd[369378]: Multipart message 0xAC, 2 parts of 2
Dec 5 16:52:45 Pi-400 gammu-smsd[369378]: Cannot save file!, Error 2: No such file or directory
Dec 5 16:52:45 Pi-400 gammu-smsd[369378]: Error processing SMS: Can not open specified file. (CANTOPENFILE[28])

gammu-sms config
[gammu]
port = /dev/ttyUSB1
connection = at

[smsd]
PIN = 0000
service = files
RunOnReceive = /smsuser/SMS-To-Email/Email.sh
logfile = syslog
debuglevel = 3
ReceiveFrequency = 10

Paths where messages are stored

inboxpath = /var/spool/gammu/inbox/
outboxpath = /var/spool/gammu/outbox/
sentsmspath = /var/spool/gammu/sent/
errorsmspath = /var/spool/gammu/error/

@pjarmuzek
Copy link

Hi,
Change debuglevel to 255, restart smsd, and see what's in the log.
Error 28 is frequently on Linux - no space left on the device, maybe your /var/spool is full.

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

2 participants