Jabber Incoming Error, Google voice, Asterisk 1.8.7.1

New install of asterisk 1.8.7.1 on vmware hosted Ubuntu 11.04

dependencies and modules installed as described here

wiki.asterisk.org/wiki/display/ … ing+Google

Calling out using 3cx softphone > asterisk > google voice works

dialing the google voice number > asterisk > 3cx softphone does not

Jabber in debug reveals this (real user and digest removed)

JABBER: asterisk INCOMING: SpacetimeTalk1234567890Missing password.

JABBER: asterisk INCOMING: </stream:stream>
[Nov 9 20:03:39] ERROR[9719]: res_jabber.c:1577 aji_act_hook: aji_act_hook was called with out a packet
[Nov 9 20:03:39] WARNING[9719]: res_jabber.c:1392 aji_recv: Parsing failure: Hook returned an error.
[Nov 9 20:03:39] WARNING[9719]: res_jabber.c:2744 aji_recv_loop: JABBER: Got hook event.
[Nov 9 20:03:39] WARNING[9719]: res_jabber.c:2755 aji_recv_loop: JABBER: socket read error

I think this means that jabber is not connecting to gtalk/google voice for inbound connections

jabber.conf
[general]
autoregister=yes
debug=yes
autoprune=no

[asterisk]
type=client
serverhost=talk.google.com
username=Spacetime@gmail.com/Talk
secret=foo
port=5222
usetls=yes
usesasl=no
statusmessage="Asterisk"
timeout=100