Dear All, I have configured nokia 70 to work. Sending sms through kannel (web interface) is ok. But kannel is not receiving the sms when I send sms to that phone (nokia n70). The phone receives the sms and beeps but nothing happens to kannel. Actually I want kannel to receive that sms and post to a link I have configured in its configuration file.
My configuration file is group = core admin-port = 13000 admin-password = bar admin-deny-ip = "*.*.*.*" admin-allow-ip = "127.0.0.1;192.168.0.*" smsbox-port = 13003 wapbox-port = 13004 wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" access-log="/var/log/kannel/access.log" box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1;192.168.0.*" group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" # GSM modem group = smsc smsc = at smsc-id=N70 modemtype = nokiaphone device = /dev/ttyACM0 speed = 460800 #pin =2345 group = modems id = nokiaphone name = "Nokia Phone" detect-string = "Nokia N70" #detect-string2 = init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" #enable-hwhs = # fake smsc group = smsc smsc = fake port = 10000 connect-allow-ip = 127.0.0.1 group = smsbox bearerbox-host = localhost sendsms-port = 13131 sendsms-chars = "0123456789 " global-sender = 123456 access-log = "kannel.access" log-file = "smsbox.log" log-level = 0 group = sms-service keyword = nop text = "You asked nothing and I did it!" catch-all = true group = sms-service #keyword = keyword-regex = .* catch-all = yes get-url = " http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-%r " accept-x-kannel-headers = true max-messages = 0 #concatenation = true group = sms-service keyword = default text = "No action specified" group = sendsms-user username = username password = password ********************************************** I want kannel to receive the sms and send it to url given above " http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-%r " Rgds, Pratik
