[asterisk-bugs] [JIRA] (ASTERISK-28838) AST_MODULE_INFO requires, MODULEINFO does not mention

Asterisk Team (JIRA) noreply at issues.asterisk.org
Thu Apr 16 03:56:25 CDT 2020


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

Asterisk Team commented on ASTERISK-28838:
------------------------------------------

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

> AST_MODULE_INFO requires, MODULEINFO does not mention
> -----------------------------------------------------
>
>                 Key: ASTERISK-28838
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28838
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: General
>    Affects Versions: 16.9.0, 17.3.0
>            Reporter: Alexander Traud
>            Severity: Minor
>
> Follow-up of ASTERISK-28789 which just looked at the scenario ‘use/require’. I ran another script over the whole Asterisk. There are 12 modules which do not mention at all the internal library in MODULEINFO although it is declared as required in AST_MODULE_INFO. Let us call this scenario ‘no/require’:
> {code}
>   res_pjsip_pubsub res/res_pjsip_refer.c
>  res_pjsip_session res/res_pjsip_one_touch_record_info.c
>  res_pjsip_session res/res_pjsip_messaging.c
>  res_pjsip_session res/res_pjsip_dtmf_info.c
>  res_pjsip_session res/res_pjsip_rfc3326.c
>  res_pjsip_session res/res_pjsip_empty_info.c
>  res_pjsip_session res/res_pjsip_path.c
>  res_pjsip_session res/res_pjsip_diversion.c
>  res_pjsip_session res/res_pjsip_nat.c
>                  * cdr/cdr_odbc.c
>           res_adsi apps/app_getcpeid.c
>           res_curl funcs/func_curl.c
> func_curl,res_curl res/res_config_curl.c
> {code}Anyone who takes over this? In the first step, you have to double-check whether the modules are really required at runtime: Is AST_MODULE_INFO correct at all? If a module is optional (or not used at all), its AST_MODULE_INFO must be updated. Then, the second step is to update MODULEINFO (how, see ASTERISK-28789).



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



More information about the asterisk-bugs mailing list