I purchased the router as above to test functionality (we will need more devices if it works). I was hoping that I will receive incoming SMS over SMPP but that’s not the case. I am reading some posts like this or that suggesting that receiving SMS is possible.
I have bound my SMPP client as the transceiver but I could.
Is it possible to receive Inbound SMS over SMPP. which devices support that ?
How hard would be to implement the smppd to be passtrhough?
We did openwrt development before and we would like to contribute. This is quite important feature for us.
If you would like to proceed, you would need to develop your own SMPP application that can accept all incoming messages. Please note that this may cause conflicts with other SMS services, and we cannot guarantee that it will function correctly in such a setup.
As an alternative, you could create a custom script using the API to collect and forward messages. However, please be aware that messages cannot be forwarded directly to an SMPP application.
Thank you - I am happy to develop the SMPP server ( I did a few of them in the past)
Would you be able to provide some additional information such as how to interact with the hardware/bus/whatever is used internally to read and send SMS?
OK, I figured it out. I am using ubus for communication with the GSM stack. I wrote the SMPP server and it works great!
Another question - would it be possible to get into to the phone call? Ideally, I’d like to get to the media and send the inbound call over SIP. Can you provide any guidance how this should be done?
it is impossible to access phone call media or forward inbound calls over SIP on this platform. The device does not expose the voice/media stream via AT commands, API, or other interfaces, so no supported method exists.
Even if it was implemented, the device would not support it.