You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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/
The text was updated successfully, but these errors were encountered: