[asterisk-bugs] [JIRA] (ASTERISK-27032) disable retrieve ca_list_file fields when transport!=tls for realtime
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Jun 6 17:56:58 CDT 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-27032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-27032:
------------------------------------
Assignee: seanchann.zhou
Status: Waiting for Feedback (was: Triage)
Can you attach your sorcery.conf and extconfig.conf for clarity?
Do transports fail to load completely?
What transport are you configuring in the database?
Please attach a log captured during the load with warning,error,notice,verbose,debug levels, with verbose and debug turned up to 5 or above.
https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information
> 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
> Assignee: seanchann.zhou
> Severity: Minor
>
> 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