Hello,

I am having some interesting problem. Every time I send a message to my GSM
modem using a mobile phone, it returns the same message to the mobile phone.
Same content, automatically.

When I start kannel I load:

./bearerbox -v 0 /kannel.conf 

Then I load: 

./smsbox -v 0 /kannel.conf 

Could you help me?

Thanks

Chun

My kannel.conf:

group = core
admin-port = 13****
smsbox-port = 1****
admin-password = ****
status-password = ****
log-file = "/home/****SMSconf.log"
log-level = 0
store-type = file
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
access-log = "/home/****/access.log"
store-file = "/home/****/kannel.store"
dlr-storage = internal

group = smsc
smsc = at
smsc-id = ****
modemtype = auto
device= /dev/ttyUSB2
#my-number = +****
my-number = +****
sms-center = +****
log-level = 0
sim-buffering = false
allowed-prefix = "+****"
reroute = false

group = modems
id = ZTE
name = "ZTE"
init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0;+CNMI=1,2,0,1,0;+CMGF=1"
init-string = "AT+CSCA="+****"" 
detect-string = "ZTE INCORPORATED"
message-storage = "SM"
no-smsc = false

group = smsbox
bearerbox-host = 127.0.0.1
bearerbox-port = 13****
sendsms-port = 13****
log-file = "/home/****/smsbox.log"
log-level=0

group = sendsms-user
username = ****
password = ****
concatenation= true
max-messages = 10

group = sms-service
keyword = default
catch-all = true
text = "Good mLearn"
get-url = "http://localhost/sendsms.php?mobile=%p&text=%a";
-- 
View this message in context: 
http://old.nabble.com/Kannel-keeps-replying-me-tp32696458p32696458.html
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to