My scenario is:
1) through HTTP one WEB application call  Kannel and send SMS
2) Kannel receive a SMS and forward message to WEB application


so i have installed kannel and connect it to a mobile phone (nokia 6230)

I just sent SMS, and now i have to receive SMS and forward to WEB
application

How i can do this!?!


this is my configuration:
group = smsc
smsc = at
smsc-id = "nokia6230"
modemtype = nokiaphone
device = /dev/ttyACM0
#my-number = 777777777
speed = 9600
connect-allow-ip = 127.0.0.1
log-level = 0
sim-buffering = true
include = /kannel/gateway-1.4.1/doc/examples/modems.conf

And modem.conf:
group = modems
id = nokiaphone
name = "Nokia Phone"
detect-string = "Nokia Mobile Phone"
need-sleep = true
message-storage = "SM"
init-string = "AT+CNMI=1,2,0,1,0;+CMEE=1"
keepalive-cmd = "AT+CBC;+CSQ"

thanx to all

Reply via email to