Send sms to all subscribers DB

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Keith Whyte keith at rhizomatica.org
Mon Mar 12 07:54:53 UTC 2018



On 12/03/18 08:32, Sandi Suhendro wrote:
> Dear list,
> anyone know if osmo-nitb can send sms to all subscribers like blast sms?
>
No.
> it would be nice if we can implemented it.

You /could/ write a function to loop around all subscribers and then
look someplace around here:
http://cgit.osmocom.org/osmo-msc/tree/src/libmsc/vty_interface_layer3.c#n441

As far as I remember though, you cannot type anything other than 7bit
chars into the VTY.

rather than doing that,  I would use a 3rd party application and submit
your bulk SMS via SMPP.
It has some minor issues, but It's not difficult to spin something up in
python with python-smpplib.

k/





More information about the OpenBSC mailing list