fixed wrong gammu path
This commit is contained in:
parent
3d63ee6d13
commit
e4f128a1ba
@ -115,10 +115,10 @@ matrix_sms_bridge_gammu_configuration: |
|
||||
[smsd]
|
||||
Service = files
|
||||
LoopSleep = 2
|
||||
InboxPath = /data/spool/inbox
|
||||
OutboxPath = /data/spool/outbox
|
||||
SentSMSPath = /data/spool/sent
|
||||
ErrorSMSPath = /data/spool/error
|
||||
InboxPath = /data/spool/inbox/
|
||||
OutboxPath = /data/spool/outbox/
|
||||
SentSMSPath = /data/spool/sent/
|
||||
ErrorSMSPath = /data/spool/error/
|
||||
InboxFormat = detail
|
||||
OutboxFormat = detail
|
||||
TransmitFormat = auto
|
||||
|
Loading…
Reference in New Issue
Block a user