Only one of the numbers out of two is getting SMS


#1

1) Give a description of the problem
SMS not sent to 2nd number.

2) What is the expected behaviour?
Both no’s. should get SMS now only the first one gets it.

3) What is happening/not happening?
I have two phone numbers in there and only the first one gets SMS.

**4) Post a Green Snapshot of the piston!


5) Attach logs after turning logging level to Full
5/27/2019, 8:09:52 AM +499ms
+2ms ╔Received event [S].address1 = Work with a delay of 81ms
+109ms ║RunTime Analysis CS > 22ms > PS > 41ms > PE > 45ms > CE
+111ms ║Runtime (38115 bytes) successfully initialized in 41ms (v0.3.10b.20190514) (108ms)
+112ms ║╔Execution stage started
+130ms ║║Comparison (time) 29392616 is_between (time) 25200000 … (time) 36000000 = true (10ms)
+131ms ║║Time restriction check passed
+133ms ║║Condition #1 evaluated true (16ms)
+134ms ║║Condition group #null evaluated true (state did not change) (17ms)
+142ms ║║Comparison (string) Work changes_to (string) Work = true (1ms)
+143ms ║║Cancelling condition #3’s schedules…
+145ms ║║Condition #3 evaluated true (7ms)
+146ms ║║Cancelling condition #2’s schedules…
+147ms ║║Condition group #2 evaluated true (state changed) (10ms)
+150ms ║║Cancelling statement #4’s schedules…
+172ms ║║Executed virtual command sendSMSNotification (16ms)
+176ms ║╚Execution stage complete. (63ms)
+177ms ╚Event processed successfully (177ms)

This is the format I have the nos. in and before both numbers were getting SMS -
+xxxxxxx,
+xxxxxxx;


#2

Phone numbers for me work like this 1111111111;2222222222
ie. a semicolon between them.


#3

Thanks that worked but today again only 1 number got the text. Mine is the 2nd no. that didn’t get the text today. Worked after putting semicolon as you suggested up until yesterday.


#4

I usually keep them as separate commands, and add a 1 second WAIT between the two SMS commands.

If there are too many things trying to happen in the same instant, sometimes commands will get lost in the ethers…