[asterisk-bugs] [JIRA] (ASTERISK-22300) ARI fails to find symbols for res_http_websockets
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Aug 15 15:25:04 CDT 2013
Rusty Newton created ASTERISK-22300:
---------------------------------------
Summary: ARI fails to find symbols for res_http_websockets
Key: ASTERISK-22300
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22300
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Resources/res_http_websocket
Affects Versions: 12
Environment: CentOS 6
gcc 4.4
Reporter: Matt Jordan
When running on a CentOS 6 VM using gcc 4.4, ARI fails to use the {{res_http_websockets}} module. When it attempts to use the function
{{int AST_OPTIONAL_API_NAME(ast_websocket_set_nonblock)(struct ast_websocket *session)}} in {{ari_websockets.c}}, it simply returns {{-1}}.
Note that gcc 4.4 stated that it did not support the extensions that optional API depends on.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list