Hello,
Is it possible to setup a two-way SMS gateway using either Ozeki or Wammu? (I'm using windows)
This is what i want to implement
- Get messages from users
- Filter them according to "Keywords" they've used
- Send those as HTTP requests to a PHP script located on a server (external)
- Do a SQL query
- Get results and message the user back (SMS)
Thanks