📄 jsmsserver.conf
字号:
# jSMSServer Application.
# This application is based on the old jSMSEngine GUI, and provides a general purpose
# graphical interface. It can be used for a quick-start, if you don't want
# to mess around with the API itself.
# Please read README.txt for further information.
# This application is given / used together with jSMSEngine API.
#
# Configuration File.
# NOTE: after changing values, please restart jSMSServer.
#
#
# General Settings.
#
# Enable GUI appearance.
general.gui = yes
# Raw logs for incoming/outgoing messages.
# Blank means that logging is disabled.
# You are advised to leave these settings - after all you could
# use the data of in/out logs in case something goes wrong.
general.raw_in_log=./misc/incoming.raw
general.raw_out_log=./misc/outgoing.raw
#
# Phone Settings.
#
# Manufacturer / Model.
phone.manufacturer=Nokia
phone.model=6310i
# Interval for checking for incoming SMS / dispatching outgoing SMS.
# Value is in seconds.
phone.interval=15
# Delete messages from mobile's memory after processing?
# Values: yes/no
phone.delete_after_processing=no
# Phone storage memory in use.
# Use either "mem" or "sim".
# Some models require "mem" to work.
phone.storage=sim
# Phonebook entries.
phone.phone_book=./misc/phonebook.xml
# XML directory queues.
phone.xml_in_queue=./xml.in/
phone.xml_out_queue=./xml.out/
# Batch processing.
# For no limit, set respective field to -1.
# To stop incoming / outgoing processing, set respective number to 0.
phone.batch_incoming=-1
phone.batch_outgoing=-1
# Number of your SMSC. International format please.
# Leaving it empty, will use the device's build-in SMSC number.
# If you are using Siemens phones, LEAVE IT EMPTY!!!
phone.smsc_number=
# Type of encoding. Must be one of the values "7bit", "8bit" or "unicode", which
# means 7-Bit, 8-Bit and Unicode (16 Bit) respectively.
# Value has meaning only for outgoing messages when working in PDU mode!
phone.message_encoding=7bit
# The SIM pin.
# Leave it blank if the phone does not require any PIN.
phone.sim_pin=0000
# AutoForward phone.
# If set, incoming messages will be automatically forwarded to the specified number.
# If you don't need the autoforward feature, leave the following field blank.
phone.forward_number=
#
# Database Settings.
#
# Is database link enabled?
# Values: yes/no
database.enabled=no
# Database parameters.
# Database Types supported: sql92/mysql/mssql
database.type=mssql
database.url=jdbc:microsoft:sqlserver://localhost:1500;SelectMethod=cursor;DatabaseName=jSMSEngine
database.driver=com.microsoft.jdbc.sqlserver.SQLServerDriver
database.username=jsmsengine
database.password=jsmsengine
#
# Serial Port Settings.
#
serial.port=COM1
serial.baud=19200
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -