Process incoming SMS based on senders number

Process incoming SMS based on senders number SearchSearch
Author Message
adrian bellwood
New member
Username: Adrianb

Post Number: 1
Registered: 08-2006
Posted on Saturday, August 19, 2006 - 02:46 pm:   

Hi,

Is it possible to process an incoming txt based on the senders number and NOT a command word.

Basically if say 07123432143 sends a text, I would want it to be then sent on to a different mobile number, so the software would be a relay.

Any help would be appreciated.

Thanks.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6393
Registered: 10-2002
Posted on Saturday, August 19, 2006 - 04:31 pm:   

Hi Adrian,

You can do this, but you need to perform the conditional logic in your script.

The sender would get passed as one of the variables to your script...your script tests this value and performs different logic based upon the value.

-bn