Create Device Reccieve SMS Parse To Text ( SMS Gateway )
Posted
by
Chris Okyen
on Programmers
See other posts from Programmers
or by Chris Okyen
Published on 2012-11-05T21:59:00Z
Indexed on
2012/11/05
23:17 UTC
Read the original article
Hit count: 474
I want to use a server as a device to run a script to parse a SMS text in the following way.
I. The person types in a specific and special cell phone number (Similar to Facebook’s 32556 number used to post on your wall)
II. The user types a text message.
III. The user sends the text message.
IV. The message is sent to some kind of Device (the server) or SMS Gateway and receives it.
V. The thing described above that the message is sent to then parse the test message.
I understand that these three question will mix Programming and Server Stuff and could reside here or at DBA.SE
- How would I make such a cell phone number (described in step I) that would be sent to the Device?
- How do I create the device that then would receive it?
- Finally, how do I Parse the text message?
© Programmers or respective owner