SMS send verification

Roadrunner

Member
Licensed User
Longtime User
Hi everybody,

is there a way to check if a sms is send? I can't see some error in case of missing network coverage. At Basic4ppc I was able to catch an error if a sms couldn't dispatched.

Thanks in advance!
 

Roadrunner

Member
Licensed User
Longtime User
Ok, some more detailed:

Intention is to send a short message for record start and stop working times. This message will be passed to an automated time recording system. If a sms is missing or more than one message of a type is present this system can't calculate the working hours and a manual correction is needed.

So I'm looking for a way to check, if a message is still send and not maybe only placed in some kind of queue. Also I like to wait for the sending process.

Actually my procedure only runs through:

B4X:
Sub send_sms (text As String, number As String)
   Sms.Send(number, text)
End Sub

Any way to check for some kind of errors at dispatching?
If the mobile is at flight mode f.e. the sms.send routine runs already fine, but no sms is send.

Thanks!

Roady
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…