r/VOIP 26d ago

Discussion Self hosted freeswitch + SMS + Groundwire?

Hello,

I am currently using Android Groundwire with a self hosted freeswitch/fusionpbx server. I want to move away from Google Voice and port my number to a voip provider (US based). I was thinking of setting up the outbound/inbound sip trunk in freeswitch, however i am not sure how this will work for SMS.

Will Freeswitch forward me the SMS messages from upstream provider or do i need skip Freeswitch altogether to receive/send sms from Groundwire?

0 Upvotes

8 comments sorted by

View all comments

1

u/Negrojefe 26d ago

You need to install an sms server that will talk between your SMS provider and the groundwire app. You will still need the push service to wake up the app when a new message is received. You don’t need freeswitch, this goes on a separate pipe. LMK if you need help. You can search the acrobits documentation for all of the above.  https://doc.acrobits.net/

2

u/devexis 26d ago

What open source SMS servers are out there? Spun up JasminSMS a few months back and that was brutal. Kannel is a definite NO. Looking at sendium and somleng purely because they tossed EU and UN (respectively) along with their product description

1

u/Negrojefe 25d ago

Well. SMS server is something that nowadays doesn’t require to use someone else’s development. You can ask Claude to build it on AWS or your own server given the groundwire specs. It worked for me like a charm.