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. 
When i set sim-buffering = true bearerbox is not at all connecting to device, 
if i set it false then the log is

2013-06-04 11:06:22 [4560] [10] DEBUG: boxc_receiver: got boxc_id <mysmsbox> 
from <127.0.0.1>
2013-06-04 11:06:32 [4560] [10] DEBUG: boxc_receiver: sms received
2013-06-04 11:06:32 [4560] [10] DEBUG: send_msg: sending msg to boxc: <mysmsbox>
2013-06-04 11:06:33 [4560] [6] DEBUG: AT2[Nokia]: TP-Validity-Period: 24.0 hours
2013-06-04 11:06:33 [4560] [6] DEBUG: AT2[Nokia]: --> AT+CMGS=27^M
2013-06-04 11:06:33 [4560] [6] DEBUG: AT2[Nokia]: <-- AT+CMGS=27>
2013-06-04 11:06:33 [4560] [6] DEBUG: AT2[Nokia]: send command status: 1
2013-06-04 11:06:33 [4560] [6] DEBUG: AT2[Nokia]: --> 
0011000A8179836101460000A70FCBB0DB5D6683A8E5391DD49C9F01
2013-06-04 11:06:33 [4560] [6] DEBUG: AT2[Nokia]: --> ^Z
2013-06-04 11:06:35 [4560] [6] DEBUG: AT2[Nokia]: <-- > 
0011000A8179836101460000A70FCBB0DB5D6683A8E5391DD49C9F01
2013-06-04 11:06:35 [4560] [6] DEBUG: AT2[Nokia]: <-- +CMGS: 253
2013-06-04 11:06:35 [4560] [6] DEBUG: AT2[Nokia]: <-- OK
2013-06-04 11:06:35 [4560] [6] DEBUG: AT2[Nokia]: send command status: 0

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<http://localhost/sms.php?phone=%25p&text=%25a>"

Thank you in advance.

Reply via email to