I don't want to forward to my mobile number, I want to install some kind of "softphone" and have Twilio / Nexmo forward the call to that softphone. Can my Android phone receive VOIP calls directly somehow?
This seems like such a simple thing to do, but I can't figure out how to do it. Do I need my own "SIP trunk"? Surely not, for such a simple use-case.
Twilio developer evangelist here.
You can do this using an Android SIP soft phone (see this post for some recommendations) and Twilio's SIP Registration. Check out the gif below for how to set up SIP registration for incoming calls to a soft phone:
The steps are:
<Dial>
to your <Sip>
address on incoming callsLet me know if that helps at all.