Call to google hangout

Hi folks,

I am trying to make a call from phone sip phone to google hangout. I made it work a few years back using asterisk 1.8 with gtalk module but now i am running Asterisk 14.7.8 so i have motif as gtalk is no more around.

I have followed https://wiki.asterisk.org/wiki/display/AST/Calling+using+Google#CallingusingGoogle-ExampleXMPPConfiguration

Made changes in xmpp.conf and motif.conf. port 5222 is opened.

[google]
type=client
serverhost=talk.google.com
username=myusername@gmail.com
secret=xxxxx
buddy=buddy1@gmail.com
buddy=buddy2@gmail.com
priority=25
port=5222
usetls=yes
usesasl=yes
status=available
statusmessage=“PBX - Available”
timeout=5

motif.conf is
[google]
context=incoming-motif
disallow=all
allow=ulaw
allow=h264
connection=google

dialplan
Dial(Motif/google/mybudy1@gmail.com,r)

On the console i see the following ERROR:
No XMPP connection available when trying to connect client ‘google’

Any clue ?

Thanks

It is not supported. Google no longer uses the protocol.

Ok thank you for the response.
So Google is not using xmpp anymore?

That is correct, Google no longer uses XMPP.

1 Like

got it, silly me i should have checked it out. well i can’t believe they did it. I hope we will have a solution for gsuit chat now.

Thank you for your quick response.

cheers!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.