12-10-2009, 06:53 AM
Hi all,
I\'m trying to do a simple program to do a sms test every friday at a 9am. Just to make sure the system is working fine before weekend.
I have 8 phone numbers in the phone list, but only need to send to the first number.
This is what ive done:
Under Events: Responses
Fixed-yes, description- every friday sms test, name- Fri_Test.
Response Properties:
If Day = 5 And Hours = 9 Then
Limit Dialout 1
End If
Under Alarm Types:
Im using Dial Test and under \"Response\" i put \"Fri_Test\"
Please tell me where i\'ve gone wrong? As i didn\'t receive any sms on friday.
Also isit possible to type in the message that i wana send, say\" sms testing\".
I\'m not good with programming, so please make it simple, really appreciate all the help.
Thanks
I\'m trying to do a simple program to do a sms test every friday at a 9am. Just to make sure the system is working fine before weekend.
I have 8 phone numbers in the phone list, but only need to send to the first number.
This is what ive done:
Under Events: Responses
Fixed-yes, description- every friday sms test, name- Fri_Test.
Response Properties:
If Day = 5 And Hours = 9 Then
Limit Dialout 1
End If
Under Alarm Types:
Im using Dial Test and under \"Response\" i put \"Fri_Test\"
Please tell me where i\'ve gone wrong? As i didn\'t receive any sms on friday.
Also isit possible to type in the message that i wana send, say\" sms testing\".
I\'m not good with programming, so please make it simple, really appreciate all the help.
Thanks

