I am using Mandrake 9.2, kannel 1.2.1
the conf file was an old conf file I used when I had kannel on my debian PC. It worked then.
2004-03-29 12:53:04 [5] ERROR: AT2[/dev/ttyS0]: got +CMT but pdu_extract failed
But otherwise it seems to work, I mean, bearerbox says "OK"
TimS
# THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
#
# It is run like this:
#
# 1% gw/bearerbox gw/smskannel.conf
# 2% gw/smsbox gw/smskannel.conf
# 3% test/fakesmsc -p 10000 -H localhost -i 1 -m 100 "123 345 text nop"
#
# ..all 3 commands in separate shells (or screen sessions)
#
# For any modifications to this file, see Kannel User Guide
# If that does not help, send email to [EMAIL PROTECTED]
#
# Kalle Marjola May 2000
# Changed for new fakesmsc version by Uoti Urpala Jan 2001
# Added service and sendsms for HTTP SMSC by Kalle Marjola Mar 2001
#
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = spybar
#status-password = foo
#admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "sms_kannel.log"
log-level = 1
#box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#unified-prefix = "+20,0020,0;+,00"
#access-log = "access.log"
#store-file = "kannel.store"
#ssl-certkey-file = "mycertandprivkeyfile.pem"
# SMSC CONNECTIONS FOR ERICSSON T28
group = smsc
smsc = at2
modemtype = ericsson_r520m
device = /dev/ttyS0
speed = 9600
keepalive = 10
sim-buffering = true
#pin = 1515
include = ../conf/modems.conf
# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
#sendsms-port = 13201
sendsms-port = 13013
global-sender = 3465
#sendsms-chars = "0123456789 +-"
#log-file = "/tmp/smsbox.log"
#log-level = 0
#access-log = "access.log"
# SEND-SMS USERS
group = sendsms-user
username = test
password = test
#user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"
#user-deny-ip = ""
#user-allow-ip = ""# this sender is for Kannel relay testing (http_smsc) group = sendsms-user username = kannel password = rL4y user-deny-ip = "*.*.*.*" user-allow-ip = "127.0.0.1" # SERVICES group = sms-service keyword = nop text = "You asked nothing and I did it!" # this service is for Kannel relay testing, when this Kannel # works as relay gateway #group = sms-service #keyword = relay #get-url = #"http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r"; #max-messages = 0 group = sms-service keyword = wave text = "ride the wave" #group = sms-service #keyword = default #text = "No service specified"
