entropyqueen / YateBTS_smssend

C++ plugin for YateBTS to easily send SMS through command line
MIT License
19 stars 12 forks source link

Feature request #3

Closed eliddell1 closed 6 years ago

eliddell1 commented 6 years ago

I would like to see a way to send to all msisdn via comma separations or to all registered msisdn's via regex .* or something

entropyqueen commented 6 years ago

Hello, first, please learn to say hi or hello when speaking to someone, I wanted to close this issue for only this reason. Anyway, I don't have the bladeRF anymore, so I have no way to test this feature even if I add it. Feel free to make a fork of this repo or a pull request if you add it :D

If you don't feel like adding this feature directly to the plugin, I may suggest you to make a script that connects to the telnet interface and get all the MSISDN and send a message for each of them. (ugly but it should work)

eliddell1 commented 6 years ago

thank you and sorry, meant no offense by not saying hi. Can you point to any documentation on how to writing a telnet command patch for yate?

entropyqueen commented 6 years ago

Sorry I've been a bit harsh, I had just woken up, was a bit grumpy ^^' Well I'd probably do it using the pexpect package in python, it allows to manage i/o dynamically in a script. Or maybe in a bash script, but I'm not sure how complex it would be.