Hello,

I'm running Kannel 1.4.3 on Centos 6.5 with a Wavecom GPRS Modem and I
can't send messages more than 160chars. Been trying to figure aout how
to, but it's not beeing easy, so I'm asking for help. Here are my
kannel.conf and my modems.conf files.
I'm also using the playsms web interface to send some sms's and also
using the Outystems platform to send SMS's trough our app's. Neither of
this, nor via the command line send messages bigger than 160 chars. Also
can't have Portuguese special chars, but that's something I would like
to adress later... unless you can provide info on both the subjects.

Can you please provide guidance on this?

########## Kannel.conf BEGIN ###########

#
#CORE
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = **********
status-password = **********
sms-resend-retry = 0
admin-allow-ip = *.*.*.*
log-file = /var/log/kannel/bearerbox.log
access-log = /var/log/kannel/beboxaccess.log
log-level = 0
box-allow-ip = *.*.*.*
store-type = file
store-location = /var/log/kannel/kannel.store
#THIS DEFINES EXTERNAL DLR STORAGE
dlr-storage = internal

#THIS DEFINES mysql connection parameters to playsms database
group = mysql-connection
id = mydlr
host = myserver.foo.bar
username = 9999999
password = "**********"
database = playsms
max-connections = 1

#THIS DEFINES THE TABLE dlr PARAMETERS
group = dlr-db
id = mysqltable
table = dlr
field-smsc = smsc
field-timestamp = ts
field-destination = destination
field-source = source
field-service = service
field-url = url
field-mask = mask
field-status = status
field-boxc-id = boxc

# SMSC CONNECTIONS
group = smsc
smsc = at
modemtype = wavecom
#device = /dev/ttyACM0
device = /dev/ttyUSB0
pin= ****
sim-buffering = true
log-level = 0
#Optional data coding scheme value usage.
#alt-dcs= FX
alt-dcs=0
host = xxx.16.0.xxx

# SMSBOX SETUP
group = smsbox
bearerbox-host = myserver.foo.bar
sendsms-port = 13013
global-sender = *********
log-level = 0
log-file = /var/log/kannel/smsbox.log
access-log = /var/log/kannel/smsboxaccess.log

# SEND-SMS USERS
group = sendsms-user
username = user
password = **********
max-messages = 3
concatenation = true

# SMS SERVICE 'default'
group = sms-service
accept-x-kannel-headers = true
max-messages         = 3
concatenation         = true
catch-all         = true
omit-empty         = true
keyword = default
assume-plain-text = true
get-url =
"http://172.16.0.77/playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a";

## MODEMS
include = /data/kannel/modems.conf

########## Kannel.conf END ###########



########## modems.conf BEGIN ###########

group = modems
id = wavecom
name = Wavecom
speed = 9600
init-string = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
message-storage = SM
enable-mms = true

########## modems.conf END ###########


Best regards
Bruno




Reply via email to