Hello,
 
It is my first time using Kannel and I do not achieve that it me works.
 
Trying very much I have achieved that it receives the sms but it does not spend them to the servlet that I have realized.
 
Neither I manage to send sms with
 
 
Can someone help me to that it works?
 
 
A greeting and thank you very much.
 
The file kannel.conf that I use is:
#
# 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 users@kannel.org
#
#   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 = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
log-file = "/tmp/kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
access-log = "/tmp/access.log"
store-file = "/tmp/kannel.store"
 
# SMSC GSM
group = smsc
smsc = at
smsc-id = SERPA
speed = 9600
modemtype = wavecom
device = /dev/ttyS1
pin = ****
# In the line of up I put the PIN

sms-center = +34656000311
my-number = +34658969135
 
group = modems
id = wavecom
name = wavecom
no-smsc = false
detect-string = "WAVECOM"
 
# SMSBOX SETUP
 
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = +34658969135
log-file = "/tmp/smsbox.log"
sendsms-chars = "0123456789+"
 

# SEND-SMS USERS
 
group = sendsms-user
username = prueba
password = prueba
 

# SERVICES
 
group = sms-service
keyword = serpa
get-url = """>http://155.54.210.107:8080/prueba/index.jsp?movil=%p&op=%k&sms=%r"
accept-x-kannel-headers = true
 
# there should be default always
 
group = sms-service
keyword = default
get-url = """>http://155.54.210.107:8080/prueba/index.jsp?movil=%a"
 
 
 
 

---------------------------------------------------------------------------------
Javier de Andrés Rivero
Dept. Ingeniería de la Información y las Comunicaciones
Facultad de Informática
Universidad de Murcia
Telf. 968 367938
30001 Murcia

Reply via email to