Hello, Trying to connect my Asterisk 13 server to make outgoing calls and receive incoming calls to my Google voice account. I get the below message from my CLI
WARNING[14793]: res_xmpp.c:3798 xmpp_client_thread: JABBER: socket
Here is my xmpp.conf
[google]
type=client
serverhost=talk.google.com
username=my_username@gmail.com
secret=my_password@gmail.com
priority=25
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage=Asterisk Phone
timeout=5
'Here is my motif.conf
[google]
context=incoming-motif
disallow=all
allow=ulaw
connection=google
Can anyone see anything that looks to be off? I have tried everything including enabling less secure apps on Google.
Thanks!