我正在尝试配置kalkun应用程序。我通过以下步骤配置所有的东西,但我无法配置kalkun。我按照以下步骤操作:
sudo apt-get install gammu gammu-smsd
sudo gammu-config
sudo gammu-config
[gammu]
port = /dev/ttyUSB2
model =
connection = at19200
synchronizetime = yes
logfile =
logformat = textall
use_locking =
gammuloc =
sudo gedit / etc / gammu-smsdrc
# Configuration file for Gammu SMS Daemon
[gammu]
# Please configure this!
port = /dev/ttyUSB2
connection = at19200
# Debugging
logformat = textall
# SMSD configuration, see gammu-smsdrc(5)
[smsd]
service = sql
driver = native_mysql
logfile = /var/log/smsdlog
# Increase for debugging information
debuglevel = 0
user = root
password = root
pc = localhost
database = kalkun
#runonreceive = /opt/lampp/htdocs/kalkun_0.7.1/scripts/daemon.php
# Paths where messages are stored
inboxpath = /var/spool/gammu/inbox/
outboxpath = /var/spool/gammu/outbox/
sentsmspath = /var/spool/gammu/sent/
errorsmspath = /var/spool/gammu/error/
我正在使用XAMPP进行kalkun配置。我也按照https://github.com/back2arie/Kalkun/wiki/Installation中提到的所有步骤进行操作,但我不知道我无法获得安装位置,并且收到错误无法找到gammu数据库架构。请问有谁帮我解决这个问题?
答案 0 :(得分:0)
在Debian(和Ubuntu)包中,SQL文件位于/usr/share/doc/gammu-smsd/examples/
。
或者您可以使用online documentation,但这涵盖最新版本,架构可能不适合您使用的版本。