Hacker News new | ask | show | jobs
by lifty 1948 days ago
Does anyone know if you could you this combo to creat some kind of VoIP gateway that could forward calls to an app on an iPhone over the Internet?
2 comments

There is something for Asterisk called chan_dongle.

Then you can use any SIP client on your iPhone to connect to that Asterisk and make/recieve calls.

You could probably develop one if you want. This is exactly what ride-hailing app Grab did in their app to make a call without exposing their phone numbers by forwarding calls to their server instead.
I'm pretty certain they wouldn't have used a raspberry pi for that