Summary: | ASTERISK-29819: utils.c: Remove all usages of ast_gethostbyname() | ||
Reporter: | Sean Bright (seanbright) | Labels: | |
Date Opened: | 2021-12-24 11:53:57.000-0600 | Date Closed: | 2022-01-06 14:04:00.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Addons/chan_ooh323 Applications/app_festival Channels/chan_iax2 Channels/chan_mgcp Channels/chan_skinny Channels/chan_unistim Core/Configuration |
Versions: | GIT | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | {{gethostbyname()}} and {{gethostbyname_r()}} are deprecated in favor of {{getaddrinfo()}} which we use in the {{ast_sockaddr}} family of functions. | ||
Comments: | By: Friendly Automation (friendly-automation) 2022-01-06 14:04:01.471-0600 Change 17830 merged by Friendly Automation: utils.c: Remove all usages of ast_gethostbyname() [https://gerrit.asterisk.org/c/asterisk/+/17830|https://gerrit.asterisk.org/c/asterisk/+/17830] By: Friendly Automation (friendly-automation) 2022-01-06 14:04:05.132-0600 Change 17713 merged by Friendly Automation: utils.c: Remove all usages of ast_gethostbyname() [https://gerrit.asterisk.org/c/asterisk/+/17713|https://gerrit.asterisk.org/c/asterisk/+/17713] By: Friendly Automation (friendly-automation) 2022-01-06 14:07:07.654-0600 Change 17827 merged by Kevin Harwell: utils.c: Remove all usages of ast_gethostbyname() [https://gerrit.asterisk.org/c/asterisk/+/17827|https://gerrit.asterisk.org/c/asterisk/+/17827] By: Friendly Automation (friendly-automation) 2022-01-06 14:07:23.862-0600 Change 17835 merged by Kevin Harwell: utils.c: Remove all usages of ast_gethostbyname() [https://gerrit.asterisk.org/c/asterisk/+/17835|https://gerrit.asterisk.org/c/asterisk/+/17835] |