[asterisk-bugs] [JIRA] (ASTERISK-26097) [patch] CLI: show maximum file descriptors

Alexander Traud (JIRA) noreply at issues.asterisk.org
Wed Jun 8 05:55:56 CDT 2016


Alexander Traud created ASTERISK-26097:
------------------------------------------

             Summary: [patch] CLI: show maximum file descriptors
                 Key: ASTERISK-26097
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26097
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/General
    Affects Versions: 13.9.1, 11.22.0
            Reporter: Alexander Traud
            Severity: Minor


On the command-line interface (CLI),

{{core show settings}}
shows the requested maximum number of file descriptors (via asterisk.conf:maxfiles) but not the maximum number which are granted. For example, if the environment does not grant the whole request or rejected the request completely, the CLI does not show the maximum value but just the number written in the configuration file.

{{core show fd}}
shows the maximum size of a single file but not the maximum number of file descriptors. This was fixed with ASTERISK-25405 in the master branch but not for Asterisk 13 or Asterisk 11. However, for the master branch, the maximum-maximum value should be removed because it does not add any additional information = it is the same as the current value, always.



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



More information about the asterisk-bugs mailing list