gammu: Fixed phone PIN code check.
This commit is contained in:
parent
345a8f9589
commit
d209999c7f
1 changed files with 3 additions and 1 deletions
|
@ -6,9 +6,11 @@ Port = <%= @port %>
|
||||||
Service = FILES
|
Service = FILES
|
||||||
<% if @pin -%>
|
<% if @pin -%>
|
||||||
PIN = <%= @pin %>
|
PIN = <%= @pin %>
|
||||||
|
CheckSecurity = 1
|
||||||
|
<% else -%>
|
||||||
|
CheckSecurity = 0
|
||||||
<% end -%>
|
<% end -%>
|
||||||
CheckBattery = 0
|
CheckBattery = 0
|
||||||
CheckSecurity = 0
|
|
||||||
CheckSignal = 0
|
CheckSignal = 0
|
||||||
CommTimeout = 10
|
CommTimeout = 10
|
||||||
LogFile = syslog
|
LogFile = syslog
|
||||||
|
|
Loading…
Add table
Reference in a new issue