[asterisk-bugs] [JIRA] (ASTERISK-28844) samples: Start and Reload are blathering.

Alexander Traud (JIRA) noreply at issues.asterisk.org
Sun Apr 19 07:32:25 CDT 2020


Alexander Traud created ASTERISK-28844:
------------------------------------------

             Summary: samples: Start and Reload are blathering.
                 Key: ASTERISK-28844
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28844
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Configs/Samples
    Affects Versions: 17.3.0, 16.9.0, 13.32.0
         Environment: Ubuntu 20.04 LTS
            Reporter: Alexander Traud
            Severity: Trivial


After installing the minimum dependencies, configuring, building and installing the samples on Ubuntu 20.04 LTS, Asterisk gives me at start:
{code}
 NOTICE: loader.c:2377 int load_modules(void): 251 modules will be loaded.
[ Initializing Custom Configuration Options ]
 NOTICE: cdr.c:4504 int cdr_toggle_runtime_options(void): CDR simple logging enabled.
 NOTICE: res_smdi.c:1424 int load_module(void): No SMDI interfaces are available to listen on, not starting SMDI listener.
WARNING: res_phoneprov.c:1232 struct varshead *get_defaults(void): Unable to find a valid server address or name.
 NOTICE: chan_skinny.c:8451 int config_load(void): Configuring skinny from skinny.conf
SIP channel loading...
  ERROR: ari/config.c:312 int process_config(int): No configured users for ARI
 NOTICE: confbridge/conf_config_parser.c:2342 int verify_default_profiles(void): Adding default_menu menu to app_confbridge
 NOTICE: cel_custom.c:95 int load_config(void): No mappings found in cel_custom.conf. Not logging CEL to custom CSVs.
{code}
and on reload:
{code}
 NOTICE: cdr.c:4504 int cdr_toggle_runtime_options(void): CDR simple logging enabled.
WARNING: res_phoneprov.c:1232 struct varshead *get_defaults(void): Unable to find a valid server address or name.
 NOTICE: chan_skinny.c:8451 int config_load(void): Configuring skinny from skinny.conf
  ERROR: ari/config.c:312 int process_config(int): No configured users for ARI
 NOTICE: cel_custom.c:95 int load_config(void): No mappings found in cel_custom.conf. Not logging CEL to custom CSVs.
 NOTICE: app_queue.c:9119 int reload_queue_rules(int): queuerules.conf has not changed since it was last loaded. Not taking any action.
{code}
Although a lot was done in the past, that is still too much and is going to confuse novice users. This is a report for the Software Usability Engineer at Sangoma / Digium. Please, take over and negotiate with the module owners whether lowering (ERROR → WARNING → NOTICE → VERBOSE → DEBUG) is not possible. The behavior is not uniform over the various modules although from the point of Asterisk in general many are equal and should report in the same manner, for example if every module would be have like _app_queue_ …



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



More information about the asterisk-bugs mailing list