[asterisk-bugs] [JIRA] (ASTERISK-27933) [patch] uuid: Enable UUID in Solaris 11.
Alexander Traud (JIRA)
noreply at issues.asterisk.org
Thu Jun 21 11:43:54 CDT 2018
Alexander Traud created ASTERISK-27933:
------------------------------------------
Summary: [patch] uuid: Enable UUID in Solaris 11.
Key: ASTERISK-27933
URL: https://issues.asterisk.org/jira/browse/ASTERISK-27933
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: . I did not set the category correctly.
Affects Versions: 15.4.1, 13.21.1
Environment: Solaris 11.3
Reporter: Alexander Traud
Attachments: solaris-uuid.patch
Since Asterisk 12, the library UUID is an essential package to compile and run Asterisk. However, {{uuid_unparse_lower(.)}} does not exist in Solaris. Instead use the more generic {{uuid_unparse(.)}}. Nothing in Asterisk uses {{ast_uuid_to_str(.)}} and its documentation does not give any guarantee about the case of the characters within a UUID. Furthermore, the API of UUID in Solaris does not allow the {{const}} qualifier. The attached patch fixes all this.
This issue [was reported|http://community.asterisk.org/t/44689] by the user bautsche.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list