]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Not the configured but granted number of possible file descriptors. 70/2970/3
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 8 Jun 2016 11:15:15 +0000 (13:15 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 10 Jun 2016 19:07:03 +0000 (14:07 -0500)
commitca38a3cbb48a27160d764459123053f930a2bec6
tree39059f28beb18b6d273f262f04fab3a129d0f39b
parentc2f68787a34082e61ee0439baefd5ce435501a97
core: Not the configured but granted number of possible file descriptors.

With CLI "core show settings", simply the parameter maxfiles of the file
asterisk.conf was shown. If that parameter was not set, nothing was displayed
although the environment might have set a default number itself. Or if maxfiles
were not granted (completely), still maxfiles was shown. Now, the maximum number
of possible file descriptors in the environment is shown.

ASTERISK-26097

Change-Id: I2df5c58863b5007b34b77adbe28b885dfcdf7e0b
main/asterisk.c