gammu: Initial version of module.
This commit is contained in:
parent
173791faef
commit
fa1867ad40
4 changed files with 252 additions and 0 deletions
21
gammu/templates/gammu-smsdrc.erb
Normal file
21
gammu/templates/gammu-smsdrc.erb
Normal file
|
@ -0,0 +1,21 @@
|
|||
[gammu]
|
||||
Connection = at
|
||||
Port = <%= @port %>
|
||||
|
||||
[smsd]
|
||||
Service = FILES
|
||||
<% if @pin -%>
|
||||
PIN = <%= @pin %>
|
||||
<% end -%>
|
||||
CheckBattery = 0
|
||||
CheckSecurity = 0
|
||||
CheckSignal = 0
|
||||
CommTimeout = 10
|
||||
LogFile = syslog
|
||||
<% if @receivecmd -%>
|
||||
RunOnReceive = /usr/local/sbin/gammu-smsd-receive
|
||||
<% end -%>
|
||||
|
||||
InboxFormat = unicode
|
||||
InboxPath = /var/spool/smsd/
|
||||
OutboxPath = /var/spool/smsd/
|
Loading…
Add table
Add a link
Reference in a new issue