[asterisk-bugs] [JIRA] (ASTERISK-27032) disable retrieve ca_list_file fields when transport!=tls for realtime

Asterisk Team (JIRA) noreply at issues.asterisk.org
Mon Jun 5 04:25:58 CDT 2017


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

Asterisk Team commented on ASTERISK-27032:
------------------------------------------

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].

> disable retrieve ca_list_file fields when transport!=tls for realtime
> ---------------------------------------------------------------------
>
>                 Key: ASTERISK-27032
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27032
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip
>    Affects Versions: 13.15.1
>         Environment: openwrt
>            Reporter: seanchann.zhou
>
> Hi:
>    in file config_transport.c line  661:
>    If there is no configuration value, loading the entire module will exit. But if the current  protocol  value is not tls, Then it is not necessary to have these values
>    I bind sorcery with realtime for ps_transports.
>    if check current protocol value, only process tls type. 
>    Look at the following code snippet
>    ```
>     	if(transport->type != AST_TRANSPORT_TLS){
> 		return 0;
> 	}
>    ```



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



More information about the asterisk-bugs mailing list