Hi list for the very first time,
I am assigned a job to do implement an SMS gateway. Have contacted with the SMSC and agreed on a test port account. They are using SMPP protocol 3.4.
I am trying to make kannel sms gw work.
I have installed it on suse9.0 box and working in a fake environment.
I manage to send sms trough HTTPPOST and it says Sent in the browser :-)
We are doing this for a bank, and there will be 2 types of messages actually 2 initiators:
triggered by users (user will send sms with content "account" and get the current amount of money they have on their account, and SMS triggered by the DB server i.e. daily or on money amount change.
So the operator is doing the sms traffic all I have to do is process the request of the incoming smss and send a reply back. (or just send sms initiated by some change in the bank database)
Since we are doing the core banking business logic all the queries to the DB that will be done by html query string are not a big problem(not for me but for developers Wink .
What I don't know (among 1000 other things concerning kannel) is how to process the incoming sms, how to produce it, where to catch that event, and how to act upon it.
10x
Alex
