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/
