Dear Kannel Users,

Whenever message is received to my mobile i.e Nokia 5233 it is not showing in 
Log and also it is not calling get-url but i can send sms from the same device. 
If you find it could you please reply me as soon as possible. My configuration 
file is as below.

group = core
 admin-port = 13003
 admin-password =
 admin-allow-ip = "127.0.0.1"
 dlr-storage = mysql
 smsbox-port = 13016
 log-file = "/var/log/kannel/bearerbox.log"
 access-log = "/var/log/kannel/access.log"
 box-allow-ip = "127.0.0.1"
 log-level = 0

group = smsc
 smsc-id = Nokia
 smsc = at
 modemtype = USB Modem
 device= /dev/ttyACM0
 my-number = xxxxxxxxxxxxxx
 connect-allow-ip = 127.0.0.1
 sim-buffering = false
 log-level = 0

group = mysql-connection
 id = mydlr
 host = localhost
 username = root
 password = xxxx
 database = kannel

group = dlr-db
 id = mydlr
 table = dlr
 field-smsc = smsc
 field-timestamp = ts
 field-source=source
 field-destination = destination
 field-service = service
 field-url = url
 field-mask = mask
 field-status = status
 field-boxc-id = boxc

group = modems
 id = Nokia
 name = Nokia
 detect-string = "Nokia"
 init-string = "ATZ"
 init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
 message-storage = SM

group = smsbox
 smsbox-id = mysmsbox
 bearerbox-host = localhost
 bearerbox-port = 13020
 sendsms-port = 13013
 global-sender = xxxxx
 access-log = "/var/log/kannel/smsbox-access.log"
 log-file = "/var/log/kannel/smsbox.log"
 log-level = 0
 mo-recode = true

group = smsbox-route
 smsbox-id = mysmsbox
 smsc-id = Nokia

group = sendsms-user
 username = kannel
 password = kannelPass
 concatenation= true
 max-messages = 10000

group = sms-service
 keyword = default
 catch-all = yes
 max-messages = 10
 get-url = "http://localhost/sms.php?phone=%p&text=%a";

Thank you in advance.

Reply via email to