PIN Check

From IPLOG
Revision as of 12:18, 10 June 2019 by Z013 (talk | contribs) (Created page with "=== How to Enable/Disable PIN Check. === PIN configurations are included in the file '''smsd.conf'''. Edit the file by Vi, default text editor. {{NotePre |text=root@iplog:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

How to Enable/Disable PIN Check.

PIN configurations are included in the file smsd.conf.


Edit the file by Vi, default text editor.

root@iplog:~# vi /etc/smsd.conf


Enable PIN - delete charakter # before pin = 1111 to enable PIN check.

Disable PIN - insert charakter # before pin = 1111 to disable PIN check.

Change PIN - edit numbers behind charakter pin =.

# Example smsd.conf. Read the manual for a description

devices = TELIT-UL865
logfile = /var/log/smsd.log
loglevel = 3

[TELIT-UL865]
device = /dev/ttyACM3
check_sim = yes
check_sim_retries = forever
# Some mobile operators (like Czech O2) during the logging to network several times reject the SIM.
# This causes an unexpected end of the daemon. This is why the network check is disabled.
check_network = no
incoming = yes
#pin = 1111


Tip:
Text editing - hit the i (insert mode).
Save and Exit - write charakter :wq (write and quit). The cursor moves to bottom of screen whenever a colon (:) is typed. This type of command is completed by hitting the Enter key.