[asterisk-bugs] [JIRA] (ASTERISK-27346) Asterisk Crashes Using OAuth 2.0

Michael Kuron (JIRA) noreply at issues.asterisk.org
Mon Oct 16 15:39:20 CDT 2017


    [ https://issues.asterisk.org/jira/browse/ASTERISK-27346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=239389#comment-239389 ] 

Michael Kuron commented on ASTERISK-27346:
------------------------------------------

I think I have seen the same issue a while ago and fixed it by adding the following to modules.conf:
{code}
preload => res_curl.so
preload => func_curl.so
{code}

I never got around to investigating that, but it seems like a module dependency issue (assuming this is even the same bug you’re seeing).

> Asterisk Crashes Using OAuth 2.0
> --------------------------------
>
>                 Key: ASTERISK-27346
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27346
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_xmpp
>    Affects Versions: 15.1.0
>            Reporter: Ronald Raikes
>            Assignee: Unassigned
>            Severity: Minor
>         Attachments: backtrace.zip
>
>
> Google Voice operation is normal when OAuth 2.0 is not used:
> [*********gmailcom]
> type=client
> serverhost=talk.google.com
> username=********@gmail.com
> secret=**********
> # refresh_token=*********************************************
> # oauth_clientid=*********************************************.apps.googleusercontent.com
> # oauth_secret=************************
> port=5222
> usetls=yes
> usesasl=yes
> status=available
> statusmessage="I am Available"
> timeout=5
> priority=1
> Asterisk crashes when OAuth 2.0 is used:
> [*********gmailcom]
> type=client
> serverhost=talk.google.com
> username=********@gmail.com
> # secret=**********
> refresh_token=*********************************************
> oauth_clientid=*********************************************.apps.googleusercontent.com
> oauth_secret=************************
> port=5222
> usetls=yes
> usesasl=yes
> status=available
> statusmessage="I am Available"
> timeout=5
> priority=1
> Backtraces are available.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list