📄 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.
#
# jSMSEngine API.
# An open-source API package for sending and receiving SMS via a GSM device.
# Copyright (C) 2002-2006, Thanasis Delenikas, Athens/GREECE
# Web Site: http://www.jsmsengine.org
#
# jSMSEngine is a package which can be used in order to add SMS processing
# capabilities in an application. jSMSEngine is written in Java. It allows you
# to communicate with a compatible mobile phone or GSM Modem, and
# send / receive SMS messages.
#
# jSMSEngine is distributed under the LGPL license.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
#
# 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
# 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.
# ** WARNING ** OPTION IS NOT YET FINALIZED - PLEASE LEAVE TO -1.
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 + -