It looks like google voice/video wants to see an ipv4 address configured. SIP is probably looking for the same thing. try running (as root): ip addr add 10.255.255.254/30 dev gprs0 (If you don't have /sbin/ip, it comes from the iproute package) After doing that, google voice worked for me. I'd be interested to hear if SIP starts working too.