AWAITING FEEDBACK Google Trunk not working

MisterQ

Member
Joined
Dec 11, 2007
Messages
188
Reaction score
5
Followed the instructions re OAUTH etc, and am getting the following - also if I go to the specific page in Freepbx for the Google Voice account, down the bottom under Status, it is saying "Disconnected"

ideas?


2016-05-23 07:06:44] ERROR[13228]: res_xmpp.c:3893 fetch_access_token: object is NULL
[2016-05-23 07:06:44] ERROR[13228]: res_xmpp.c:3661 xmpp_client_reconnect: No XMPP connection available when trying to connect client 'gpxxxxxggmailcom'
[2016-05-23 07:06:48] NOTICE[13228]: res_xmpp.c:3639 xmpp_client_reconnect: Connecting to client token : 1/aPUGeGlkNFrLOrf0DQ2T6hXEDFk1toQcqbM-axpkWls
[2016-05-23 07:06:48] NOTICE[13228]: res_xmpp.c:3877 fetch_access_token: Command CURL(https://www.googleapis.com/oauth2/v...EDFk1toQcqbM-axpkWls&grant_type=refresh_token)
[2016-05-23 07:06:48] WARNING[13228]: func_curl.c:684 acf_curl_helper: Failed to connect to www.googleapis.com port 443: Connection refused ('https://www.googleapis.com/oauth2/v3/token')
[2016-05-23 07:06:48] NOTICE[13228]: res_xmpp.c:3881 fetch_access_token: Command status :
[2016-0
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,170
Reaction score
5,199
Did you follow tutorial to obtain your access token?
 

MisterQ

Member
Joined
Dec 11, 2007
Messages
188
Reaction score
5
Abolutely - but looking at the errors, it looks almost like an authorization issue. Did I see undo instructions somewhere - time to restart.??
 

billsimon

Well-Known Member
Joined
Jan 2, 2011
Messages
1,535
Reaction score
728
Abolutely - but looking at the errors, it looks almost like an authorization issue. Did I see undo instructions somewhere - time to restart.??
The error message says failed to connect. Is DNS configured?
 

MisterQ

Member
Joined
Dec 11, 2007
Messages
188
Reaction score
5
Would appear to be. I can ping to Google etc. There have been some IPV6 glitches with my ISP. Related?
 

billsimon

Well-Known Member
Joined
Jan 2, 2011
Messages
1,535
Reaction score
728
Test and see... from the shell:

Code:
# curl -I -6 https://www.googleapis.com
HTTP/1.1 404 Not Found
...
Vary: Origin,Accept-Encoding

# curl -I -4 https://www.googleapis.com
HTTP/1.1 404 Not Found
...
Vary: Origin,Accept-Encoding

The first tests connectivity to the site using IPv6, the second using IPv4. You should get the Not Found response from Google.
 

Members online

Forum statistics

Threads
25,782
Messages
167,513
Members
19,203
Latest member
frapu
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top