]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Not the configured but granted number of possible file descriptors. 71/2971/3
authorAlexander Traud <pabstraud@compuserve.com>
Wed, 8 Jun 2016 12:20:26 +0000 (14:20 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 10 Jun 2016 19:06:35 +0000 (21:06 +0200)
commit769dbce0a5d2dce47942ad7d7caeb9a19ed8268b
treee0bdb3b1c90c112e970169faaff82f8b59cf9e2d
parenteffa207bc420893d7d62e2acc674746b888d09eb
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