|
From: Joe M <jm...@gm...> - 2015-08-12 01:42:49
|
but would it work if I only use the "openregistration" not the standard registration process? On Tue, Aug 11, 2015 at 10:21 PM, Robert Light <rob...@gm...> wrote: > This command from CLI sends a text message via SMS to a given MS , > addressed by IMSI and appearing to originate from a given source address: > > sendsms <IMSI> <sourceAddress> <"your message"> > > You can also feed CLI with this command from external script to send many > text messages. > All IMSI numbers are stored in a database. Just write a script that reads > the database and feeds the CLI with "sendsms" commands. > > > > > > > Hi everyone, > > hope you could help me on these simple questions > > > > > > Question 1: > > Part of my project I'm setting an openbts that function only as SMS > sender > > (a project that related emergency-situation case) > > > > I want any phone/IMSI can receive a notification several time. > notification > > #1 and #2 and #3 may be few minutes apart. > > I found that by using openregistration I can get any phone number to get > > one SMS (usually a welcome message), I call it SMS #1. > > Now, is there anyway for me to send SMS#2, and #3 to those phones that > > already received the SMS#1? > > And if yes I can send SMS#2 and #3 to these users, how many users maximum > > OpenBTS can hold (does it have a temporary database?) ? > > > > > > p.s I'm not thinking of using "registration" process as I believe it's > only > > possible to register specific IMSI and I need to send SMS to ANY IMSI. > > > > thank you so much, > > > > Cheers, > > joe > > > > > > > |