Hi eveybody. I have Kannel 1.1.4 running under Windows 2000 and have configured it as SMS Gateway with a Wavecom WMOD2 Modem. It sends SMSs fine, but when it receives a SMS, receives it twice or three times. I don't want to reply to the incoming SMS so I have max-messages=0 for every keyword received.
 
My kannel.conf file:
 
group = core
admin-port = 13000
smsbox-port = 19900
wapbox-port = 13005
admin-password = bar
unified-prefix = "+34,34"
wdp-interface-name = "*"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
access-log = "E:/Temp/access.log"
group = wapbox
bearerbox-host = localhost
syslog-level = none
 
group = smsc
validityperiod = 0
smsc = at
modemtype = wavecom
device = COM1
pin = XXXX
 
group = smsbox
global-sender = 13013
bearerbox-host = localhost
sendsms-port = 13004
 
group = sms-service
keyword = default
text = "%a"
max-messages = 0
 
group = sendsms-user
concatenation = 0
max-messages = 2
username = XXXXX
password = XXXXX
 
Thanks in advance

 

Attachment: 1.gif
Description: GIF image

Reply via email to