Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

To be honest I only really need the virtual number, to redirect to arbitrary phones. The stuff Google never bothered to export to these godforsaken European colonies.


Are you telling me there is a concept out there for “virtual phone numbers”? I feel like i’ve been living under a rock. I’d find such a service particularly useful. I’d use a phone number for each type of activity. I get so many spam calls it’s crazy.


I'll throw the provider in the mix that I'm happy with: numberbarn.com They make it easy to search for phone numbers you might be interested in and either park or forward them.


I've been doing this with Twilio for years. It's great.


I dont understand how i missed this. I own three phones, one real dumb, just to workaround the issue.


How many HN threads do you read a week? =]

Up until the latest AI wave, Twilio was almost in every thread about a new service!


Is there an open source server you use to proxy SMS/calls to your real phone?


You can have calls redirected on Twilio to another number easily by using a "Twimlet" which is a pre-built "TwiML" (Twilio's XML markup) generator.

https://www.twilio.com/labs/twimlets

I use the "Forward" one for calls.

For SMS, it used to be not too complicated - I would host a file directly on Twilio (using a Twilio bin) to forward the SMS to another number.

Recently, sending out SMS's has become a lot more complicated due to compliance (Twilio wants to make sure you don't spam people - but the burden on small developers was just too much for me, after ~2-3 months of back and forth emailing with them to get approved)

I've switched my SMS forwarding to use https://pushover.net/ . I use Twilio's hosted nodejs platform to get the incoming SMS message, and use Pushover's API.

It's potentially brittle-ish overall (lots of pieces) but it's also been working for years.

A native mobile app that would let me just get calls and sms for my hosted Twilio phone numbers is really what I'm asking for... :-)


Can you not "just" pay a subscription for a VoIP/SIP phone number and then use a compatible app on your phone? There are several providers you can just pay a per-number monthly fee and will handle calls and texts.


That might have been the easiest i.e. transferring my numbers to voip.ms (instead of Twilio) and then not have to do the forwarding at all.

I'm a bit locked in for now (and am dreading transferring all the numbers I've accumulated) but yeah. Thanks for the perspective


Yes, similar to Nginx or Apache for HTTP there are programs like FreeSwitch or Asterisk that serve SIP+Media traffic for you. You still need a service that does routing to your server based on a phone number. This is called "SIP trunking", and many companies like Twilio, Vonage, Bandwidth, etc. offer it.

In some countries even phone carriers may offer SIP trunking for individuals. But most often they work with a handful of resellers, who in turn have smaller and smaller companies as their clients. So, if you only need to support a small volume of calls you'd find that your prices per connection or per minute are higher.

Similar to sending email, telephony is a business of volume. The more call you make the less your prices are going to be. I worked in telephony space for a few years, and it's a fascinating industry.


I use voip.ms, I'm very happy with their service. They have well documented REST API service for access.


Unlike most other suggestions in this thread, which are US/Canada only, this actually works in my corner of the Earth. Price is a bit high (yes, I'm a cheapskate, but I'll also be a very low-volume account), but might give it a spin. Thank you!


There are tonnes of these providers out there. OpenPhone is quite popular. Please be aware that these types of services don’t receive 2FA SMS reliably. But calls normally work fine.


I've used tossabledigits.com for years... great service.


You might try https://jmp.chat. I'm very happy with them, I get SMS for everything I've tried(though I haven't tried everything/much).

It's just an XMPP gateway, so you can use any XMPP capable chat client or gateway you want. XMPP isn't the worlds best protocol, but it works fine.


To clarify: do you need to forward phone calls, or only forwarding incoming SMS to another phone? (We are working on such a product and would love your feedback and wish list)




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: